What problem does it solve? Implementation work often fails because plans are vague, missing file paths, or lack complete code, forcing implementers to guess. This Skill produces detailed implementation plans that make execution obvious even for someone with zero codebase context. ## Core Features & Use Cases - Bite-Sized Task Breakdown: Splits features into 2-5 minute tasks, each with failing test, minimal implementation, verification, and commit steps. - Complete Plan Templates: Enforces a required header, exact file paths, copy-pasteable code, and commands with expected output. - TDD and Execution Handoff: Embeds DRY, YAGNI, and test-driven development principles, then hands off to subagent-driven-development for task-by-task execution. - Use Case: Before building a multi-step feature like user authentication, generate a plan where each task specifies the exact test file, model code, pytest command, and git commit message. ## Quick Start Ask the agent to write an implementation plan for your feature, breaking it into bite-sized TDD tasks with exact file paths and complete code.