What problem does it solve?
This Skill turns a concrete technical design into working, production-ready code without losing architectural intent, test coverage, review quality, or progress across sessions.
Core Features & Use Cases
- Design Readiness & Decomposition: Validates that the design is implementable and breaks it into dependency-ordered vertical slices with clear acceptance criteria and file ownership.
- Test-Driven Execution: Implements each behavior through a strict red-green testing cadence, focused commits, external contract verification, and full-suite validation.
- Review & Recovery: Uses isolated sub-agent reviews, persists slice progress in a state file, handles resumable implementation, and verifies that new functionality is fully wired before a pull request.
- Use Case: Apply this Skill when a settled API, schema, or feature design needs to be implemented incrementally with traceable tests, review findings, and documented deviations.
Quick Start
Ask the implement skill to implement the provided technical design and proceed slice by slice with tests, reviews, and persistent progress tracking.