What problem does it solve?
It prevents regressions and reduces manual QA effort by turning a completed phase’s requirements into runnable unit and E2E tests that match UAT expectations.
Core Features & Use Cases
- Phase-driven test generation: Uses SUMMARY.md, CONTEXT.md, and VERIFICATION.md for a consistent spec-to-test mapping.
- TDD vs E2E classification: Classifies implementation touchpoints into unit tests, browser-based E2E tests, or skip cases.
- RED-GREEN workflow with approvals: Preserves workflow gates including classification and test plan approval, RED-GREEN verification, and gap reporting.
- Commit-ready output: Produces test files with a standardized commit message for the given phase number.
Quick Start
Ask it to generate tests for your completed phase by running the skill with the phase identifier, for example: "Generate tests for phase 3 using the UAT criteria from SUMMARY.md, CONTEXT.md, and VERIFICATION.md, and produce unit and E2E tests ready for RED-GREEN verification."