Files
dotfiles/.config/opencode/skills/verification-before-completion/SKILL.md
alex wiesner cb208a73c4 changes
2026-03-13 13:28:20 +00:00

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

  1. Re-state the promised outcome and scope boundaries.
  2. Run the smallest reliable checks that prove requirements are met.
  3. Run broader regression checks required by project workflow.
  4. Confirm no known failures are being ignored.
  5. 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.