What problem does it solve? Large or vague work items cause agents and developers to start coding without a plan, producing tangled implementations and missed requirements. This Skill turns a spec or clear requirements into small, ordered, verifiable tasks with explicit acceptance criteria and checkpoints. ## Core Features & Use Cases - Dependency Mapping: Identifies what depends on what and orders implementation bottom-up so foundations are built 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, sizing guidelines (XS to XL), checkpoints, and a full plan document template with risks and open questions. - Use Case: Given a spec for a traffic simulator feature, produce a phased task list where each task has acceptance criteria, verification commands, dependencies, and file estimates, ready for parallel agent execution. ## Quick Start Ask the agent to read the spec and break the feature into an ordered task list with acceptance criteria and verification steps before writing any code.