What problem does it solve?
It prevents premature coding by ensuring production implementation starts only after a shared, concrete design and verification of the critical assumptions.
Core Features & Use Cases
- Phase-gated implementation: Converts an Implementation Design Document and Design Verification findings into production-quality code after explicit structure approval.
- Test-aligned development: Uses existing test implementations from the Design Verification stage as binding contracts for behavior and edge cases.
- Engineer-first collaboration: Runs a structured conversation loop to confirm module boundaries, data structures, and control flow before writing any implementation code.
- Robustness through assertions: Encodes key assumptions as checks in code to make failures explicit and diagnosable.
Quick Start
Use the dew-develop skill to implement the production code from your Implementation Design Document and Design Verification outputs, aligning everything to the provided test implementations.