What problem does it solve?
Judges the quality of Test Plans before implementation to prevent test theater by ensuring the plan contains verifiable, observable checks rather than vague promises.
It helps identify gaps where coverage, risk handling, and execution prerequisites are missing and ensures the plan supports measurable outcomes.
Core Features & Use Cases
- Coverage validation: maps every objective to a verifiable check and ties risk to test coverage.
- Critical-path and failure-mode focus: highlights essential paths, error handling, concurrency, rollback, and data/permissions boundaries.
- Falsifiability and contract clarity: requires explicit, testable assertions and public contract checks that enable end-to-end verification.
- Executability and context alignment: ensures the plan can be run against the declared testing context with concrete steps and environment requirements.
Quick Start
Open test/test-plan.md and the associated plan_files to issue a verdict following the four possible outcomes.