---
name: Verify and Stop
slug: verify-and-stop
category: Quality
description: Verify and Stop proves existing work meets acceptance conditions without expanding scope. Use it for validation-only tasks, completion checks, focused gate runs, and last-mile proof.
github: "https://github.com/JuliusBrussee/caveman/tree/main/skills/verify-and-stop"
language: Go
stars: 97841
forks: 5640
install: "npx degit https://github.com/JuliusBrussee/caveman/tree/main/skills/verify-and-stop ~/.claude/skills/verify-and-stop"
installs_to: ~/.claude/skills/verify-and-stop
source_path: skills/verify-and-stop/SKILL.md
collection_size: 20
category_size: 1354
collection_url: "https://dirskills.com/collections/JuliusBrussee/caveman"
added: 2026-08-13T07:35:53.422Z
last_synced: 2026-08-13T07:35:53.422Z
canonical_url: "https://dirskills.com/skills/verify-and-stop"
---

# Verify and Stop

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

**Install:**

```bash
npx degit https://github.com/JuliusBrussee/caveman/tree/main/skills/verify-and-stop ~/.claude/skills/verify-and-stop
```

## README

# 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.
