What problem does it solve? Large project goals are hard to start and risky to execute in one pass. This Skill decomposes any goal into small, independent, reviewable tasks so work can proceed incrementally with clear acceptance criteria. ## Core Features & Use Cases - Project-Aware Planning: Reads CLAUDE.md and referenced infrastructure files to ground the plan in the project's actual rules, stack, and constraints. - Structured Task Breakdown: Produces tasks that are independent, small (1-3 files), clearly scoped, and ordered by priority (P1 first, polish last), each with files, changes, and done-when criteria. - Flexible Execution Modes: Supports plan-only output, sequential execution, P1-only critical fixes, or full execution via --plan-only and --auto flags. - Use Case: You need to migrate a codebase to a new API version. Describe the goal, and the Skill reads your project rules, then outputs a prioritized task plan where each task lists affected files, exact changes, and acceptance criteria. ## Quick Start Ask the assistant to break down your project goal into a task plan, for example: "Plan the work to add user authentication to this project."