Loading...
Loading...
Ensures tasks are genuinely resolved before marking them done. Activates at task checkpoints during plan execution — validates that fixes actually work, tests genuinely pass, and acceptance criteria are met. Prevents premature completion declarations.
npx skill4agent add brite-nites/britenites-claude-plugins verification-before-completionexecuting-plans_shared/observability.md---
**Verification Before Completion** activated
Trigger: Task checkpoint reached
Produces: 4-level verification report
---Level 1/4: Build verification...tsc --noEmitLevel 1/4: Build verification... [PASS/FAIL]Level 2/4: Test verification...describe.skiptest.todoLevel 2/4: Test verification... [PASS/FAIL]Level 3/4: Acceptance criteria...Acceptance Criteria:
- [x] Users can log in with email/password — VERIFIED (test: auth.test.ts:24)
- [x] Invalid credentials show error message — VERIFIED (test: auth.test.ts:38)
- [ ] Rate limiting after 5 failed attempts — NOT VERIFIED (no test, no implementation found)Level 3/4: Acceptance criteria... [PASS/FAIL]Level 4/4: Integration verification...Level 4/4: Integration verification... [PASS/FAIL]VERIFICATION FAILED
Level: [1/2/3/4]
Criterion: [what was being checked]
Expected: [what should happen]
Actual: [what happened instead]Decision: [Retry approach] Reason: [root cause analysis] Alternatives: [other fix strategies considered]
_shared/observability.md## Verification: PASS
**Build**: Clean
**Tests**: [N] passing, 0 failing, [N] new
**Acceptance Criteria**: [N/N] met
**Integration**: No regressions
Task is genuinely complete.## Verification: BLOCKED
**Passing**: Levels 1-2
**Failing**: Level 3 — acceptance criterion [X] unmet
**Details**: [what's missing and why]
**Recommendation**: [what needs to happen next]
Task is NOT complete.