What problem does it solve?
Memory-based coordination enables multiple AI agents to work together by reading inputs from and writing outputs to a shared, centralized memory model. This approach avoids direct messaging bottlenecks and provides a clear, auditable record of decisions and results.
Core Features & Use Cases
- Memory-layout protocol: coordinator.md captures task decomposition, and per-role handoff files record results for easy integration.
- Parallel subagent execution: spawn up to 6-8 agents that work in parallel with clearly defined handoffs and status signals.
- Guardrails and rules: enforce task scope, status reporting, and safe cleanup to prevent drift or leakage of context.
- Use cases: coordinating data collection, synthesis, and decision-making across specialized subagents in complex projects.
Quick Start
Spawn a coordinator and up to six subagents, then write and integrate handoff files to memory/runtime using the Agent tool.