verification-before-completion

Require fresh verification evidence before marking tasks complete.

19|4|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/jarredkenny/agency-ai --skill verification-before-completion-jarredkenny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/jarredkenny/agency-ai/tree/main/roles/orchestrator/skills/verification-before-completion
Command: npx skills add https://github.com/jarredkenny/agency-ai --skill verification-before-completion-jarredkenny

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This policy-driven Skill prevents premature completion by requiring fresh verification evidence before any status update or claim of success. It helps teams maintain trust and ensures that results are backed by verifiable outputs.

Core Features & Use Cases

  • Enforces a formal verification gate before marking tasks complete (Tests, builds, lint results, and outputs are checked).
  • Provides clear, evidence-based reporting to stakeholders when changes are made.
  • Use Case: In a multi-agent software project, ensure a worker cannot claim "done" until verification steps are completed and documented.

Quick Start

Run the full verification steps for a task and attach verification evidence before marking it 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 prevent agents from claiming task completion without verification evidence?

To prevent premature completion claims, you need a verification gate that requires fresh evidence such as test and build results before any status update. This enforces honest reporting by validating outputs and documenting the actual state for stakeholders.

What is a verification gate in multi-agent software workflows?

A verification gate in multi-agent workflows is a policy checkpoint that prevents agents from updating task statuses to complete until fresh validation evidence, like passing tests and builds, is gathered and explicitly reported to stakeholders.

How do I enforce evidence-based reporting for software builds and tests?

You can enforce evidence-based reporting by requiring agents to run full verification steps, attach the validation outputs, and document the actual state before marking any changes or tasks as complete for stakeholders.

Can I use a verification gate for multi-agent task tracking systems?

Yes, applying a verification gate to multi-agent task tracking ensures workers cannot mark tasks as done until formal verification steps are completed and documented, maintaining trust across the project.

What are the limitations of relying on agents to self-report task completion?

Relying on self-reporting without a formal gate allows premature completion claims, eroding stakeholder trust. Limitations include unverified outputs and unvalidated builds, which are mitigated by enforcing fresh evidence collection before status updates.