What problem does it solve? Large or vague work items cause agents and developers to produce tangled, incomplete implementations. This Skill turns a spec or clear requirements into small, ordered tasks with explicit acceptance criteria, verification steps, and checkpoints so work can be executed and reviewed reliably. ## Core Features & Use Cases - Dependency-aware task ordering: Maps the dependency graph and slices work vertically so each task delivers working, testable functionality. - Structured task format: Every task includes acceptance criteria, verification commands, dependencies, files likely touched, and a size estimate (XS through XL). - Plan and task list outputs: Writes a plan document to tasks/plan.md and a checklist to tasks/todo.md, or maps tasks onto an external tracker like GitHub Issues, Jira, or Linear. - Use Case: Given a spec for a task management app, produce a phased plan where Task 1 is user registration (schema + API + UI), Task 2 is login, and checkpoints verify tests and builds after every phase. ## Quick Start Ask the agent to read the spec and break the work into an ordered task list saved to tasks/todo.md with acceptance criteria and verification steps for each task.