verification
Installation
SKILL.md
Methodology from obra/superpowers (MIT)
Verification
Iron law: no claims without fresh evidence.
The Verification Gate
Before you say "done", "works", "fixed", or "verified", you MUST:
- Run the relevant command (test, build, lint, curl, etc.).
- Read the full output -- not just the exit code.
- Confirm the output matches the expected result.
- Only then claim completion.
If you cannot run a verification command, say so explicitly. Never assume.