What problem does it solve?
It helps you reliably add correct unit and browser E2E tests for a completed development phase by turning UAT expectations and implementation context into an actionable, approval-gated test plan.
Core Features & Use Cases
- UAT-driven test specification: Uses SUMMARY.md, CONTEXT.md, and VERIFICATION.md as the source of truth for what must be tested.
- Implementation-aware classification: Reviews the implementation files and classifies what should become unit (TDD), browser E2E coverage, or be skipped.
- RED-GREEN test generation with guardrails: Produces a plan first for user approval, then generates tests following RED-GREEN conventions while preserving workflow gates and reporting gaps.
Quick Start
Generate unit and E2E tests for phase 3 using the existing SUMMARY.md, CONTEXT.md, and VERIFICATION.md, and commit the results with the message test(phase-3): add unit and E2E tests from add-tests command.