Spec Frameworks
If you want more structure than the basic spec-driven workflow, explore these frameworks.
GitHub Spec Kit
Section titled “GitHub Spec Kit”Best for: Lightweight structure with any AI coding tool
Four-phase workflow: Specify → Plan → Tasks → Implement
npx github-spec-kit initBMAD Method
Section titled “BMAD Method”Best for: Complex projects needing full team simulation
Multi-agent framework with Analyst, PM, Architect, Developer, and QA agents.
npx bmad-method installAgent OS
Section titled “Agent OS”Best for: Claude Code users wanting structured commands
Spec-driven system designed for Claude Code workflows.
Choosing a Framework
Section titled “Choosing a Framework”| Need | Recommendation |
|---|---|
| Just starting | Basic spec-driven (no framework) |
| Small team, varied projects | GitHub Spec Kit |
| Complex enterprise features | BMAD Method |
| Claude Code power user | Agent OS |