plan-phases
Installation
SKILL.md
Phase Planning Skill
This skill provides methodology for creating implementation plans that are optimized for sub-agent execution, with properly sized phases that respect context window constraints.
Overview
A good phase plan:
- Breaks work into independently executable chunks
- Sizes phases to fit within sub-agent context budgets
- Minimizes dependencies between phases where possible
- Provides clear acceptance criteria for verification
- Uses whole number phases only (no 1.1, 1.2 sub-phases)