# Verify And Stop

> Prove existing work meets acceptance conditions without expanding scope. Use for validation-only tasks, completion checks, focused gate runs, and last-mile proof.

- Skill: `juliusbrussee/verify-and-stop` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add juliusbrussee/verify-and-stop`
- Raw SKILL.md: https://api.skillmd.com/api/skills/juliusbrussee/verify-and-stop/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Julius Brussee (https://skillmd.com/u/juliusbrussee)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/juliusbrussee/verify-and-stop

---


# Verify and stop

Translate acceptance conditions into smallest sufficient proof set.

- Reuse still-current results with matching repository state.
- Run focused checks before wider gates.
- Distinguish pass, fail, unavailable, and blocked exactly.
- Do not edit product code unless verification request includes fixes.
- Do not add polish, cleanup, or unrelated tests after criteria pass.

Stop immediately when acceptance proof is complete. Report commands, results, and unresolved risk only.

