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 plans so detailed that an implementer with zero codebase context can execute them directly. ## Core Features & Use Cases - Bite-Sized Task Breakdown: Splits features into 2-5 minute tasks, each with one 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 Commit Discipline: Enforces test-driven development cycles, DRY and YAGNI principles, and frequent commits after each task. - 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 a password hash field, and writing a hashing utility, each with tests and commit steps. ## Quick Start Ask the agent to write an implementation plan for your feature following the writing-plans structure with bite-sized TDD tasks and exact file paths.