superpowers-verification-before-completion

Run verification commands and report completion only with fresh evidence.

2|1|Updated Oct 21, 2025
One-click install
npx skills add https://github.com/aldoborrero/agent-kit --skill superpowers-verification-before-completion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: superpowers-verification-before-completion
Source: https://github.com/aldoborrero/agent-kit/tree/main/skills/superpowers/verification-before-completion
Command: npx skills add https://github.com/aldoborrero/agent-kit --skill superpowers-verification-before-completion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents unverified completion claims by requiring fresh verification evidence. This ensures honesty and reliability when reporting progress or completion.

Core Features & Use Cases

  • Enforces a verification gate before success claims are made, ensuring evidence is reviewed.
  • Provides guidance for running verification commands, parsing outputs, and generating an auditable status.
  • Use Case: teams validating fixes or features before merging or releasing, avoiding silent failures.

Quick Start

Run the verification command, review the results, and only claim completion if the evidence confirms success.

Frequently Asked Questions about superpowers-verification-before-completion

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

FAQPage Schema
How do I enforce verification before claiming task completion in CI-CD?

To enforce verification before claiming task completion in CI-CD, implement a gatekeeping mechanism that requires fresh evidence by running full verification commands and analyzing exit codes and outputs before reporting the actual state.

What is progress validation gatekeeping in software engineering?

Progress validation gatekeeping is a quality assurance process that prevents unverified completion claims by requiring fresh verification evidence, ensuring honesty and reliability when reporting progress for code fixes or PR readiness.

How do I prevent silent failures during code fixes and PR readiness checks?

You can prevent silent failures during code fixes and PR readiness checks by implementing a verification gate that prompts for command selection, runs the full verification command, and analyzes exit codes and outputs to confirm success.

Can I use verification evidence gates for quality assurance on any task?

Yes, you can use verification evidence gates for quality assurance on any task where assertions of progress or finish are made, including tests, builds, code fixes, and PR readiness, to generate an auditable status.

What is the best way to verify task progress before merging or releasing?

The best way to verify task progress before merging or releasing is to run the verification command, review the results, and only claim completion if the evidence confirms success, avoiding silent failures through rigorous gatekeeping.

Why does requiring fresh verification evidence improve quality assurance?

Requiring fresh verification evidence improves quality assurance by enforcing a review gate before success claims are made, preventing unverified completion claims and ensuring reliability when reporting progress or completion.