What problem does it solve? Large or vague work items cause agents and developers to produce tangled, unverifiable implementations. This Skill turns a spec or clear requirements into small, ordered tasks with explicit acceptance criteria, dependencies, and checkpoints so work can be implemented and verified incrementally. ## Core Features & Use Cases - Vertical Task Slicing: Breaks work into complete feature slices (schema + API + UI) instead of horizontal layers, so every task delivers testable functionality. - Structured Task Format: Each task includes acceptance criteria, verification steps, dependencies, files likely touched, and a size estimate (XS through XL, with XL flagged for further breakdown). - Plan and Task Outputs: Writes an implementation plan to tasks/plan.md and a checklist to tasks/todo.md, or maps tasks onto an external tracker like GitHub Issues, Jira, or Linear when the project designates one. - Use Case: You have a spec for a user registration feature. The Skill produces a plan document with phased tasks (schema, endpoint, UI), checkpoints after each phase, and a risk table, ready for human approval before any code is written. ## Quick Start Ask the agent to read the spec and break the work into an ordered task list saved to tasks/plan.md and tasks/todo.md before writing any code.