opc
by iamtouchskyer
Single-skill multi-agent orchestrator with role-based QA and adversarial checks
Summary
Implements an adaptive multi-role agent orchestrator inside a single Claude Code skill. Provides 11 built-in roles, 4 orchestration modes, and adversarial quality-control loops to route work, validate outputs, and escalate when needed. Designed to run multi-agent workflows entirely within Claude with Hierarchical Multi-Agent Pattern and role-based delegation and automated checks. It also leverages Role-Based Agent Pattern to ensure clear role separation and responsibilities, aiding Delegation practices across tasks.
Key Benefits
Target Use Cases
Teams prototyping multi-agent workflows on Anthropic/Claude who need role separation, automated QA, and rapid iteration. For routing and coordination considerations within these workflows, consider the Dynamic Task Routing Pattern.
Use Cases
- Orchestrating specialized roles (planner, reviewer, critic) inside a single Claude skill
- Running adversarial quality checks to detect incorrect or low-quality agent outputs
- Prototyping role-based delegation patterns before broader multi-model deployments