What problem does it solve?
Translating high-level design discussions into precise, executable plans is time-consuming and error-prone. This skill bridges the gap by generating bite-sized tasks with exact file paths, code snippets, and acceptance criteria, ensuring consistent handoffs from design to implementation.
Core Features & Use Cases
- Plan generation: Convert a design document into a comprehensive implementation plan with 2-5 minute steps and explicit file locations.
- TDD-focused: Enforce a red-green-red cycle by requiring tests to be written before implementations and validated as part of each task.
- Phase gating: Include memory of prior context, phase-based progress, and design alignment to reduce scope drift across teams.
- Quick Start guidance: Provide an actionable sentence to trigger plan creation from a given design doc path.
Quick Start
Provide a path to a design document ending with -design.md to generate a complete implementation plan.