What problem does it solve? Turning a feature request into an actionable implementation plan requires breaking work into tasks, mapping dependencies, and anticipating risks, which is easy to skip or do inconsistently. This Skill produces a standardized, structured plan so nothing is overlooked before coding begins. ## Core Features & Use Cases - Task Breakdown: Decomposes a feature request into concrete tasks with acceptance criteria, organized into phases. - Dependency Mapping: Identifies which tasks must complete before others and orders work accordingly. - Risk Assessment: Flags blockers, unknowns, and open questions with mitigation strategies in a risk table. - Use Case: Before building a new API endpoint, invoke the plan to get a phased task table, a risks-and-mitigations section, and a definition of done, then convert approved tasks into todos. ## Quick Start Ask Claude to create an implementation plan for the feature you want to build, for example by saying: plan the implementation of user password reset with email verification.