What problem does it solve? Test plans often get executed loosely — cases skipped, verdicts given without evidence, failures never filed — which makes the resulting report untrustworthy as a gate input. This Skill enforces disciplined execution of a written case set against a real build so every case produces a checkable verdict. ## Core Features & Use Cases - Faithful plan execution: Runs every case exactly as written with its concrete inputs, routing improvised ideas to rogue notes instead of altering the plan. - Evidence-backed verdicts: Records pass, fail, or blocked per case by index with observed evidence such as screenshots, values, or log lines, and forbids silent skipping. - Bug filing from failures: Converts each failure into a bug report with steps-to-repeat lifted from the case, deduplicating against the epic's open bugs. - Use Case: After a build merges, hand the case set and build version to this Skill and receive a run report with verdicts, filed bug ticket ids, and named blocked cases for the testing lead's gate decision. ## Quick Start Run the test plan against the current merged build and give me a verdict with evidence for every case.