A local-first CLI that orchestrates multi-agent AI workflows for software development.
Give it a task — or feed it your specs, PRDs, and guidelines — and it coordinates specialized agents to architect, code, review, test, and ship automatically.
Task → Architect → Coder → Reviewer → Tester → Fixer → Ship
No cloud dependency. Bring your own API keys. Your code stays on your machine.
npm install -g @aiagentflow/cli
cd your-project
aiagentflow init
aiagentflow run "Add a login form with validation"- 6 specialized agents — Architect, Coder, Reviewer, Tester, Fixer, Judge
- Context-aware — feed specs, PRDs, and guidelines so agents understand your project
- Provider-agnostic — Anthropic, OpenAI, Google Gemini, Ollama (local/free)
- Git-native — auto-creates branches, auto-commits on QA pass
- Human-in-the-loop — approve at any stage, or go full autonomous
- Plan from docs — turn PRDs into batch-ready task lists
- Website: aiagentflow.dev
- npm: @aiagentflow/cli
- Repo: aiagentflow/aiagentflow