Your AI agent needs a project manager
AI Factory bootstraps spec-driven workflows and slash commands into your project so AI coding agents plan, implement, and self-critique instead of wandering blindly.

What it does
AI Factory is an npm-distributed CLI that bootstraps a structured development environment for AI coding agents. Initialization drops slash commands, skill definitions, and workflow conventions into your repo that force agents to follow a spec-driven approach—exploring requirements, generating plans, implementing checkpoints, and self-critiquing—rather than editing files at random. It supports a laundry list of agents including Claude Code, Cursor, Codex, Gemini CLI, and roughly a dozen others.
The interesting bit
The project treats AI agents like junior developers who need process. It bakes in a reflex loop of generate-evaluate-critique-refine, and every bug fix can be fed back to generate smarter skill rules for next time. There is even a machine-readable quality gate format so agents can verify their own work against security, review, and rule checks.
Key highlights
- Supports 15+ agents through a common slash-command interface for planning, implementing, fixing, and documenting
- Plan files create resumable, reviewable roadmaps before any code changes happen
- Built-in skill marketplace integration, plus custom skill generation
- Two-level security scanning for external skills pulled from the community
- Checkpoint commits and CI pipeline generation as part of the standard workflow
Caveats
- The authors warn that it may feel “too simple” for complex goals and point advanced users to their heavier tool, HLV
- Community skills undergo two-level security scanning, but pulling in external prompt logic still requires trust
Verdict
Best for teams or individuals who want to standardize AI-assisted development without building their own prompt engineering pipeline. If you already script your own agent workflows or need deep customization, you will likely outgrow it.
Frequently asked
- What is lee-to/ai-factory?
- AI Factory bootstraps spec-driven workflows and slash commands into your project so AI coding agents plan, implement, and self-critique instead of wandering blindly.
- Is ai-factory open source?
- Yes — lee-to/ai-factory is an open-source project tracked on heatdrop.
- What language is ai-factory written in?
- lee-to/ai-factory is primarily written in Shell.
- How popular is ai-factory?
- lee-to/ai-factory has 1k stars on GitHub.
- Where can I find ai-factory?
- lee-to/ai-factory is on GitHub at https://github.com/lee-to/ai-factory.