From development-planning
Generates detailed implementation plans for features, refactors, migrations, bug fixes, and architectural changes using multi-agent collaboration. Outputs structured Markdown files with steps, scope, and risks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/development-planning:plan-implementationopusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create clear, actionable implementation plans through collaborative multi-agent discussion and refinement.
Create clear, actionable implementation plans through collaborative multi-agent discussion and refinement.
.claude-output/plan-[timestamp].md| Task Type | Agents | Rounds | Plan Length |
|---|---|---|---|
| Simple (bug fix, minor feature) | 3-4 | 1-2 | ~100-200 lines |
| Medium (features, refactors) | 5-7 | 2-3 | ~200-400 lines |
| Complex (architecture, major features) | 8-10 | 2-3 | ~400-600 lines |
Generated plans include:
This is Step 2 of the implementation workflow:
/review-planexecute-plan skillFor agent selection, discussion protocols, and output formats, see planning-guide.md.
npx claudepluginhub uniswap/ai-toolkit --plugin development-planningGenerates tightly scoped implementation plans (≤5 steps, ≤1250 words) for tasks, framed as staff engineer discussions. Use for sprint-ready breakdowns.
Generates detailed, step-by-step implementation plans from specs or requirements, with bite-sized tasks, file paths, and test-first guidance.
Creates detailed implementation plans through interactive, iterative collaboration. Use when planning features, refactoring, or tasks with research and multi-agent analysis.