🦞Claw Persona Hub
← Back to marketplace
Multi-Persona Guide

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

Leo (Content Creator)Felix (Content Marketing Lead)Zoe (Customer Support Lead)
  1. 1
    Leo β†’ Felix: Trigger: β€œContent asset ready.” Felix repurposes into campaign materials and schedules distribution.
  2. 2
    Felix β†’ Zoe: Trigger: β€œCampaign live, inbounds spike.” Zoe activates SLA triage and escalation playbooks.
  3. 3
    Zoe β†’ 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

Mike (Startup Builder)Lewis (Finance Ops Manager)Milly (AI CEO)
  1. 1
    Mike β†’ Lewis: Trigger: β€œNew sprint committed.” Lewis flags cash implications and updates runway snapshot.
  2. 2
    Lewis β†’ Milly: Trigger: β€œVariance outside tolerance.” Milly drafts decision memo for exec review or investor update.
  3. 3
    Milly β†’ 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

Alon (Ecommerce Growth Lead)Felix (Content Marketing Lead)Beatrice (Sales Closer)
  1. 1
    Alon β†’ Felix: Trigger: β€œLaunch runbook approved.” Felix produces channel content and manages publishing calendar.
  2. 2
    Felix β†’ Beatrice: Trigger: β€œLeads generated from campaign.” Beatrice runs pipeline prioritization and follow-up sequencing.
  3. 3
    Beatrice β†’ 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.

PersonaTask typeTrigger phraseExpected output
Leo / FelixNew content piece"Draft a [blog post / video script / email] for…"Draft with SEO brief, CTA, and repurposing notes
FelixCampaign planning"Plan this month's content calendar"Calendar with channel assignments and promotion schedule
ZoeSupport triage"Triage these tickets by SLA priority"Ranked queue with escalation flags
ZoeEscalation decision"This ticket needs an exception decision"Escalation brief with context + recommended action
MikeSprint planning"Plan next sprint for [goal]"Task list with owners, estimates, and risk flags
LewisFinance snapshot"Give me a runway update"Cash runway snapshot with variance commentary
MillyExecutive decision"We need a go/no-go on [initiative]"Decision memo with options, trade-offs, and recommendation
BeatricePipeline review"Review this week's open deals"Prioritized deal list with next actions per deal
TedRelease readiness"Run pre-release checklist for [version]"Go/no-go checklist with open blockers
AlonLaunch 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.

L1 β€” Autonomous

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.

L2 β€” Handoff

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.

L3 β€” Joint Decision

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.

L4 β€” Executive Escalation

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.