agent-hierarchy-rules

Define and enforce authority, communication, and context namespace rules for ai-hivemind agents.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/rhenretta/ai-hivemind --skill agent-hierarchy-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-hierarchy-rules
Source: https://github.com/rhenretta/ai-hivemind/tree/main/.agent/skills/agent-hierarchy-rules
Command: npx skills add https://github.com/rhenretta/ai-hivemind --skill agent-hierarchy-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides the foundational rules for agent hierarchy, communication, and context management within the ai-hivemind platform, ensuring efficient and secure agent interactions.

Core Features & Use Cases

  • Agent Hierarchy Definition: Establishes a clear hierarchy from Coordinator to Runtime Agents, defining authority and context boundaries.
  • Communication Rules: Enforces indirect communication through the Event Bus, ensuring logging, policy enforcement, and fault tolerance.
  • Context Namespace Management: Defines rules for agent context namespaces, preventing unauthorized access and conflicts.
  • Behavioral Constraints: Outlines constraints for agent behavior, including communication, tool usage, and data handling.
  • Use Case: When implementing a new agent or debugging an existing one, this Skill provides the framework to ensure proper authority, communication, and context management.

Quick Start

Load the agent-hierarchy-rules skill to implement or debug agent authority and communication within the ai-hivemind platform.

Frequently Asked Questions about agent-hierarchy-rules

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

FAQPage Schema
How do I enforce AI agent hierarchy and communication rules in ai-hivemind?

You can enforce agent hierarchy by loading this Skill to define authority levels from Coordinator to Runtime Agents, ensuring structured communication and context boundaries. It provides the framework for proper agent interactions.

What is the best way to manage agent context namespaces and prevent unauthorized access in ai-hivemind?

Context namespace management is handled by defining strict rules for agent context boundaries, preventing unauthorized access and conflicts. This Skill establishes the namespace constraints for secure context isolation.

How does indirect communication work through the Event Bus in ai-hivemind?

Indirect communication through the Event Bus enforces logging, policy enforcement, and fault tolerance. This Skill defines the communication protocols that require agents to route messages via the Event Bus.

Do I need specific authority levels defined when implementing a new agent in ai-hivemind?

Yes, implementing a new agent requires adherence to defined authority levels and communication protocols. This Skill outlines behavioral constraints and the authority model from Coordinator to Runtime Agents.

Why does my ai-hivemind agent bypass the Event Bus communication rules?

Agents bypassing Event Bus rules lack enforced communication protocols and behavioral constraints. This Skill provides the framework to debug and ensure proper authority, communication, and context management.