verification-protocol
Installation
SKILL.md
Verification Protocol
Iron law: "Evidence before claims." Gate function ensures verification happens before marking tasks complete.
When to Use
- Verifying task completion
- Validating implementation against requirements
- Confirming tests pass before claiming success
- Ensuring evidence exists before assertions
Don't use for:
- Code review (use code-review skill)
- Debugging (use systematic-debugging skill)