A supervisor agent that delegates tasks to specialized worker agents and aggregates their results.
Deploy in 30 minThis is what your OpenClaw config looks like. Deploy it on Clawctl in 30 min.
# openclaw.json — Supervisor-Worker
{
"name": "Supervisor",
"model": "anthropic/claude-sonnet",
"system": "You are a supervisor. Break tasks into subtasks. Delegate to workers: researcher, writer, reviewer. Aggregate results. Ensure quality.",
"agents": {
"researcher": { "model": "anthropic/claude-haiku" },
"writer": { "model": "anthropic/claude-sonnet" },
"reviewer": { "model": "anthropic/claude-sonnet" }
}
}Supervisor agent with task delegation
Specialized worker agents per domain
Result aggregation and quality checking
Automatic retry on worker failure
Full audit trail across all agents
Complex research requiring multiple perspectives
Content pipelines with research → write → review
Data processing with multiple transformation steps
Any workflow needing task decomposition
Includes 70+ approval gates, encrypted secrets, and full audit trail. Production-ready.
No hard limit. Practical limit depends on your plan's agent count (1 Starter, 5 Team, 25 Business).
The supervisor manages context passing. Workers receive relevant context for their specific task.
The supervisor detects failures and can retry, reassign, or escalate to you.
30 min to deploy. $49/month. Full security included. No DevOps required.
Get Started with ClawctlPipeline Pattern
Sequential pipeline where each agent processes and passes output to the next stage.
Debate Pattern
Multiple agents debate a topic from different perspectives, then a judge agent synthesizes the best answer.
Research Team
A team of agents that research a topic in parallel, each covering different sources and angles.