What problem does it solve? Multi-step features often fail because requirements are vague and implementers lack context. This Skill turns a spec or requirements document into a comprehensive implementation plan where every task is small, explicit, and verifiable, so nothing is left to guesswork. ## Core Features & Use Cases - Bite-Sized Task Breakdown: Splits work into 2-5 minute tasks, each with one clear action such as writing a failing test, running it, implementing minimal code, and committing. - Complete Task Specifications: Every task includes exact file paths, copy-pasteable code, exact commands with expected output, and verification steps. - TDD and Best-Practice Enforcement: Applies DRY, YAGNI, test-driven development, and frequent commits throughout the plan. - Use Case: Given a feature request like "add user authentication", produce a plan document saved to docs/plans/ with sequential tasks covering the User model, password hashing utility, and tests, ready for subagent-driven execution. ## Quick Start Ask the agent to write an implementation plan for your feature requirements, breaking the work into small TDD tasks with exact file paths and code.