What problem does it solve?
This skill coordinates a delegated review loop where a worker builds an artifact, a scout gathers context, and a panel of independent reviewers critiques in parallel to iteratively improve the deliverable until it passes.
Core Features & Use Cases
- Explicit invocation: Activate a structured, multi-agent workflow only when requested by the user.
- Orchestrated roles: Separate worker, scout, and reviewer panels with strict file-path communication to keep context lean.
- Session-based coordination: All artifacts live in a per-session directory; the deliverable remains at its real repository path while coordination happens in session space.
- Iterative improvement: Merges panel findings and triggers focused rounds up to a cap to converge on a high-quality result.
Quick Start
Initiate the delegate-review loop by explicitly invoking the skill and providing the task as input; the orchestrator will frame the session, announce the reviewer panel, and begin the build-review-improve cycle.