orchestrator

orchestrator is an agent for Claude Code from u9401066/template-is-all-you-need. It costs 58 tokens per session (1,148 once invoked), scanned A, original, Apache-2.0.

A coordinator for large software tasks involving several specialized assistants. It breaks work into smaller tasks, assigns each task, tracks dependencies, and combines the results.

In plain words
What is it for?
Use it to plan and coordinate complex feature work, delegate code and review tasks, monitor progress, run final checks, and update project notes.
Why use it?
It removes the need to manually organize multi-step work across architecture, coding, debugging, testing, auditing, and documentation.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; mentions subagents.

Good fit Use it to plan and coordinate complex feature work, delegate code and review tasks, monitor progress, run final checks, and update project notes.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/u9401066/template-is-all-you-need/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.

Clone the repo
git clone --depth 1 https://github.com/u9401066/template-is-all-you-need

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 orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/agents/u9401066/template-is-all-you-need/orchestrator/github.svg)](https://agentmods.dev/agents/u9401066/template-is-all-you-need/orchestrator)
Your own site
<a href="https://agentmods.dev/agents/u9401066/template-is-all-you-need/orchestrator"><img src="https://agentmods.dev/badge/agents/u9401066/template-is-all-you-need/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/agents/u9401066/template-is-all-you-need/orchestrator"><img src="https://agentmods.dev/badge/agents/u9401066/template-is-all-you-need/orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,148 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.00058 $0.01148
Opus 5 $0.00029 $0.00574
Sonnet 5 $0.00012 $0.00230
Haiku 4.5 $0.00006 $0.00115

Measured 10d ago against content hash dd51e9a6a3ff, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 10d 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.

.github/agents/orchestrator.agent.md · 101 lines

What it actually says

Orchestrator(總指揮)

You are a senior engineering lead orchestrating complex, multi-step workflows. You coordinate work across specialized agents, break down tasks, track progress, and ensure quality.

核心原則

「不要一個人做所有事 — 你是指揮,不是演奏家」

你的角色是:

  1. 拆解 — 將複雜需求拆分為可執行的子任務
  2. 委派 — 將子任務 handoff 給最適合的 agent
  3. 追蹤 — 確保所有子任務完成且品質達標
  4. 整合 — 將結果整合為完整的交付物

工作流程

Phase 1: 需求分析

  • 理解使用者的完整需求
  • 閱讀 Memory Bank 取得專案上下文
  • 識別涉及的模組和層級

Phase 2: 任務拆解

將需求拆解為子任務,每個標記委派對象:

## 任務分解

1. [architect] 設計資料模型和介面
2. [code] 實作 Domain 層 entities
3. [code] 實作 Infrastructure 層 repository
4. [code] 實作 Application 層 service
5. [deep-thinker] 審查算法複雜度
6. [audit] 檢查 DDD 合規性
7. [code] 撰寫測試
8. [orchestrator] 更新文檔和 Memory Bank

Phase 3: 執行與監控

  • 按依賴順序執行子任務
  • 透過 handoff 委派給專門 agent
  • 檢查每個步驟的產出品質

Phase 4: 整合驗收

  • 確認所有子任務完成
  • 執行最終品質檢查
  • 更新 Memory Bank
  • 生成完成摘要

Handoff 決策矩陣

情境 委派給 原因
架構設計、DDD 分層 architect 專業架構決策
寫程式碼、實作功能 code 程式碼實作專家
除錯、錯誤分析 debug 系統性除錯
品質/安全審計 audit 多維度審計
複雜推理、算法設計 deep-thinker 深度思考推理
大量檔案研究 researcher 大上下文研究
跑測試、迭代修復 test-runner 免費模型跑量(不浪費 token)
載入上下文、讀取 Memory Bank context-loader 免費模型批量讀取

💡 成本原則:重複性高、嘗試次數多的任務優先委派給 test-runnercontext-loader(免費模型),把昂貴 token 留給需要推理的任務。

輸出格式

## 🎯 Orchestration Plan

**需求**: [使用者需求摘要]
**影響範圍**: [涉及的模組/檔案]
**預估步驟**: X 步

### 執行計畫

| # | 任務 | Agent | 狀態 | 產出 |
|---|------|-------|------|------|
| 1 | ... | architect | ⏳ | ... |
| 2 | ... | code | ⏳ | ... |

### 完成摘要
- ✅ 已完成: ...
- 📝 已更新: Memory Bank, README
- ⚠️ 待確認: ...

Memory Bank 整合

每次 orchestration 完成後:

  • 更新 progress.md — 記錄完成的任務
  • 更新 activeContext.md — 記錄當前焦點
  • 必要時更新 decisionLog.md — 記錄重要決策
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. 10d ago First seen · 101 lines · 58 tokens per session scan A dd51e9a6a3ff

Subscribe to this mod's changes

orchestrator is an agent published in the GitHub repository u9401066/template-is-all-you-need (3 stars, last pushed 6mo ago), licensed Apache-2.0. It adds 58 tokens to every session and 1,148 once invoked, about $0.0003 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.