Multi Agent Orchestrator
by @miio-jinglin
Design, build, and manage multi-agent teams that turn a solo operator into a 1000-person organization. Covers team role design (CEO/PM/Engineer/Analyst/Write...
clawhub install friday-multi-agent-orchestratorπ About This Skill
name: multi-agent-orchestrator description: Design, build, and manage multi-agent teams that turn a solo operator into a 1000-person organization. Covers team role design (CEO/PM/Engineer/Analyst/Writer/Monitor), inter-agent communication patterns, task distribution, conflict resolution, and priority management. Based on real production experience running 13-agent teams on OpenClaw. Use when the user wants to build an agent team, orchestrate multiple AI agents, design agent roles, set up agent communication, create a one-person company with AI agents, implement multi-agent workflows, or scale from solo to team-of-agents. Triggers on multi-agent, agent team, agent orchestration, AI team, agent collaboration, agent roles, one-person company, solo founder scaling, agent communication, task delegation to agents, swarm intelligence.
Multi-Agent Orchestrator
Build production-grade agent teams. Battle-tested with 13 concurrent agents running real operationsβfinancial analysis, content production, code engineering, and executive decision-making.
Core Philosophy
One human, many agents. Each agent has a narrow, well-defined role. Communication flows through structured channels. The human sets direction; agents handle execution.
Three laws of agent teams: 1. Specialization over generality β Each agent does ONE thing well 2. Structured communication β No ad-hoc messaging; use defined protocols 3. Human-in-the-loop for decisions β Agents execute, humans decide
Workflow
Step 1: Define Your Team Composition
Read references/team-roles.md to select roles from the template library.
Start minimal (3 agents), scale to what you need:
| Team Size | Composition | Use Case | |-----------|-------------|----------| | Solo+1 | Human + 1 Assistant | Personal productivity boost | | Core (3) | CEO + PM + Engineer | Small project delivery | | Full (5+) | + Analyst + Writer + Monitor | Business operations | | Enterprise (8+) | + Specialist roles per domain | Multi-domain scaling |
Step 2: Design Communication Architecture
Read references/communication-patterns.md for protocol details.
Choose your communication stack:
| Pattern | Latency | Best For | |---------|---------|----------| | Shared directory | Minutes | Async handoffs, document sharing | | Message passing (sessions_send) | Seconds | Real-time coordination | | Heartbeat scheduling | Periodic | Monitoring, health checks | | Event queue | Async | Complex multi-step workflows |
Step 3: Set Up Task Management
Read references/task-management.md for tracking systems and report formats.
Implement the three-layer task system: 1. Strategic (CEO layer) β Goals and OKRs 2. Tactical (PM layer) β Sprint planning and allocation 3. Operational (Engineer layer) β Ticket execution and delivery
Step 4: Launch and Iterate
# Minimum viable team setup
1. Create AGENTS.md for each agent with role + scope
2. Set up shared directory structure
3. Define reporting cadence
4. Run first task cycle
5. Review and adjust roles/communication
Quick-Start Templates
Solo Founder Starter Pack (3 agents)
CEO (Strategic) β Owns vision, priorities, decision gates PM (Coordination) β Translates goals into tasks, tracks progress Engineer (Execution) β Builds, tests, ships
Content Machine (4 agents)
Strategist β Topic research, audience analysis, content calendar Writer β Draft production, SEO optimization Editor β Quality review, brand voice consistency Publisher β Distribution, scheduling, performance tracking
Research & Analysis (4 agents)
Data Collector β Gather raw data from sources Analyst β Process, analyze, identify patterns Synthesizer β Produce actionable reports Monitor β Track changes, alert on anomalies
Anti-Patterns (Learn from Our Mistakes)
| Anti-Pattern | Why It Fails | Fix | |-------------|-------------|-----| | Agent with 5+ responsibilities | Context thrashing, low quality | Split into specialized agents | | All-to-all communication | Message chaos, conflicts | Hub-and-spoke or hierarchical | | No escalation path | Decisions stall, work stops | Define clear human escalation triggers | | Copy-paste between agents | Knowledge silos, inconsistency | Shared knowledge base or wiki | | Agents making strategic decisions | Misaligned with human intent | Agents propose, humans dispose |
Platform Compatibility
This skill is platform-agnostic. The principles apply to:
Real-World Case Study
ζηζΊθ AI Team (13 agents, OpenClaw)
βββββββββββ
β δΊε₯ β (Human CEO)
ββββββ¬βββββ
β
ββββββ΄βββββ
β θA β (CEO Agent / Strategic)
β Friday β (Executive Assistant)
ββββββ¬βββββ
β
ββββββββββββββββΌβββββββββββββββ
β β β
ββββββ΄βββββ ββββββ΄βββββ ββββββ΄βββββ
β θΎη³ β β η¦ιζ― β β ε β
β (PM) β β(Engineer)β β(Writer) β
ββββββ¬βββββ ββββββ¬βββββ ββββββ¬βββββ
β β β
ββββββ΄βββββ ββββββ΄βββββ ββββββ΄βββββ
βSimons β β ε°E β β +6 β
β(Analyst)β β(Monitor)β βspecialistsβ
βββββββββββ βββββββββββ βββββββββββ
Communication: Shared directories for async, sessions_send for real-time, cron-based heartbeat for monitoring.
References
references/team-roles.md β Complete role templates with AGENTS.md examplesreferences/communication-patterns.md β Protocols, file structures, message formatsreferences/task-management.md β Tracking systems, report formats, escalation rules