Skip to content

Scaffold FlowFactory workflow system into your project

License

Notifications You must be signed in to change notification settings

Gitmaxd/flowfactory

Repository files navigation

FlowFactory

Scaffold the FlowFactory workflow system into any project.

npm version License: MIT

Installation

npx flowfactory init

Or install globally:

npm install -g flowfactory
flowfactory init

What Gets Installed

FlowFactory 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

Safety

FlowFactory never overwrites existing files. If .factory/ already exists, only new files will be added. Existing files are always preserved.

Usage

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

Documentation

Options

flowfactory init [options]

Options:
  --path <dir>    Target directory (default: current directory)
  --force         Skip confirmation prompts
  --help          Show help
  --version       Show version

Requirements

  • Node.js >= 18
  • Works with Factory.ai Droid, Claude, and other AI coding assistants

License

MIT

Credits

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.

Author

GitMaxd · @gitmaxd


flowfactory.dev

About

Scaffold FlowFactory workflow system into your project

Resources

License

Stars

Watchers

Forks

Packages

No packages published