An agentic software-development methodology: composable skills that push a coding agent through spec, plan, TDD and review instead of straight into code.
Verification Before Completion
Summary
Never claim work is complete, fixed, or passing without running the check and reading the output first.
Features
- Requires evidence before any success claim
- Runs the verification command and reads the output
- Blocks the 'should work now' failure mode
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
"That should fix it" is the single most expensive sentence an agent can produce. This skill prohibits it.
Before claiming that work is done, a bug is fixed, or tests pass, it requires actually running the relevant command and confirming the output says so. Evidence before assertion — every time, including for changes that look obviously correct.
It also covers what counts as verification for different kinds of change: a passing test suite, a successful build, a manual check of the running application, or a query against real data. And it covers what to do when verification fails, which is to say so rather than to try one more speculative fix and claim victory.
Part of the Superpowers collection.
Related Skills
Tencent's skill-evolution harness: it rewrites a whole skill folder — SKILL.md, scripts and references together — and lands every decision as a real Git issue, PR and wiki entry you can review.
Take an OpenSearch search application from requirements to a running cluster — BM25, dense and sparse vectors, hybrid retrieval, agentic search and RAG, with relevance evaluation built in.
Auth0's official agent skill: a router that detects your framework and intent, then loads the right Auth0 guidance for login, MFA, Organizations, tenant audits, debugging or provider migration.