hive-mind-advanced

Coordinate multi-agent systems with queen-led hierarchy and Byzantine consensus.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires claude-flow.

What problem does it solve?

This Skill coordinates complex multi-agent systems, enabling sophisticated collective intelligence for tasks like full-stack development, research, and code review. It automates decision-making and knowledge sharing across diverse AI agents.

Core Features & Use Cases

  • Queen-Led Coordination: Hierarchical agent management for strategic task execution.
  • Byzantine Consensus: Robust decision-making even with faulty agents.
  • Collective Memory: Shared, persistent knowledge base for all agents.
  • Use Case: Spawn a hive mind to "Build an e-commerce platform," and it will orchestrate frontend, backend, database, and security agents, managing their tasks and decisions.

Quick Start

Initialize the advanced hive mind and spawn a swarm to "Build microservices architecture".

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 hierarchical queen-led architecture to orchestrate specialized worker agents. This approach enables task distribution, consensus-based decision-making, and shared memory across agents, allowing you to spawn a swarm for projects like full-stack development or microservices architecture where agents handle frontend, backend, database, and other specialized roles.

What is Byzantine consensus and when should I use it for agent decision-making?

Byzantine consensus is a decision mechanism that reaches agreement even when some agents provide faulty or conflicting information. Use it when coordinating agents across unreliable systems or when you need robustness against individual agent failures in collective intelligence workflows.

How does collective memory work in multi-agent systems?

Collective memory provides a shared, persistent knowledge base accessible to all agents in the swarm. It uses LRU caching for fast access and SQLite WAL persistence for durability, enabling agents to build on each other's work without redundant computation or lost context across sessions.

Can I use this for automating full-stack development tasks across multiple specialized agents?

Yes, the queen-led hive mind architecture is designed for complex projects requiring specialization. You can spawn agents for frontend, backend, database, and security roles, with the queen managing task distribution, consensus decisions, and session state to automate end-to-end development workflows.

What consensus mechanisms are available beyond majority voting?

The system supports Majority, Weighted, and Byzantine consensus mechanisms. Weighted consensus lets you assign different influence levels to agents based on expertise, while Byzantine handles scenarios where some agents may be unreliable or adversarial.