What problem does it solve? Repositories often lack a documented, executable verification standard, so agents and contributors cannot prove their changes work. This Skill inspects a repository and generates a complete project-local verification setup that is proven by running it once. ## Core Features & Use Cases - Repository Inspection: Reports guidance files, mise tasks, package scripts, make targets, HTTP routes, CLI entrypoints, test locations, and installed driver capabilities without writing anything. - Verification Scaffolding: Generates VERIFY.md, a verify mise task composed from existing checks, seed feature maps under docs/features/, and vendored verify/maintain-verification skills, never overwriting existing files. - Proof Run and Audit: Drives one mapped feature end to end with evidence capture, then audits the maps until no TODO(verify) placeholders remain. - Use Case: Point it at a freshly cloned web service; it detects the test task and health endpoint, writes the contract and feature maps, runs the verification once, and hands off a maintenance loop. ## Quick Start Ask the agent to inspect this repository and bootstrap its verification contract, feature maps, and verify task, then prove them with one real run.