What problem does it solve? Large or vaguely defined work items cause agents and developers to produce tangled, incomplete implementations. This Skill turns a spec or set of requirements into a written plan of small, verifiable tasks with explicit acceptance criteria, dependencies, and checkpoints. ## Core Features & Use Cases - Dependency Mapping: Builds a dependency graph of components so implementation order follows foundations first. - Vertical Slicing: Splits work into complete feature slices (schema + API + UI) instead of horizontal layers, so every task delivers testable functionality. - Task Templates & Sizing: Provides a task document template with acceptance criteria, verification steps, file estimates, and sizing rules (XS through XL) to keep tasks small. - Use Case: Given a spec for a task-management app, produce a phased plan where Task 1 is user registration end-to-end, Task 2 is login, and checkpoints verify tests and builds after every phase. ## Quick Start Ask the agent to read the spec and produce an implementation plan with ordered tasks, acceptance criteria, and checkpoints before writing any code.