Run an AI team,
not just one assistant.
Most people run one Claude persona. The highest-leverage teams run a coordinated squad β each persona owns its domain, hands off cleanly, and escalates by rule, not by accident.
How it works in OpenClaw
Important distinction: persona packs are templates, while runtime workers are actual OpenClaw agents. In production, keep one orchestrator agent (Alexis) and promote only high-leverage roles to standalone agents. Keep reusable capabilities (security, UX, release, architecture) as shared skills.
Recommended hybrid pattern: your main agent routes β specialist sub-agents handle domain-specific work β shared skills enforce quality gates. This keeps orchestration clear and avoids branch-conflict chaos.
Single-session delegation
For sequential same-repo work, spawn one coding session that reads multiple skills in order. One report back. Efficient and clean.
Parallel sub-agents
For genuinely independent domains (content vs engineering), use dedicated sub-agents running on their own cadence. No blocking each other.
Public-safe guidance (recommended for docs/site)
- β’ Explain architecture patterns (orchestrator, specialists, skills).
- β’ Share generic setup commands and workflow principles.
- β’ Teach conflict prevention rules (scoped files, merge queue).
Keep private (internal operator notes)
- β’ Personal paths, account IDs, private channels, tokens.
- β’ Internal cron prompts, private memory files, revenue internals.
- β’ Any repo-local tactics not intended as public product docs.
Real-world workflow examples
Content + Growth + Support
- 1Leo β Felix: Trigger: βContent asset ready.β Felix repurposes into campaign materials and schedules distribution.
- 2Felix β Zoe: Trigger: βCampaign live, inbounds spike.β Zoe activates SLA triage and escalation playbooks.
- 3Zoe β Felix: Trigger: βSupport themes surface.β Felix refines messaging based on objections surfaced in tickets.
Outcome: A single campaign loop where content fuels distribution, support captures signal, and marketing closes the feedback gap.
Startup + Finance + Legal / Compliance
- 1Mike β Lewis: Trigger: βNew sprint committed.β Lewis flags cash implications and updates runway snapshot.
- 2Lewis β Milly: Trigger: βVariance outside tolerance.β Milly drafts decision memo for exec review or investor update.
- 3Milly β Mike: Trigger: βDecision memo approved.β Mike reprioritizes sprint to reflect updated constraints.
Outcome: A governance loop that keeps execution, finance, and leadership in sync β with clear escalation paths when numbers go off-plan.
Ecommerce Launch Stack
- 1Alon β Felix: Trigger: βLaunch runbook approved.β Felix produces channel content and manages publishing calendar.
- 2Felix β Beatrice: Trigger: βLeads generated from campaign.β Beatrice runs pipeline prioritization and follow-up sequencing.
- 3Beatrice β Alon: Trigger: βDeal patterns identified.β Alon updates merchandising and retention plays based on win/loss data.
Outcome: A launch-to-retention engine that keeps product, content, and pipeline coordinated from day one.
Recommended folder structure
Use actual OpenClaw agent workspaces for runtime personas. Do not rely on a custom .openclaw/personas/ convention for live routing.
.openclaw/
βββ openclaw.json # Global config with agents.list[]
βββ agents/
β βββ main/ # Alexis orchestrator state
β βββ engineering-release-captain/ # specialist agent state
β βββ finance-ops-manager/ # specialist agent state
β βββ content-marketing-operator/ # specialist agent state
βββ workspace/ # Alexis workspace (main)
β βββ AGENTS.md
β βββ SOUL.md
β βββ skills/ # shared skills live here
βββ workspace-agents/
βββ engineering-release-captain/
β βββ SOUL.md
β βββ USER.md
β βββ AGENTS.md
β βββ TOOLS.md
βββ finance-ops-manager/
βββ content-marketing-operator/Implementation details live in the book
This page is intentionally high-level. It explains the architecture and workflow mindset so you can understand how multi-agent systems create leverage.
- β’ Start with one orchestrator and a few specialist roles.
- β’ Keep responsibilities explicit to avoid overlap.
- β’ Use guardrails for handoffs, escalation, and quality checks.
- β’ Scale carefully with a hybrid approach (agents + shared skills).
Want the exact folder layouts, command-level setup, cron patterns, and operational playbooks? Those implementation details are covered in Building an AI Fleet with OpenClaw.
Task routing matrix
Use this matrix to decide which persona to activate for a given task. Add custom rows as your team grows.
| Persona | Task type | Trigger phrase | Expected output |
|---|---|---|---|
| Leo / Felix | New content piece | "Draft a [blog post / video script / email] forβ¦" | Draft with SEO brief, CTA, and repurposing notes |
| Felix | Campaign planning | "Plan this month's content calendar" | Calendar with channel assignments and promotion schedule |
| Zoe | Support triage | "Triage these tickets by SLA priority" | Ranked queue with escalation flags |
| Zoe | Escalation decision | "This ticket needs an exception decision" | Escalation brief with context + recommended action |
| Mike | Sprint planning | "Plan next sprint for [goal]" | Task list with owners, estimates, and risk flags |
| Lewis | Finance snapshot | "Give me a runway update" | Cash runway snapshot with variance commentary |
| Milly | Executive decision | "We need a go/no-go on [initiative]" | Decision memo with options, trade-offs, and recommendation |
| Beatrice | Pipeline review | "Review this week's open deals" | Prioritized deal list with next actions per deal |
| Ted | Release readiness | "Run pre-release checklist for [version]" | Go/no-go checklist with open blockers |
| Alon | Launch prep | "Prepare launch runbook for [product]" | Launch checklist with channel tasks and rollback plan |
Escalation rules and trust ladder
A well-run multi-persona setup needs clear escalation tiers. Without them, every decision becomes a bottleneck or gets lost.
Each persona handles its domain independently. No cross-persona coordination needed.
- β Leo drafts a content piece
- β Zoe responds to a standard support ticket
- β Lewis updates AP/AR log
Boundary: Single-domain, reversible, low-stakes.
One persona completes a task and passes output to another. Lightweight coordination.
- β Leo finishes a script β Felix schedules distribution
- β Beatrice closes a deal β Alon triggers onboarding runbook
Boundary: Output of one task is input to another. No shared decision required.
Two personas must align before proceeding. Typically involves budget, scope, or risk.
- β Mike proposes sprint β Lewis reviews cash impact
- β Felix plans campaign β Beatrice validates lead quality targets
Boundary: Cross-domain impact. Both personas must sign off.
Milly (AI CEO) is brought in to resolve trade-offs or produce a decision memo for human review.
- β Lewis flags runway risk β Milly drafts board memo
- β Conflicting priorities across multiple personas β Milly runs cross-functional review
Boundary: High stakes, irreversible, or cross-org. Human final call required.
Frequently asked questions
How many personas should I run first?
Start with one orchestrator and 2β3 specialist personas mapped to your highest-leverage workflows. Expand only after handoffs are stable.
Should every persona be a standalone agent?
No. Keep reusable capabilities as shared skills and promote only high-frequency, high-value roles to standalone agents.
What keeps multi-persona setups from becoming chaotic?
Clear task routing, explicit escalation tiers, and domain-scoped ownership. Avoid overlapping responsibilities and ad-hoc handoffs.
Ready to build your AI team?
Start with a 3-pack and pick personas that cover your biggest workflow gaps. Save 10% at 3, 20% at 6, 30% at the full 9-pack.
No subscription. One-time payment. Download immediately after purchase. Full implementation details are documented in the book bundle.