What problem does it solve?
This Skill enables automated orchestration of multiple autonomous agents by providing a centralized queen-led coordination model with shared memory, reducing coordination overhead and drift.
Core Features & Use Cases
- Queen-led coordination and hierarchical task orchestration across specialist agents.
- Shared collective memory with persistent storage to retain knowledge across sessions.
- Flexible consensus algorithms (majority, weighted, Byzantine) for robust decision-making in distributed tasks.
- Dynamic task distribution and auto-scaling to adapt to workload fluctuations.
- Session management with checkpoints and memory persistence for long-running experiments.
- Integration-ready for Claude Code workflows and MCP-based spawns.
Quick Start
Use the hive mind skill to initialize and spawn a simple swarm:
npx claude-flow hive-mind init
npx claude-flow hive-mind spawn "Build microservices" --queen-type strategic --max-workers 4 --consensus weighted
npx claude-flow hive-mind status