| name | team-shinchan:verification-before-completion |
| description | Use when claiming a task is complete, before commits, or before PR creation. |
| user-invocable | false |
Verification-Before-Completion Gate
Never claim a task is complete without running a verification command and reading its output. "I believe it works" is not evidence.
Verification Checkpoints
You MUST verify at each of these triggers:
- Before commits -- run tests/linter, confirm pass
- Before PR creation -- run full validation suite, confirm zero errors
- Before task completion -- run the specific success criteria commands from the task plan
- Before moving to next task -- confirm current task's tests still pass after any late edits
Required Evidence
Every completion claim must include:
- Command: The exact command you ran (copy-paste, not paraphrased)
- Output: The actual output (or relevant excerpt for long output)
- Verdict: PASS or FAIL based on the output
If you cannot provide all three, you have NOT verified. Go back and run the command.
Red Flags List
If your completion report contains ANY of these phrases, you have NOT verified -- STOP and actually run a command:
| Red Flag Phrase | What To Do Instead |
|---|
| "should work" | Run the test and show it passes |
|