hive-mind-advanced

Coordinate queen-led multi-agent systems with consensus and persistent memory.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/wedosoft/project-a --skill hive-mind-advanced-wedosoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hive-mind-advanced
Source: https://github.com/wedosoft/project-a/tree/main/.claude/skills/hive-mind-advanced
Command: npx skills add https://github.com/wedosoft/project-a --skill hive-mind-advanced-wedosoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Advanced Hive Mind orchestration enables queen-led multi-agent coordination with consensus and persistent memory, reducing coordination complexity and enabling robust collaborative decision-making across many agents.

Core Features & Use Cases

  • Queen-led Coordination: Strategic queens direct high-level goals and tactical execution.
  • Worker Specialization: Researchers, Coders, Analysts, Testers, and more collaborate under centralized guidance.
  • Collective Memory: Shared memory with cache and SQLite persistence to preserve learnings.
  • Consensus Mechanisms: Majority, weighted, and Byzantine fault-tolerant decisions for reliability.
  • Threat Scenarios: Suitable for large-scale complex systems, ML pipelines, and distributed automation.

Quick Start

Initialize hive mind: npx claude-flow hive-mind init
Spawn swarm: npx claude-flow hive-mind spawn "Build microservices architecture"
Monitor: npx claude-flow hive-mind status

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

Multi-agent coordination uses a queen-led hierarchy where a central orchestrator directs specialized workers (researchers, coders, analysts, testers) and applies consensus mechanisms—majority, weighted, or Byzantine fault-tolerant voting—to aggregate their outputs into reliable collective decisions without single points of failure.

What's the best way to manage persistent memory across distributed agent sessions?

Persistent memory combines an LRU cache layer for fast access with SQLite WAL (Write-Ahead Logging) storage for durability, enabling agents to share learnings and context across sessions while maintaining consistency and recovery guarantees.

Can I use hive-mind coordination for large-scale system architecture design?

Yes. Queen-led multi-agent orchestration handles complex architecture projects by distributing specialized tasks—research, implementation, validation, metrics collection, documentation—to workers under centralized guidance, then synthesizing results through consensus mechanisms for validated designs.

How do I automate task distribution and monitoring across a swarm of specialized agents?

Initialize a hive-mind instance, spawn workers with task descriptions, and the queen automatically routes work to specialists based on role expertise, monitors progress in real-time, and collects consensus signals to guide next phases.

What makes queen-led consensus different from flat multi-agent systems?

A queen-led architecture provides top-down strategic direction and hierarchical oversight, preventing coordination deadlock and ensuring all workers align to shared goals, whereas flat systems require consensus to emerge without centralized guidance.

Is persistent memory required for every hive-mind deployment?

No. Memory is optional and configurable—use LRU cache alone for stateless tasks, or add SQLite persistence for workflows requiring learnings to survive agent restarts or span multiple sessions.