hierarchical-agents-qu…
This guide explains the new meta-orchestrator agents and their operational usage.
This document describes the hierarchical agent management system in GitHub Agentic Workflows, which provides meta-orchestration capabilities to manage the 120+ agents in the repository.
$ npx -y skills add github/gh-aw --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
This document describes the hierarchical agent management system in GitHub Agentic Workflows, which provides meta-orchestration capabilities to manage the 120+ agents in the repository.
This document describes the hierarchical agent management system in GitHub Agentic Workflows, which provides meta-orchestration capabilities to manage the 120+ agents in the repository.
The hierarchical agent system consists of specialized meta-orchestrator workflows that oversee, coordinate, and optimize the agent ecosystem. These meta-orchestrator agents operate at a higher level than regular workflows, monitoring and managing multiple agents to ensure overall system health and effectiveness.
**File:** `.github/workflows/campaign-manager.md`
**Purpose:** Strategic management of all active campaigns
**Responsibilities:**
**Schedule:** Daily
**Key Capabilities:**
**Safe Outputs:**
**File:** `.github/workflows/workflow-health-manager.md`
**Purpose:** Monitor and maintain health of all agentic workflows
**Responsibilities:**
**Schedule:** Daily
**Key Capabilities:**
**Safe Outputs:**
**File:** `.github/workflows/agent-performance-analyzer.md`
**Purpose:** Analyze quality and effectiveness of AI agents
**Responsibilities:**
**Schedule:** Daily
**Key Capabilities:**
**Safe Outputs:**
┌─────────────────────────────────────────────┐
│ Meta-Orchestrators (Managerial) │
│ ┌─────────────┐ ┌─────────────┐ ┌──────┐│
│ │ Campaign │ │ Workflow │ │Agent ││
│ │ Manager │ │ Health │ │Perf. ││
│ │ │ │ Manager │ │Anal. ││
│ └──────┬──────┘ └──────┬──────┘ └───┬──┘│
└─────────┼─────────────────┼─────────────┼───┘
│ │ │
▼ ▼ ▼
┌─────────────────────────────────────────────┐
│ Campaign Orchestrators │
│ ┌─────────────┐ ┌─────────────┐ │
│ │ Campaign │ │ Campaign │ │
│ │ Alpha.g.md │ │ Beta.g.md │ │
│ └──────┬──────┘ └──────┬──────┘ │
└─────────┼────────────────────────┼──────────┘
│ │
▼ ▼
┌─────────────────────────────────────────────┐
│ Worker Workflows │
│ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ │
│ │Worker│ │Worker│ │Worker│ │Worker│ │
│ │ 1 │ │ 2 │ │ 3 │ │ 4 │ │
│ └──────┘ └──────┘ └──────┘ └──────┘ │
└─────────────────────────────────────────────┘1. **Separation of Concerns:** Each meta-orchestrator has a distinct focus area 2. **Non-Intrusive:** Meta-orchestrators observe and recommend, they don't directly control workers 3. **Evidence-Based:** All decisions based on concrete metrics and data 4. **Actionable:** Outputs are specific recommendations with clear next steps 5. **Coordinated:** Meta-orchestrators complement each other without overlap 6. **Shared Memory:** Meta-orchestrators use common repo memory to share insights and coordinate actions
Meta-orchestrators use a shared repository memory branch (`memory/meta-orchestrators`) to persist data across runs and coordinate with each other.
**Memory Location:** `/tmp/gh-aw/repo-memory-default/memory/meta-orchestrators/`
**Shared Files:**
**Benefits:**
**Example Use Cases:**
Agent quick links Hello fellow agent! Welcome to GitHub Agentic Workflows = Actions + Agent + Safety. Here are some pointers to get you started in using this tool.
Repo: github/gh-aw
This guide explains the new meta-orchestrator agents and their operational usage.