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 clear requirements into a written plan of small, verifiable tasks with explicit acceptance criteria, dependencies, and checkpoints. ## Core Features & Use Cases - Structured Planning Process: Guides read-only plan mode, dependency graph mapping, vertical feature slicing, and task ordering with checkpoints. - Task Templates and Sizing: Provides a task format (description, acceptance criteria, verification, dependencies, files touched) plus sizing guidelines from XS to XL so oversized work gets split. - Flexible Output Targets: Writes plans to tasks/plan.md and tasks to tasks/todo.md by default, or maps tasks onto external trackers like GitHub Issues, Jira, or Linear. - Use Case: Given a spec for a user authentication feature, produce a plan with vertical slices (registration, login, session handling), each with testable acceptance criteria and a checkpoint after every few tasks. ## Quick Start Ask the agent to read the feature spec and break the work into an ordered task list saved to tasks/todo.md with acceptance criteria for each task.