What problem does it solve? A test plan alone proves nothing — someone must run the planned roster against a live system, measure real coverage, catch flaky tests and live defects, and produce an evidence-backed sign-off verdict instead of an unverified claim of success. ## Core Features & Use Cases - Roster Execution: Runs each planned test item against a reachable target environment via a CI/test runner using a Plan-Act-Verify loop, capturing real pass/fail evidence. - Coverage & Flakiness Measurement: Reads line/branch coverage from the runner report and re-runs suspect items to flag non-deterministic tests rather than passing them by luck. - Gated Verdict: Emits a schema-validated PASS, FAIL, or ERROR verdict with totals, defects, flaky items, and an audit ID, routing failures to a fixer and a human verification layer. - Use Case: After a banking test plan is produced, run the full roster against a staging sandbox and receive a FAIL verdict with severity-classified defects and reproduction evidence for human sign-off. ## Quick Start Execute the QA test roster from my qa-plan against the staging environment and produce the pass/fail gate with measured coverage.