From superpowers
Enables verification workflow for a task: clarify if vague, execute fully without drafts, test code/output/web apps/edges, append verified tag upon success.
npx claudepluginhub fradser/dotclaude --plugin superpowers<task description>need-vet/# Need Vet Enable work verification for the current task. The stop hook will block session exit until the work is verified. ## Process 1. **Evaluate task clarity.** If the request is vague, lacks explicit success criteria, or has key ambiguities, use the `AskUserQuestion` tool to resolve them before doing any work. If clear, define a done checklist and start working immediately — no "I will..." preamble. 2. **Execute the task.** The final deliverable must be finished and working, not a draft. If something fails or looks wrong, fix it before reporting back — do not hand problems back to ...
/verifyVerifies if current work is complete, fixed, or passing before committing by invoking the jig:verify skill.
/fire-double-checkVerifies work completion claims by running npm build, test, typecheck, and lint checks on current work or specified target, reporting results with evidence and exit codes.
/sc-validate-taskValidates completed tasks against original requirements by gathering code changes, verifying implementation, functional testing, and quality checks. Outputs markdown report with status (VALIDATED/NEEDS FIXES/PARTIAL) and evidence.
/verify-workPerforms manual user acceptance testing: walks through built work, logs issues, and creates fix plans.
/SKILLSurfaces current session task from state file, evaluates clarity (prompts for clarification if needed), assesses completion, and verifies if fully done.
/double-checkForces agent to double-check work by defining verification angles, reiterating goals, specifying 'complete', and rigorously reviewing before claiming production-ready.
Share bugs, ideas, or general feedback.
Enable work verification for the current task. The stop hook will block session exit until the work is verified.
Evaluate task clarity. If the request is vague, lacks explicit success criteria, or has key ambiguities, use the AskUserQuestion tool to resolve them before doing any work. If clear, define a done checklist and start working immediately — no "I will..." preamble.
Execute the task. The final deliverable must be finished and working, not a draft. If something fails or looks wrong, fix it before reporting back — do not hand problems back to the user.
Verify the work.
Mark as verified. Once the work is genuinely verified, append <verified>Fully Vetted.</verified> at the end of the response. Only output this tag when you have genuinely verified the work — do not lie to exit.