What problem does it solve?
Many multi-step engineering tasks arrive as vague specs or high-level requirements and lack the concrete, testable, and file-level instructions developers need to implement them reliably; this Skill eliminates guesswork by producing end-to-end, copy-pasteable implementation plans.
Core Features & Use Cases
- Bite-sized TDD tasks: Breaks features into 2-5 minute tasks with failing tests, minimal implementations, and verification steps.
- Complete file-level guidance: Specifies exact file paths to create or modify, with full code examples and line references when appropriate.
- Verification and commits: Includes exact commands, expected outputs, and commit guidance to ensure reproducible progress and frequent commits.
- Use Case: Preparing a delegated implementation for a subagent or a new contributor who has no context about the codebase.
Quick Start
Create an implementation plan for the new authentication feature that lists each file to add or modify, includes a failing test and minimal implementation for each step, exact commands to run, and verification steps.