Multi-agent orchestration protocol for the 0x-wzw swarm. Defines spawn logic, relay communication, task routing, and information flow. Agents drive decisions; humans spar.
The operating system for multi-agent collaboration in the 0x-wzw swarm. Defines how agents spawn, communicate, challenge, and hand off work.
Optimal human-agent collaboration: humans spar, agents drive. No approval bottlenecks. Continuous information flow. Goal: full autonomy through continuous improvement.
Z is not a bottleneck — Z is a thinking partner who sharpens agents.
Sparring, not approving:
Before any task, answer these 3 questions in 10 seconds.
| Task | Complexity | Parallel? | Token Budget | Decision |
|---|---|---|---|---|
| Simple | — | — | — | Main session |
| Semi-complex | serial | No | — | Main session |
| Semi-complex | parallel | Yes | Sufficient | Spawn |
| Ultra-complex | parallel | Yes, 2-3 seams | Sufficient | Spawn 2-3 leads |
| Ultra-complex | many seams | — | — | Resist swarm urge |
POST http://localhost:18790/messageGET http://localhost:18790/messages?agent=<YourName>GET http://localhost:18790/statusx-auth-token: agent-relay-secret-2026| Type | When | Expectation |
|---|---|---|
urgent | Z needs now | Immediate relay |
status_update | Progress info | Log only |
task_delegation | Work assigned | Log + await |
question | Need agent input | Expect response |
data_pass | Sharing results | Log + process |
TO: <AgentName>
TYPE: <type>
CONTENT: [task description]
APPROACH: [agreed approach]
REPORT_TO: October
| What | Where |
|---|---|
| Daily logs | memory/daily-logs/YYYY-MM-DD.md |
| Agent comm audit | memory/agent-comm-logs/YYYY-MM-DD.jsonl |
| This protocol | skills/swarm-workflow-protocol/SKILL.md |