Planning Skill
This skill defines how to create structured implementation plans for non-trivial work in this repository.
When to Use
Use this skill when you need to:
- •Plan new features with multiple components
- •Structure refactoring work across multiple files
- •Break down complex bug fixes
- •Make architectural decisions
Plan Template
See detailed plan template for complete structure with examples.
Key Elements
Every plan must include:
- •Goal - What you're trying to achieve
- •Context - Why this is needed
- •Task breakdown - Specific, actionable steps
- •For each task:
- •Files to change
- •Commands to run
- •Expected result
- •Acceptance criteria
Integration
- •Reference from AGENTS.md workflow guidance
- •Plans live in
docs/plans/directory - •Update plan status as work progresses
For complete examples and detailed guidance, see the detailed planning guide.