What problem does it solve? Turning an accepted specification into an implementable plan is hard: tasks end up too large, dependencies are unclear, and work cannot be parallelized or verified. This Skill converts specs into a structured plan of milestones, vertical-slice tasks with acceptance criteria, and atomic commits. ## Core Features & Use Cases - Dependency-graph planning: Maps component dependencies (schema, API, UI) and orders implementation bottom-up so foundations are built first. - Vertical slicing: Splits work into complete feature slices across all layers rather than horizontal layer-by-layer phases, with task sizing guidelines from XS to L. - Structured plan template: Produces a plan document with architecture decisions, prior-art evidence tables, checkpoints, risks, and open questions. - Use Case: Given a spec for a task-management app, generate a plan where Task 1 delivers account creation end-to-end (schema + API + UI), Task 2 delivers login, and each milestone closes with a verification checkpoint requiring human sign-off. ## Quick Start Ask the AI to break the attached feature specification into an ordered implementation plan with vertical-slice tasks, acceptance criteria, and atomic commits.