What problem does it solve?
This Skill automates trace-driven implementation by guiding developers to implement features scenario-by-scenario so that contract tests turn GREEN and the code matches the trace document, preventing undetected drift between design artifacts and implementation.
Core Features & Use Cases
- Scenario-by-scenario implementation: Re-reads each scenario's trace and implements only the specified behavior until contract tests pass.
- Trace conformance verification: Runs a seven-section verification (API, Input, Layer Flow, Side Effects, Error Paths, Output, Observability) to detect mismatches and enforce synchronization between trace and code.
- Artifact backtrack & gap detection: Detects spec/trace gaps, records deviations, and applies a defined backtrack protocol to update upstream artifacts before fixing code.
Quick Start
Run the work skill to implement the first scenario in trace.md and iterate until the contract tests for that scenario are GREEN.