verification-before-completion

Enforce a four-step verification process before reporting completion claims.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/hetsheth-droid/toolbox-template --skill verification-before-completion-hetsheth-droid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/hetsheth-droid/toolbox-template/tree/main/incubating/superpowers-skills/verification-before-completion
Command: npx skills add https://github.com/hetsheth-droid/toolbox-template --skill verification-before-completion-hetsheth-droid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming work is complete without verification leads to unreliable software and miscommunication; this skill enforces evidence-based completion.

Core Features & Use Cases

  • Enforces a four-step verification process (identify the proving command, run the full verification, read and interpret results, verify the evidence) before any completion claim.
  • Guides teams in QA and development workflows to ensure claims are backed by fresh verification output.
  • Provides a clear, auditable protocol for PRs, releases, and sprint handoffs to reduce rework and regressions.

Quick Start

Run the verification command, review the full output, and report the final status with evidence.

Frequently Asked Questions about verification-before-completion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce evidence-based completion claims in a software development workflow?

Evidence-based completion claims require a four-step verification process: identify the proving command, run full verification, read and interpret results, then report the claim only when fresh evidence supports it.

What is the best way to verify work before claiming completion for a release?

The best way to verify completion is to run the full verification command, review the entire output, and report the final status with fresh evidence to prevent regressions and ensure reliable software delivery.

How does a verification gating process work for QA and sprint handoffs?

A verification gating process works by requiring fresh verification output before approving PRs, releases, or sprint handoffs, creating an auditable protocol that reduces rework and ensures claims are backed by evidence.

Can I use an evidence-based verification protocol for project work outside of software development?

Yes, the evidence-based verification protocol applies to QA, software development, and general project work, ensuring every completion claim is gated by fresh verification output regardless of the specific project context.

Why should I require fresh verification output before approving completion claims?

Requiring fresh verification output prevents unreliable software and miscommunication by enforcing an auditable protocol where completion claims are proven by recently executed commands and interpreted results.

What are the limitations of gating completion claims on verification evidence?

Gating completion claims on verification evidence requires executing a proving command and interpreting full results each time, which adds procedural overhead to PRs, releases, and sprint handoffs but significantly reduces rework.