What problem does it solve?
This skill serves as the coding execution station in the "requirements → delivery" chain. It translates frozen artifacts like brief.md and acceptance.feature (and, when present, technical_design.md) into real code, and it outputs an implementation_report.md whenever the implementation diverges from the spec. It ensures that any gaps discovered during coding are back-propagated to the spec before continuing, preventing drift between documentation and implementation.
Core Features & Use Cases
- Specification-to-code execution: converts confirmed specs into working implementation, with mandatory backflow of changes to spec when gaps are found.
- Deviation reporting: generates implementation_report.md to document divergence from technical design or acceptance criteria.
- Process governance: enforces the spec-backflow rules and records decisions to maintain alignment across branches and reviews.
Quick Start
Activate this skill when a feature has frozen specs and start converting brief.md / acceptance.feature into production-ready code, generating an implementation_report.md for any deviations.