What problem does it solve?
Validates test plan documents against the SDD standard, ensuring proper structure, naming, and coverage, so reviews and pre-commit checks are faster and more reliable.
Core Features & Use Cases
- Enforces frontmatter completeness (name, description, and required fields) and correct formatting.
- Verifies TC-N format uses natural-language statements (not G/W/T) and aligns with REQ-N/STS-N coverage.
- Checks matrix, markers, and responsibilities to ensure traceability from requirements to tests.
- Useful during plan creation, when updating plans, during code reviews, or before commits to maintain quality across specs.
Quick Start
Run the validation on a specific plan with /plan-test-validate specs/analysis/0001-auth-oauth2/plan-test.md, or scan all plans with /plan-test-validate --all.