verification-before-completion

Run validation commands and analyze output before reporting task completion.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/tedtv1007-ctrl/milk-skills-library --skill verification-before-completion-tedtv1007-ctrl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/tedtv1007-ctrl/milk-skills-library/tree/main/verification-before-completion
Command: npx skills add https://github.com/tedtv1007-ctrl/milk-skills-library --skill verification-before-completion-tedtv1007-ctrl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents the common AI pitfall of making premature or inaccurate claims about task completion by enforcing a strict, evidence-based verification protocol.

Core Features & Use Cases

  • The Iron Law: Mandates that no completion claim can be made without fresh, verifiable evidence.
  • The Gate Function: Provides a structured 5-step workflow (Identify, Run, Read, Verify, Claim) to ensure all outputs are validated against actual system state.
  • Use Case: Before telling a user that a server configuration is complete, the AI uses this skill to run the specific validation command, check the exit code, and confirm the output matches the expected state.

Quick Start

Apply the verification before completion protocol to validate the current task status by running the necessary test commands and confirming the output before reporting success.

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 task completion validation in automated workflows?

Task completion validation in automated workflows is enforced by running specific validation commands, checking exit codes, and analyzing output to confirm successful execution before reporting success.

What is evidence-based verification for software development tasks?

Evidence-based verification is a protocol requiring fresh, objective system state checks—such as running validation commands and verifying outputs—before any task completion claims are made.

How to prevent premature completion claims in system administration?

Premature completion claims in system administration are prevented by applying a structured workflow: identify validation criteria, run tests, read output, verify state, and only then claim completion.

Why does my AI agent report task success before validating system state?

AI agents report task success prematurely when lacking a mandatory verification protocol; enforcing a gate function requires objective evidence from validation commands before status updates.

Does automated workflow validation require specific testing frameworks?

Automated workflow validation does not mandate specific testing frameworks; it requires executing relevant validation commands and analyzing their output to confirm the actual system state matches expectations.

When do I need to run validation commands before claiming task completion?

Validation commands must be run before claiming task completion whenever objective evidence is required to confirm accuracy and reliability in software development, system administration, or automated processes.