superpowers-verification-before-completion

Execute verification sequences and validate exit codes before completion claims.

Updated Dec 16, 2025
One-click install
npx skills add https://github.com/fegome90-cmd/fork_agent --skill superpowers-verification-before-completion-fegome90-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: superpowers-verification-before-completion
Source: https://github.com/fegome90-cmd/fork_agent/tree/main/.kilocode/skills/superpowers-verification-before-completion
Command: npx skills add https://github.com/fegome90-cmd/fork_agent --skill superpowers-verification-before-completion-fegome90-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claims about completion or success are often premature without verification. This skill enforces an evidence-driven discipline to ensure honesty and traceability in work statuses.

Core Features & Use Cases

  • Verification gate: require executing the full verification sequence before any completion claim.
  • Evidence-rich reporting: attach outputs, exit codes, and verification results to substantiate status.
  • PR and release alignment: ensure claims reflect verified results in code reviews, merges, and releases.

Quick Start

Run the full verification workflow and attach the evidence before making any completion claim.

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 code reviews?

To enforce verification before claiming task completion, you must execute a fresh verification sequence and validate exit codes. This ensures that status claims in code reviews and PRs are substantiated with actual outputs and evidence rather than premature assertions.

What is evidence-driven completion governance in software engineering?

Evidence-driven completion governance is the discipline of requiring verification command outputs and exit codes before making any success claim. It ensures traceability and honesty in work statuses by attaching parsed verification results to substantiate PR and release alignment.

How do I verify PR and release checks with actual command outputs?

You verify PR and release checks by running the full verification workflow, parsing command outputs, and validating exit codes. This guarantees that completion claims reflect verified results, providing evidence-rich reporting for merges and releases.

Why does claiming task completion without verification cause issues?

Claiming task completion without verification causes premature assertions that lack traceability. By enforcing a verification gate that requires executing commands and validating exit codes, you ensure that success claims honestly reflect actual execution results.

Can I use verification gates for release checks without external dependencies?

Yes, you can apply verification gates to release checks without external dependencies. The enforcement relies on executing your existing verification commands, parsing their outputs, and validating exit codes to substantiate completion claims with evidence.