verify-agents

Audit multi-agent outputs for plan-to-artifact alignment and missing artifacts.

1|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/Wondermove-Inc/calab-claude-plugin --skill verify-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-agents
Source: https://github.com/Wondermove-Inc/calab-claude-plugin/tree/main/plugins/calab-plugin/skills/verify-agents
Command: npx skills add https://github.com/Wondermove-Inc/calab-claude-plugin --skill verify-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automatically audits the outputs of parallel agents to ensure validation, consistency, and traceability across the Claude Code orchestration.

Core Features & Use Cases

  • Automated artifact validation: verify each agent's produced artifacts against expected manifests.
  • Wave-aware auditing: trigger checks when subagents complete and provide a consolidated verification report.
  • Non-blocking analysis: run in the background to avoid interrupting user tasks and surface issues for remediation.

Quick Start

After a wave completes, invoke the verify-agents skill to generate a verification report for the latest artifacts and highlight any missing or mismatched files.

Frequently Asked Questions about verify-agents

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

FAQPage Schema
How do I automate validation of multi-agent outputs to check for missing artifacts?

Automated validation of multi-agent outputs is handled by auditing wave completion and subagent results to detect missing, empty, or mismatched artifacts. The skill enforces file existence, content validity, and cross-checks against expected artifacts to ensure plan-to-artifact alignment.

What is wave-aware auditing for parallel agents?

Wave-aware auditing triggers checks when subagents complete a processing wave and provides a consolidated verification report. It analyzes wave completion data to highlight missing or mismatched files across all participating agents.

How do I verify artifact consistency across multiple agents without blocking my workflow?

Artifact consistency is verified while avoiding workflow interruption through optional background execution. The skill runs non-blocking analysis to surface missing or mismatched files for remediation without interrupting user tasks.

Can I run automated QA checks on subagent results after a wave completes?

Automated QA checks on subagent results are triggered after a wave completes by invoking the verification skill. It generates a verification report for the latest artifacts and highlights any missing or mismatched files across agents.

Does multi-agent output auditing work without external dependencies?

Multi-agent output auditing operates without external dependencies. The skill enforces file existence, content validity, and cross-checks expected artifacts entirely through its internal validation logic.

What is the best way to ensure plan-to-artifact alignment in Claude Code orchestration?

Plan-to-artifact alignment is ensured by automating the audit of parallel agent outputs to validate consistency and traceability. The skill cross-checks produced artifacts against expected manifests to detect mismatches across the orchestration.