implementation-planning
Installation
SKILL.md
Implementation Plan Skill
Creates actionable implementation plans that break features into executable tasks following TDD principles. Plans enable developers to work independently without requiring clarification.
Success Criteria
A plan is complete when:
- A developer can follow it independently without additional context
- Every task produces a verifiable deliverable (not just an activity)
- All PRD acceptance criteria map to specific tasks
- All SDD components have corresponding implementation tasks
- Dependencies are explicit and no circular dependencies exist