Verification Before Completion — Success Protocol
Governs the requirement for absolute evidence before any claim of task completion, bug resolution, or system readiness.
The Success Protocol
Skip any step = failure of the verification protocol.
Verification Patterns
Red Flags — STOP
- "It should work now." → STOP. Run the verification command.
- "I'm confident it's fixed." → STOP. Confidence is not evidence.
- "The agent said it was done." → STOP. Subagents are non-deterministic; verify independently.
- "I'll do a partial check to save time." → STOP. Partial verification proves nothing about system integration.
Rationalization Table
Reference Files
systematic-debugging/SKILL.md— Root cause investigation.test-driven-development/SKILL.md— Red-Green cycle rules.sk-write-review-isolation/SKILL.md— Two-stage review protocol.sk-worktree-safety/SKILL.md— Integration verification.