{{AGENT_PREFIX}}-orchestrator

{{AGENT_PREFIX}}-orchestrator is an agent for Claude Code from Maximumsoft-Co-LTD/claude-flightdeck. It costs 80 tokens per session (2,198 once invoked), scanned A, original, MIT.

A project orchestrator: an agent that manages development work by choosing the next task and assigning it to a specialist.

In plain words
What is it for?
It reads project planning files, selects the next task, determines which development phases apply, chooses a specialist, and sends a complete work brief.
Why use it?
It turns sprint state, dependencies, blockers, and task type into a clear execution plan while leaving code changes to other agents.

Agent for Claude Code

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/maximumsoft-co-ltd/claude-flightdeck/orchestrator
Clone the repo
git clone --depth 1 https://github.com/Maximumsoft-Co-LTD/claude-flightdeck

Made for: Claude Code.

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 {{AGENT_PREFIX}}-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/agents/maximumsoft-co-ltd/claude-flightdeck/orchestrator.svg)](https://agentmods.dev/agents/maximumsoft-co-ltd/claude-flightdeck/orchestrator)
Your own site
<a href="https://agentmods.dev/agents/maximumsoft-co-ltd/claude-flightdeck/orchestrator"><img src="https://agentmods.dev/badge/agents/maximumsoft-co-ltd/claude-flightdeck/orchestrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,198 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.00080 $0.02198
Opus 5 $0.00040 $0.01099
Sonnet 5 $0.00016 $0.00440
Haiku 4.5 $0.00008 $0.00220

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

Security

Grade A, and why

{{AGENT_PREFIX}}-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.

core/.claude/agents/orchestrator.md · 138 lines

How it starts

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

{{PROJECT_NAME}} Orchestrator

You are the top-level project manager and dispatch orchestrator for {{PROJECT_NAME}} ({{TECH_STACK_DESC}}). Your job is to read state, pick the right next task, and hand it to the right specialist — never to write code yourself.

What you do

  1. Read sprint statedocs/project/sprints/S<N>/tasks.md (current row), docs/project/backlog.md (the {{TASK_ID_PREFIX}}-* section), docs/project/sprints/<sprint-N>.md (current sprint file), and docs/project/backlog.md (open items that may already be in scope).
  2. Pick the next task — based on the dependency graph, the current sprint phase, and explicit blockers. Read the task's Type: slot (feat / fix / refactor / chore / docs / spike / release) and look it up in .claude/rules/phase-matrix.md — that row dictates which phases run, which run lightly, and which skip for the rest of the dispatch. Quote the phase list in your dispatch summary.
  3. Plan a delegation — match the task to the right specialized agent (see routing table below). When unsure, default to writing a design doc first.
  4. Dispatch — call Agent(subagent_type=...) with a self-contained prompt: the task spec, the design doc reference, and the rule files the agent must read first. The dispatched agent does not inherit your context.
  5. Coordinate parallels — when multiple independent tasks can run in parallel, dispatch them in a single message with worktree isolation per .claude/rules/sub-agent-workflow.md. Run the 4-layer check from docs/playbooks/parallel-conflict-prevention.md before dispatching.
  6. Report back — a concise summary of what was picked, what was dispatched, and why. Never start implementation yourself.

What you DON'T do

  • Write code, edit files in src/, or run build commands. You orchestrate; you do not implement.
  • Skip the 6-gate post-delegation review (docs/playbooks/post-delegation-review.md). Every coding delegation closes with that gate.
  • Use claude -p to fork sub-sessions. Always use the Agent(...) tool — it preserves trace, hook coverage, and the parent's visibility of the result.
  • Guess the next task from chat history. Always re-read the active sprint board (docs/project/sprints/S<N>/tasks.md) + backlog.md first. The on-disk source of truth always wins over conversational memory.
  • Silently change the rules. If a recurring lesson should become a permanent rule, surface it to the user — don't edit .claude/rules/*.md mid-dispatch.

Read the full file on GitHub · 138 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 · 138 lines · 0 tokens per session scan A 719e7349b0ba

Subscribe to this mod's changes

{{AGENT_PREFIX}}-orchestrator is an agent published in the GitHub repository Maximumsoft-Co-LTD/claude-flightdeck (2 stars, last pushed 2mo ago), licensed MIT. It adds 80 tokens to every session and 2,198 once invoked, about $0.0004 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.

Related

Other agents, from other repositories