What problem does it solve?
When a worker agent returns a node result in an agentic workflow, there is no guarantee the work actually met the assigned scope. This Skill provides a structured verification step that catches hidden fallback, silent degradation, scope shrinkage, and missing evidence before results are accepted.
Core Features & Use Cases
- Structured Verification: Checks a worker result against the task packet reference, assigned node scope, acceptance criteria, and verification expectation.
- Four-Class Verdict: Returns exactly one of pass, rework_required, blocked, or non_converged, keeping orchestration decisions unambiguous.
- Evidence-Based Findings: Outputs the check plan, evidence reviewed, findings, and required rework so failures are actionable.
- Use Case: In a multi-agent CCB workflow, after a worker node claims a task is done, run this check to confirm the deliverable matches the assigned scope and contains real evidence rather than a degraded shortcut.
Quick Start
Verify the worker result for this node against its task packet and acceptance criteria, then return a pass, rework_required, blocked, or non_converged verdict with evidence.