
Multi-Agent Specialized Team
Spin up a small team of AI agents — each with a distinct role and personality — all controllable from a single Telegram chat.
Ready to automate your workflow?
Deploy your own OpenClaw instance and try these use cases today.

Decentralized project coordination where subagents work autonomously on tasks, coordinating through shared STATE.yaml files rather than a central orchestrator.
Ready-to-Use Prompt
Main session = coordinator ONLY. All execution goes to subagents. Workflow: 1. New task arrives 2. Check PROJECT_REGISTRY.md for existing PM 3. If PM exists → sessions_send(label="pm-xxx", message="[task]") 4. If new project → sessions_spawn(label="pm-xxx", task="[task]") 5. PM executes, updates STATE.yaml, reports back 6. Main agent summarizes to user Rules: - Main session: 0-2 tool calls max (spawn/send only) - PMs own their STATE.yaml files - PMs can spawn sub-subagents for parallel subtasks - All state changes committed to git
sessions-spawn
Built-inshared-memory
Built-inTraditional orchestrator patterns create bottlenecks — the main agent becomes a traffic cop. For complex projects (multi-repo refactors, research sprints, content pipelines), you need agents that can work in parallel without constant supervision.
STATE.yaml file — no central orchestrator needed.Each project maintains a STATE.yaml file that serves as the single source of truth:
# STATE.yaml - Project coordination file
project: website-redesign
updated: 2026-02-10T14:30:00Z
tasks:
- id: homepage-hero
status: in_progress
owner: pm-frontend
started: 2026-02-10T12:00:00Z
notes: "Working on responsive layout"
- id: api-auth
status: done
owner: pm-backend
completed: 2026-02-10T14:00:00Z
output: "src/api/auth.ts"
- id: content-migration
status: blocked
owner: pm-content
blocked_by: api-auth
notes: "Waiting for new endpoint schema"
next_actions:
- "pm-content: Resume migration now that api-auth is done"
- "pm-frontend: Review hero with design team"sessions_spawn / sessions_send for subagent managementUser: "Refactor the auth module and update the docs"
Main agent:
1. Checks registry → no active pm-auth
2. Spawns: sessions_spawn(
label="pm-auth-refactor",
task="Refactor auth module, update docs. Track in STATE.yaml"
)
3. Responds: "Spawned pm-auth-refactor. I'll report back when done."
PM subagent:
1. Creates STATE.yaml with task breakdown
2. Works through tasks, updating status
3. Commits changes
4. Reports completion to mainUse pm-{project}-{scope} for easy tracking:
pm-auth-refactor — Auth module refactoring PMpm-docs-migration — Documentation migration PMpm-frontend-redesign — Frontend redesign PMpm-{project}-{scope} for easy tracking.This pattern is inspired by Nicholas Carlini's approach to autonomous coding agents — let agents self-organize rather than micromanaging them.
Skip the setup — get a fully managed OpenClaw instance ready to run this use case.
| Starter Plan | Pro Plan | Business Plan | |
|---|---|---|---|
| Monthly | $49/mo | $99/mo | $200/mo |
| Infrastructure | 2 vCPU · 2 GB RAM · 20 GB SSD | 2 vCPU · 4 GB RAM · 50 GB SSD | 4 vCPU · 8 GB RAM · 100 GB SSD |
| AI Credits | $10/mo included | $25/mo included | $50/mo included |
Starter ($49/mo) works for simple task tracking. Start with Pro for full autonomous management with sub-agents. Upgrade to Business when coordinating multiple complex projects in parallel.

Spin up a small team of AI agents — each with a distinct role and personality — all controllable from a single Telegram chat.

Replace static Kanban boards with an event-driven system that tracks project state automatically through conversation, links git commits, and generates daily standups.

Aggregate all family calendars into a morning briefing, monitor messages for appointments, and manage household inventory through chat.
Join the community
Subscribe to our newsletter for the latest news and updates