What problem does it solve?
Verify and reconcile what was actually implemented against the story-level behavioral spec after a TDD cycle, ensuring acceptance criteria are truly satisfied, surfaced divergences are documented, and the correct next action is chosen.
Core Features & Use Cases
- Holistic acceptance checks: Walk every acceptance criterion against tests and edge cases to catch gaps where tests pass but do not implement the specified behavior.
- Spec reconciliation: Update the behavioral spec inline for refined or diverged ACs and record rationale so the spec remains the source of truth.
- Emergent knowledge capture and routing: Summarize design decisions, assess downstream slice impact for multi-slice features, and produce a definitive routing decision (done, next_slice, rework, escalate) with structured results in the artifact directory.
- Traceable output: Produce a human-readable verification summary and a machine-readable results file to drive workflow routing and automated bookkeeping.
Quick Start
Run verifying-and-adapting after a TDD session completes to validate all ACs, update the spec if needed, capture emerged design notes, and write the routing decision to the artifact results file.