Layer 30+ agents and 20+ commands with custom ideation-to-deployment flows—open-source config for reliable, tracked AI coding. Install globally or per-project.
npm install -g @33strategies/claudeflowclaudeflow setupCombine ClaudeCode, ClaudeKit, and custom extensions for seamless AI dev.
Prescribed slash commands for structured ideation to feedback loops.
Centralize feature docs in lifecycle directories for easy tracking.
Global/project install with built-in checks for reliability.
Streamline your coding process with Claudeflow's five-phase workflow.
Define your initial task and requirements
Validate and create detailed specifications
Execute with decision gates and iteration
Review, test, and gather feedback
Defer or implement, then document
Example: Claudeflow Workflow
#Create ideation document w/ decision points
/ideate add dark mode
#Iterate over the decisions points to create the spec
/ideate-to-spec specs/feat-add-dark-mode/01-ideation.md
#Break down the feature into stm tasks
/spec:decompose specs/feat-add-dark-mode/02-specification.md
#Smart execution including progress tracking with stm
/spec:execute specs/feat-add-dark-mode/02-specification.md
#Check progress at any time
stm list --pretty --tags feature:<slug>
#Seamless iterative feedback flow
/spec:feedback specs/feat-add-dark-mode/02-specification.md
#Make sure your repo stays accurate and clean
/spec:doc-update specs/feat-add-dark-mode/02-specification.md
📁 Output Structure:
specs/
feat-add-dark-mode/
├─ 01-ideation.md
├─ 02-specification.md
├─ 03-tasks.md
├─ 04-implementation.md
└─ 05-feedback.md"Claudeflow streamlined my entire AI-coding flow. Shorter prompts, clearer specs, and smarter agent behavior — my output is 10x better than with vanilla Claude Code."
Dorian Collier
Founder/Developer at Dopel
"Adopting this workflow changed everything. No more ad-hoc sloppy prompting and random md files everywhere. Total game changer."
Kenneth Priester
Senior Full-stack Engineer at Scaffold
"Finally, a systematic way to manage Claude AI workflows. The 5-phase approach caught edge cases we always missed."
James Wilson
DevOps Engineer at CloudSync