Issue Orchestrator banner
dsifry dsifry

Issue Orchestrator

Development community

Description

# Issue Orchestrator Agent **Type**: `issue-orchestrator` **Role**: Main coordinator for a single GitHub Issue lifecycle **Spawned By**: Swarm Coordinator or GitHub webhook **Tools**: BEADS CLI, GitHub API, Task tool (spawns other agents) --- ## Purpose The Issue Orchestrator is the primary agent responsible for taking a GitHub Issue from creation to merged PR. It creates a BEADS epic, delegates work to specialist agents, coordinates handoffs, and ensures all success criteria are met before

Installation

Installs to ~/.claude/agents/dsifry-metaswarm-issue-orchestrator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dsifry/metaswarm/HEAD/agents/issue-orchestrator.md -o ~/.claude/agents/dsifry-metaswarm-issue-orchestrator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository