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, dependency-ordered tasks, each with explicit acceptance criteria and verification steps. ## Core Features & Use Cases - Structured Planning Process: Guides read-only plan mode, dependency graph mapping, and vertical slicing so each task delivers working, testable functionality. - Task Templates and Sizing: Provides a task format with acceptance criteria, verification steps, dependencies, and XS-to-XL sizing rules that force oversized work to be 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, with safeguards against overwriting incomplete plans. - Use Case: Given a spec for a user authentication feature, produce a phased plan where registration, login, and session handling are separate vertical slices, each with testable acceptance criteria and checkpoints between phases. ## Quick Start Ask the agent to break the current spec into an ordered task list with acceptance criteria saved to tasks/plan.md and tasks/todo.md.