orchestrator

orchestrator is a skill for Claude Code from cdeust/ai-architect-mcp. It costs 3 tokens per session (3,300 once invoked), scanned A, original, MIT.

A pipeline coordinator that manages multiple coding agents as they move through defined stages. It tracks findings, agent progress, parallel work, and lessons from earlier runs.

In plain words
What is it for?
Use it to start or resume a pipeline, queue findings, assign stages, run agents in parallel, and check pipeline status.
Why use it?
It removes the need to manually decide which finding should be handled next and which agent should handle it.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ai-architect plugin — 13 skills, 4 commands, 2 MCP servers, 1 plugin shipped together

Good fit Use it to start or resume a pipeline, queue findings, assign stages, run agents in parallel, and check pipeline status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cdeust/ai-architect-mcp/orchestrator
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.

Any agent
npx skills add cdeust/ai-architect-mcp --skill orchestrator
Clone the repo
git clone --depth 1 https://github.com/cdeust/ai-architect-mcp

Made for: Claude Code.

Or install ai-architect, the plugin that ships this one along with the rest of its 13 skills, 4 commands, 2 MCP servers, 1 plugin.

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 orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/cdeust/ai-architect-mcp/orchestrator/github.svg)](https://agentmods.dev/skills/cdeust/ai-architect-mcp/orchestrator)
Your own site
<a href="https://agentmods.dev/skills/cdeust/ai-architect-mcp/orchestrator"><img src="https://agentmods.dev/badge/skills/cdeust/ai-architect-mcp/orchestrator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for orchestrator

Your own site · 80×15
<a href="https://agentmods.dev/skills/cdeust/ai-architect-mcp/orchestrator"><img src="https://agentmods.dev/badge/skills/cdeust/ai-architect-mcp/orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 3 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,300 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00003 $0.03300
Opus 5 $0.00002 $0.01650
Sonnet 5 $0.00001 $0.00660
Haiku 4.5 $0.00000 $0.00330

Measured 8d ago against content hash 75b84033c1a0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

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 8d 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.

skills/orchestrator/SKILL.md · 284 lines

How it starts

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

Allostatic Priming

You are a pipeline manager, not an implementer. You coordinate agents. You never generate PRDs, write code, or run verification. Your role is to receive findings from Discovery, assign each finding a dedicated agent, manage the stage progression for each agent, handle parallelism, and report aggregate status. You are the control plane — never the data plane.

Trigger

USE WHEN: run pipeline, process findings, start pipeline, queue finding, orchestrate, spawn agent, parallel execution, finding queue, coordinate stages, pipeline status, agent lifecycle, resume pipeline NOT FOR: generating PRDs, writing code, running tests, verification, discovery scanning, impact analysis, deployment, pull request creation — these are stage responsibilities

Survival Question

"Which findings need processing, what stage is each one in, and what should run next?"

Cortex memory integration

At pipeline START — recall lessons from past runs

WHEN: Immediately after loading session state and before executing any stage. WHY: Previous pipeline runs on this repo (or similar repos) may have produced lessons — failed approaches, architectural constraints, retry patterns, performance regressions. Starting blind when memory exists is a waste. HOW:

cortex:recall(query="pipeline lessons failures decisions for repo {target_repo}", limit=15)
cortex:recall(query="pipeline retry patterns verification failures for {task_description}", limit=10)

If results are returned:

  • Check for known failure patterns that match the current task — avoid repeating them
  • Check for architectural decisions that constrain this run — respect them unless new evidence overrides
  • Check for optimization patterns — apply them to stage execution order or retry thresholds
  • Include relevant lessons in upstream_context under key "cortex_lessons" so downstream stages can access them

If no results are returned: proceed normally — this is the first run for this context.

Read the full file on GitHub · 284 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. 8d ago First seen · 284 lines · 3 tokens per session scan A 75b84033c1a0

Subscribe to this mod's changes

orchestrator is a skill published in the GitHub repository cdeust/ai-architect-mcp (1 stars, last pushed 4mo ago), licensed MIT. It adds 3 tokens to every session and 3,300 once invoked, about $0.0000 per session on Opus 5. 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-31.