What problem does it solve?
Multi-agent coordination discipline that enforces one-message-then-wait, idle heartbeat handling, no polling loops, sequential agent spawning, and proper shutdown protocols to prevent message spam, idle interruptions, and unsafe handoffs.
Core Features & Use Cases
- One Message Then Wait: ensure complete context is delivered in a single interaction and avoid follow-ups before a reply.
- Idle Heartbeat Handling: treat idle signals as normal progress, not a trigger to intervene.
- No Polling Loops: promote event-driven coordination and harness-native completion signals.
- Sequential Agent Spawning: avoid race conditions when launching multiple agents.
- Agent Lifecycle Management: define safe startup/shutdown flows and preserve in-flight work.
- Reference Patterns: Claude Code coordination, fallback coordination, and anti-pattern guidance.
Quick Start
Enable agent-coordination in ensemble workflows to begin orchestrating multi-agent tasks.