1.1 KiB
1.1 KiB
name, description, permalink
| name | description | permalink |
|---|---|---|
| verification-before-completion | Require evidence-backed verification before completion claims or final handoff | opencode-config/skills/verification-before-completion/skill |
Verification Before Completion
Use this skill before declaring work done, handing off, or approving readiness.
Verification Checklist
- Re-state the promised outcome and scope boundaries.
- Run the smallest reliable checks that prove requirements are met.
- Run broader regression checks required by project workflow.
- Confirm no known failures are being ignored.
- Report residual risk, if any, explicitly.
Evidence Standard
- Include exact commands run.
- Include pass/fail outcomes and key output.
- Tie evidence to each acceptance condition.
Role Expectations
- Builder and tester: no completion claim without concrete verification evidence.
- Reviewer: reject completion claims that are not evidence-backed.
- Coder: point to verification evidence from assigned lane before signaling done.
If Verification Fails
- Do not claim partial completion as final.
- Return to debugging or implementation with updated hypotheses.