What problem does it solve? Engineers often over-verify or accidentally expand scope when checking whether work is done, wasting effort on unrelated tests, polish, and cleanup. This Skill enforces a validation-only discipline: prove the acceptance conditions, then stop. ## Core Features & Use Cases - Smallest Sufficient Proof Set: Translates acceptance conditions into the minimal set of checks needed to prove completion. - Result Reuse: Reuses still-current verification results when the repository state matches, avoiding redundant gate runs. - Precise Outcome Reporting: Distinguishes pass, fail, unavailable, and blocked states exactly, reporting only commands, results, and unresolved risk. - Use Case: After a bug fix, you need to confirm the fix meets the ticket's acceptance criteria. Use this Skill to run only the focused checks required, confirm the pass, and stop without touching unrelated code. ## Quick Start Use verify-and-stop to confirm the current changes meet the acceptance criteria for this task and report the results.