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.
Verifies task completion by testing builds, validating acceptance criteria, and confirming no regressions before marking as done.
/plugin marketplace add https://www.claudepluginhub.com/api/plugins/brite-nites-britenites-plugins-britenites/marketplace.json/plugin install brite-nites-britenites-plugins-britenites@cpd-brite-nites-britenites-plugins-britenitesThis skill inherits all available tools. When active, it can use any tool Claude has access to.
You are verifying that a task is genuinely complete before it's marked as done. The goal is to prevent the common failure mode where an agent declares success while the problem still exists.
Minimum bar — the project compiles and runs:
tsc --noEmit or equivalent)If Level 1 fails, the task is NOT complete. Stop and fix.
Tests prove the behavior works:
describe.skip or test.todo for the current task's tests = not doneVerify tests are genuine by checking:
The issue's requirements are met:
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)
The changes work in context:
When verification fails:
Document what failed:
VERIFICATION FAILED
Level: [1/2/3/4]
Criterion: [what was being checked]
Expected: [what should happen]
Actual: [what happened instead]
Don't retry blindly — Analyze why it failed first
Fix the root cause, then re-verify from Level 1
Max 3 retries — After 3 failures, stop and report to developer with full context
Only after all relevant levels pass:
## Verification: PASS
**Build**: Clean
**Tests**: [N] passing, 0 failing, [N] new
**Acceptance Criteria**: [N/N] met
**Integration**: No regressions
Task is genuinely complete.
Or if issues remain:
## 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.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.