hive-mind-advanced

Coordinate hierarchical multi-agent systems with consensus and persistent memory.

1|Updated Jul 26, 2025
One-click install
npx skills add https://github.com/jcolano/claude-flow --skill hive-mind-advanced-jcolano
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hive-mind-advanced
Source: https://github.com/jcolano/claude-flow/tree/main/.claude/skills/hive-mind-advanced
Command: npx skills add https://github.com/jcolano/claude-flow --skill hive-mind-advanced-jcolano

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing complex multi-agent systems, ensuring consensus, and maintaining shared knowledge is challenging and time-consuming. This Skill automates the orchestration of specialized AI agents, allowing them to collaborate effectively on large-scale projects.

Core Features & Use Cases

  • Queen-Led Coordination: Hierarchical agent management for strategic, tactical, and adaptive task execution.
  • Byzantine Consensus: Robust decision-making with fault tolerance, ensuring reliable collective intelligence.
  • Collective Memory System: Shared, persistent knowledge base for all agents, optimizing information retrieval and learning.
  • Use Case: Orchestrate a team of AI agents to design, implement, test, and document a new microservices architecture, ensuring all decisions are made with robust consensus and shared knowledge.

Quick Start

Initialize the advanced Hive Mind system and spawn a strategic queen to build a microservices architecture with Byzantine consensus. npx claude-flow hive-mind init npx claude-flow hive-mind spawn "Build microservices architecture" --queen-type strategic --consensus byzantine

Frequently Asked Questions about hive-mind-advanced

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multiple AI agents to work together on complex projects?

Multi-agent coordination uses a queen-led hierarchical structure where specialized agents (researcher, coder, analyst, tester, architect, reviewer, optimizer, documenter) collaborate with consensus algorithms to make decisions. This Skill automates orchestration across distributed networks, enabling agents to share knowledge and reach agreement on strategic and tactical tasks without manual intervention.

What consensus algorithms does a distributed hive mind support?

Hive mind systems support majority voting, weighted consensus, and Byzantine fault-tolerant algorithms. Byzantine consensus is most robust for distributed agent networks where some agents may fail or behave unpredictably, ensuring reliable collective decision-making even when individual agents are unreliable or adversarial.

How does collective memory work across multiple AI agents?

Collective memory uses an LRU cache backed by SQLite WAL persistence, creating a shared knowledge base all agents access and update. This persistent layer enables agents to learn from prior decisions, avoid duplicate work, and maintain context across long-running projects without losing information.

Can I use hive mind coordination for microservices architecture design?

Yes. A queen-led hive mind can orchestrate agents across design, implementation, testing, and documentation phases of microservices projects. Byzantine consensus ensures all architectural decisions are fault-tolerant, and collective memory maintains design rationale and dependencies across the entire system build.

What's the difference between hierarchical and flat agent coordination?

Hierarchical coordination designates a strategic queen agent that distributes tasks to specialized workers, improving scalability and decision quality for complex projects. Flat coordination treats all agents equally, which works for simple tasks but lacks strategic oversight and scales poorly as agent count or task complexity increases.

How do I handle disagreement between agents in consensus?

Consensus algorithms resolve disagreement by applying majority voting, weighted voting based on agent expertise, or Byzantine algorithms that tolerate faulty agents. The Skill automatically executes the chosen algorithm, logs the decision rationale in collective memory, and ensures the collective result is binding across all agents.