From claude-flow
Core development methodology for claude-flow. Enforces TDD (test-first), systematic debugging (4-phase), and verification gates. Use when starting any development task, fixing bugs, or completing features.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-flow:workflow-methodologyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**"NO production code without a failing test first"**
"NO production code without a failing test first"
RED → GREEN → REFACTOR
"Evidence before claims, always"
Before claiming ANY task complete:
"Root cause before fix attempts"
4-Phase Protocol:
"Plans executable with zero context"
Plans must include:
"Isolated workspace for each feature"
Use git worktrees:
git worktree add .worktrees/feature-name -b feature/feature-name
| Keyword | Tokens | Use For |
|---|---|---|
think | ~4k | Simple tasks |
think hard | ~10k | Debugging |
think harder | ~20k | Complex changes |
ultrathink | ~32k | Architecture |
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin dutchthenomad-claude-flowCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.