What problem does it solve?
This Skill turns a completed phase into a concrete test suite, helping teams add the missing unit and end-to-end coverage needed to verify implementation quality before moving forward.
Core Features & Use Cases
- Phase-Aware Test Generation: Uses the phase's SUMMARY.md, CONTEXT.md, and VERIFICATION.md as the source of truth for what should be tested.
- Test Classification: Separates implementation files into unit, browser-based end-to-end, or skip categories so each test is placed where it belongs.
- Workflow-Gated Delivery: Supports review checkpoints for classification, test-plan approval, RED-GREEN verification, and gap reporting to keep the process controlled and auditable.
- Use Case: A developer finishes a feature phase and needs a reliable test set that matches the implementation and the acceptance criteria without manually planning everything from scratch.
Quick Start
Ask the skill to generate tests for the completed phase you specify, then review the proposed test plan before it creates and verifies the new unit and end-to-end tests.