hive-mind-advanced

Coordinate multi-agent systems with queen-led governance and consensus mechanisms.

6|3|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/pacphi/ampel --skill hive-mind-advanced-pacphi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hive-mind-advanced
Source: https://github.com/pacphi/ampel/tree/main/.claude/skills/hive-mind-advanced
Command: npx skills add https://github.com/pacphi/ampel --skill hive-mind-advanced-pacphi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides an advanced collective intelligence system for coordinating many agents, with queen-led governance, memory, and consensus.

Core Features & Use Cases

  • Queen-Led Coordination: Strategic and tactical control across agents
  • Worker Specialization: Researchers, coders, analysts, testers, architects, reviewers, optimizers, documenters
  • Collective Memory: Shared knowledge base with SQLite persistence
  • Consensus Mechanisms: Majority, weighted, and Byzantine approaches

Quick Start

npx claude-flow hive-mind init npx claude-flow hive-mind spawn "Build microservices" --queen-type strategic

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 agents with consensus decision-making?

Multi-agent coordination uses a queen-led architecture where a lead agent oversees specialized workers and applies consensus mechanisms—majority voting, weighted consensus, or Byzantine fault tolerance with 2/3 threshold—to reach collective decisions across research, development, and quality assurance tasks.

Can I maintain persistent memory across agent sessions?

Yes. Collective memory persists through SQLite with write-ahead logging (WAL), enabling agents to consolidate and retrieve shared knowledge. Sessions support checkpointing, logs, and export/import to preserve decisions and findings across restarts.

What agent roles are available in a hive-mind system?

Worker specialization includes researchers, coders, analysts, testers, architects, reviewers, optimizers, and documenters. The queen manages strategic and tactical control, delegating tasks and orchestrating these specialized roles to solve complex, multi-domain problems.

How does task distribution work across agents?

Automatic task distribution assigns work based on agent specialization and scales dynamically. The queen coordinates routing, monitors progress through sessions, and uses checkpoints to ensure reliable completion and fault recovery.

Does hive-mind coordination work for large-scale agent systems?

Yes. The architecture handles many agents with hierarchical coordination, LRU caching for memory efficiency, and resilient collaboration through session management. It scales across domains including research, development, data processing, and quality assurance.

What happens if agents disagree during consensus?

Multiple consensus algorithms resolve disagreements: majority vote requires >50%, weighted consensus factors agent expertise or confidence, and Byzantine consensus tolerates up to 1/3 faulty or adversarial agents using a 2/3 threshold for safety.