What problem does it solve? Vague or incomplete implementation plans force developers to guess at file paths, code details, and verification steps, causing bugs and rework. This Skill produces structured implementation plans where every task is small, explicit, and copy-pasteable. ## Core Features & Use Cases - Bite-Sized Task Breakdown: Splits features into 2-5 minute tasks, each with one clear action such as writing a failing test or committing changes. - Complete Task Templates: Every task includes exact file paths, full code examples, exact commands with expected output, and verification steps. - TDD and Git Discipline: Enforces test-driven development cycles, DRY and YAGNI principles, and frequent commits throughout the plan. - Use Case: Before building a multi-step feature like user authentication, generate a plan that decomposes it into tasks such as creating the User model, adding password hashing, and writing tests, then hand it off for subagent-driven execution. ## Quick Start Ask the agent to write an implementation plan for your feature, breaking it into small TDD tasks with exact file paths and complete code.