What problem does it solve?
This Skill ensures that AI agent workflows proceed smoothly by validating the output of each sub-agent, managing retries, and determining the correct next step, preventing workflow stagnation or incorrect execution.
Core Features & Use Cases
- Artifact Validation: Verifies the structure and content of output files from planning, implementation, and QA agents.
- Workflow Sequencing: Determines whether to proceed, retry, or escalate based on validation results and retry limits.
- Retry & Escalation Logic: Manages automatic retries for failed sub-agent tasks and escalates complex or persistent issues to human oversight.
- Use Case: After an implementation agent finishes coding a feature, this skill checks the generated code report. If the report is valid, it allows the workflow to proceed to the QA phase; if not, it may trigger a retry or escalate the issue.
Quick Start
Use the coordinate-handoffs skill to validate the output from the planning agent and decide the next action.