Scaffold the FlowFactory workflow system into any project.
npx flowfactory initOr install globally:
npm install -g flowfactory
flowfactory initFlowFactory adds a .factory/ directory with:
- Commands:
/flow:plan,/flow:work,/flow:impl-review,/flow:resume,/flow:check,/flow:status - Droids: Research agents (repo-scout, practice-scout, docs-scout, context-scout, flow-gap-analyst, quality-auditor)
- Skills: Workflow logic for planning, execution, and review
FlowFactory never overwrites existing files. If .factory/ already exists, only new files will be added. Existing files are always preserved.
After installation:
# Plan a feature
/flow:plan Add user authentication
# Execute a plan
/flow:work plans/add-user-auth.md
# Review your implementation
/flow:impl-review- FlowFactory.dev
- Full Documentation (after init)
flowfactory init [options]
Options:
--path <dir> Target directory (default: current directory)
--force Skip confirmation prompts
--help Show help
--version Show version- Node.js >= 18
- Works with Factory.ai Droid, Claude, and other AI coding assistants
MIT
FlowFactory is built upon the excellent foundation of Flow by Gordon Mickel, originally created as a Claude Code plugin.
This project adapts and extends that work for the Factory.ai Droid ecosystem, bringing the same disciplined workflow approach to a broader range of AI coding assistants.
We gratefully acknowledge Gordon's forward work in creating structured workflows for AI agents.