What problem does it solve?
Many completed development phases lack comprehensive automated tests and clear test plans tied to their UAT criteria and implementation details. This Skill analyzes phase artifacts and source code to produce a vetted test plan and concrete test files, removing manual guesswork and ensuring coverage aligns with verification criteria.
Core Features & Use Cases
- Test plan generation: Inspect SUMMARY.md, CONTEXT.md, and VERIFICATION.md to derive UAT-driven test requirements and propose a prioritized plan for unit and E2E coverage.
- File classification and RED-GREEN flow: Classify implementation files as TDD (unit), E2E (browser), or Skip, obtain user approval for the plan, and drive RED-GREEN test creation and verification.
- Committing and gap reporting: Generate and commit test files with the required commit message, verify tests pass or report coverage gaps and next steps for engineers and QA.
- Use Case: A developer finishing Phase 3 can quickly produce unit and E2E tests that reflect the documented verification criteria and integrate them into the repository.
Quick Start
Generate unit and E2E tests for phase 2 using its SUMMARY.md and VERIFICATION.md.