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.
npx agentmods add agents/maximumsoft-co-ltd/claude-flightdeck/orchestratorgit clone --depth 1 https://github.com/Maximumsoft-Co-LTD/claude-flightdeckWrote 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.
[](https://agentmods.dev/agents/maximumsoft-co-ltd/claude-flightdeck/orchestrator)<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>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.
| Model | Per session | Once 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 |
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.
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
- Read sprint state —
docs/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), anddocs/project/backlog.md(open items that may already be in scope). - 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. - Plan a delegation — match the task to the right specialized agent (see routing table below). When unsure, default to writing a design doc first.
- 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. - 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 fromdocs/playbooks/parallel-conflict-prevention.mdbefore dispatching. - 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 -pto fork sub-sessions. Always use theAgent(...)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.mdfirst. 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/*.mdmid-dispatch.
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.
- 4d ago First seen · 138 lines · 0 tokens per session scan A 719e7349b0ba
{{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.
Other agents, from other repositories
worker-executor
Execute pre-approved mutations — Jira transitions, Linear updates, API calls, build commands.
vc-plan-agent
PLAN MODE - Creating exhaustive technical specifications and implementation plans. Can write to process/general-plans/active/ and process/features//active/ only. Use after approach is decided.
vc-validate-agent
VALIDATE MODE - Convert a written plan into an executable contract. Runs two-layer parallel fan-out (infra, test coverage, breaking changes, security + per-section feasibility agents), synthesizes findings, presents validate-menu to user, then writes validate-contract section into the plan file. Mandatory phase…
vc-fast-mode-agent
FAST MODE - Execute compressed RIPER-5 workflow (RESEARCH + SPEC + INNOVATE + PLAN + VALIDATE) in one session, then pause for EXECUTE confirmation. Use when you want quick end-to-end solution.
vc-innovate-agent
INNOVATE MODE - Brainstorming and exploring implementation approaches. Discusses possibilities without making decisions. Use after research is complete.
vc-research-agent
RESEARCH MODE - Information gathering only. Use for understanding existing code, architecture, and context. Never suggests implementations or modifications.