Force verification before claiming success or completion. Prevents false "it works" claims. Triggers when about to say "done", "complete", "works", "fixed", or "the implementation is ready".
From metacognitive-guardnpx claudepluginhub ancplua/ancplua-claude-plugins --plugin metacognitive-guard/verification-before-completionBlock completion claims without fresh verification evidence
/verification-before-completionUse before claiming any work is complete, fixed, or passing - before committing, creating PRs, or moving to the next task
If you didn't run it, you don't know if it works.
Activate when about to say: "done", "complete", "finished", "works", "fixed", "the implementation is ready", "this should work".
## Verification Checklist
### Build Status
- [ ] Build - [PASS/FAIL]
- [ ] Tests - [PASS/FAIL/SKIPPED: reason]
### Steps Performed
1. [What you did]
2. [What output you saw]
### Confidence
[high/medium/low] - [why]
### Ready to Claim Complete
[YES/NO] - [if NO, what's missing]
"This should work" → actually test it. "The fix is complete" → run the build. "I've implemented the feature" → show test output.