verification-before-completion

Enforce evidence-based verification before marking tasks complete.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/ClyptAI/Clypt-Backend --skill verification-before-completion-clyptai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/ClyptAI/Clypt-Backend/tree/main/.agents/skills/superpowers/skills/verification-before-completion
Command: npx skills add https://github.com/ClyptAI/Clypt-Backend --skill verification-before-completion-clyptai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming work as complete without verification is dishonest and inefficient; this skill enforces evidence-based completion to prevent premature success claims and to improve integrity in workflows.

Core Features & Use Cases

  • Explicit, repeatable verification steps before status changes or PRs
  • Capture and reference fresh command outputs as evidence
  • Fits software development, QA, and collaboration workflows where proof of success matters

Quick Start

Run the verification command on your current work and confirm the output before marking the task as complete.

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 verification before marking a development task complete?

Evidence-based verification requires running commands and capturing fresh outputs to validate changes before completion. This enforces explicit gating criteria, preventing premature success claims by ensuring actual command output matches expected results before updating status or creating PRs.

What is the best way to prevent unverified success claims in QA workflows?

Preventing unverified success claims involves applying rigorous output validation during QA workflows. This enforces evidence gathering by capturing and referencing command outputs, ensuring that work cannot be marked complete without explicit, repeatable proof of success.

How do I automate PR review checks with required command output evidence?

Automating PR review with command output evidence requires enforcing verification steps that validate command results before submission. This captures fresh execution outputs as proof, gating the PR creation process until evidence confirms the changes work as intended.

Does this verification workflow require any specific testing frameworks or dependencies?

No specific testing frameworks or dependencies are required. The verification workflow operates independently by applying output validation and evidence gathering commands, fitting seamlessly into existing software development and collaboration environments without needing external modules.

When do I need to apply evidence gathering commands in a development workflow?

Evidence gathering commands are needed whenever changes must be verified before status updates or pull requests. This applies directly to software development and QA workflows where proof of success matters, ensuring integrity by validating output before declaring completion.

Why does my development workflow allow premature completion claims without output validation?

Workflows allow premature completion when they lack explicit gating criteria and output validation. Implementing rigorous verification before completion prevents this by enforcing evidence-based checks, requiring fresh command outputs as proof before any success status is accepted.