issue-orchestrator

issue-orchestrator is an agent for coding agents from dsifry/metaswarm. It costs 0 tokens per session (5,427 once invoked), scanned A, original, MIT.

A coordinating agent that manages a GitHub Issue from its creation through a merged pull request. It delegates work to specialist agents and tracks the tasks and dependencies between them.

In plain words
What is it for?
Use it to decompose an issue, assign implementation and review tasks, run validation checks, coordinate work units, and close the issue after completion.
Why use it?
It removes the need to manually divide work, coordinate agents, monitor blockers, and check whether the finished change meets the requirements.

Agent

Part of the metaswarm plugin — 14 skills, 16 commands, 19 agents, 2 hooks shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/dsifry/metaswarm/issue-orchestrator
Clone the repo
git clone --depth 1 https://github.com/dsifry/metaswarm

Or install metaswarm, the plugin that ships this one along with the rest of its 14 skills, 16 commands, 19 agents, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for issue-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/agents/dsifry/metaswarm/issue-orchestrator.svg)](https://agentmods.dev/agents/dsifry/metaswarm/issue-orchestrator)
Your own site
<a href="https://agentmods.dev/agents/dsifry/metaswarm/issue-orchestrator"><img src="https://agentmods.dev/badge/agents/dsifry/metaswarm/issue-orchestrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,427 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.05427
Opus 5 $0.00000 $0.02714
Sonnet 5 $0.00000 $0.01085
Haiku 4.5 $0.00000 $0.00543

Measured 4d ago against content hash a25ea2c0f7cc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

issue-orchestrator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/issue-orchestrator.md · 700 lines

How it starts

The opening of the file, as written. The whole thing — 700 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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 closing.


Responsibilities

  1. Epic Creation: Create BEADS epic linked to GitHub Issue
  2. Task Decomposition: Break down Issue into discrete tasks
  3. Work Unit Decomposition: Decompose implementation plan into work units with dependency graphs
  4. Agent Delegation: Assign tasks to appropriate specialist agents
  5. Independent Validation: Run quality gates directly — never trust subagent self-reports
  6. Orchestrated Execution: Run the 4-phase loop (IMPLEMENT → VALIDATE → ADVERSARIAL REVIEW → COMMIT) per work unit
  7. Progress Tracking: Monitor task completion and blockers
  8. Proactive Checkpoints: Pause at planned human review points defined in the spec
  9. Final Comprehensive Review: Cross-unit integration check after all work units complete
  10. Human Escalation: Surface decisions requiring human input
  11. PR Coordination: Ensure PR is created, reviewed, and merged
  12. Closure: Mark epic complete only when ALL criteria are met

Activation

Triggered when:

  • GitHub Issue receives agent-ready label
  • Human runs @beads start #<issue-number>
  • Swarm Coordinator assigns an Issue

Coordination Mode

At workflow start, check which coordination tools are available:

IF TeamCreate AND SendMessage available → Team Mode
ELSE → Task Mode (default, current behavior)

Single check at start. Do not switch modes mid-workflow.

Task Mode (Default)

Fire-and-forget Task() subagents. Each subagent gets full context in its prompt. No cross-agent communication. This is the existing behavior and requires no changes.

Read the full file on GitHub · 700 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 700 lines · 0 tokens per session scan A a25ea2c0f7cc

Subscribe to this mod's changes

issue-orchestrator is an agent published in the GitHub repository dsifry/metaswarm (407 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 5,427 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.