obra/superpowers@verification-before-completion

Require fresh verification evidence before confirming completion claims.

9|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill obra-superpowers-verification-before-completion-allbeingsfuture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obra/superpowers@verification-before-completion
Source: https://github.com/AllBeingsFuture/AllBeingsFuture/tree/main/electron/embedded-assets/skills/superpowers-verification
Command: npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill obra-superpowers-verification-before-completion-allbeingsfuture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claims of completion are often premature without fresh verification evidence. This rule ensures honesty and reliability by requiring verifiable proof before marking work as done.

Core Features & Use Cases

  • Enforces a verification gate (identify, run, read, verify) before any completion claim.
  • Applicable to code changes, PRs, deployments, and task handoffs to prevent unverified conclusions.
  • Provides a governance pattern for evidence-backed progress and quality assurance.

Quick Start

Run the full verification sequence on your latest work and attach the verification evidence before declaring completion.

Frequently Asked Questions about obra/superpowers@verification-before-completion

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

FAQPage Schema
How do I enforce verification evidence before claiming a pull request is complete?

You enforce verification evidence by applying a gate workflow that identifies the proving command, runs it fully, reads the outputs, and verifies the results before confirming any pull request completion.

What is a verification gate in software engineering governance?

A verification gate in software engineering governance is a checkpoint that requires fresh, verifiable proof of success—such as passing test outputs—before allowing a code change, deployment, or task handoff to be marked complete.

How do I stop premature completion claims during code review and task handoffs?

To stop premature completion claims during code review and task handoffs, require the submitter to run the full verification sequence and attach the output evidence before declaring the work done.

Does this evidence-based verification approach work for deployment and task handoffs?

Yes, this evidence-based verification approach works for deployments and task handoffs, applying the same identify, run, read, and verify gate pattern to prevent unverified conclusions across all development workflows.

What's the best way to verify code changes before marking a task as done?

The best way to verify code changes before marking a task as done is to implement a governance pattern that identifies a proving command, executes it, and reads the output to ensure evidence-backed progress and quality assurance.