What problem does it solve?
This Skill produces concrete, external-facing test specifications so teams can verify system behavior without relying on implementation details, reducing ambiguity between product, engineering, and QA.
Core Features & Use Cases
- Spec Generation: Reads plan specs, architecture docs, story files, and roadmap validation gates to design API, integration, UI, health, and data integrity tests.
- Organized Output: Writes structured QA spec files under specs/<plan-name>/qa/NNN-spec-name.md and a specs index to track coverage and status.
- Traceability & Validation: Maps every validation gate criterion to at least one test case and groups tests by functional area to support release decisions.
- Use Case: Prepare acceptance and E2E test suites for a new feature plan so QA can run independent verification as code is delivered.
Quick Start
Create QA specs for plan-0-infrastructure by reading specs/plan-0-infrastructure.md, its stories, architecture, and roadmap and output a specs/plan-0-infrastructure/qa index and spec files.