What problem does it solve?
Final audits ensure a completed TDD design implementation aligns with both design.md and detailed-design.md, identifying drift, gaps, and unintended additions after all phases are finished.
Core Features & Use Cases
- Preflight: load and verify all design artifacts from docs/tdd-designs to prepare for the implementation audit.
- Scope verification: ensure every in-scope item from design.md is implemented with correct relationships, constraints, and behaviors.
- Interface fidelity: check module structure, public APIs, and data flow against detailed-design.md.
- Test validation: confirm the test Strategy and coverage described in the design are implemented.
- Drift detection: identify deviations between phases and ensure consistency across design artifacts and code.
- Documentation: generate an implementation-audit.md artifact summarizing findings, gaps, and recommendations.
Quick Start
Run the audit for a design by providing its name, e.g., tdd-implementation-audit <design-name> [--force-takeover].