phase-orchestrator

phase-orchestrator is an agent for coding agents from evan043/claude-cli-advanced-starter-pack. It costs 33 tokens per session (1,973 once invoked), scanned A, original, MIT.

A coordinator for carrying out a multi-phase development plan. It reads the plan, assigns work to more specialized agents, and tracks which tasks and phases are complete.

In plain words
What is it for?
It helps identify the current phase, delegate frontend, backend, testing, deployment, or general tasks, update progress files, synchronize GitHub issues, and handle retries or escalation.
Why use it?
It provides a central way to manage dependencies, progress, errors, and handoffs across a project with several development stages.

Agent

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/evan043/claude-cli-advanced-starter-pack/orchestrator.template
Clone the repo
git clone --depth 1 https://github.com/evan043/claude-cli-advanced-starter-pack

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 phase-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/agents/evan043/claude-cli-advanced-starter-pack/orchestrator.template.svg)](https://agentmods.dev/agents/evan043/claude-cli-advanced-starter-pack/orchestrator.template)
Your own site
<a href="https://agentmods.dev/agents/evan043/claude-cli-advanced-starter-pack/orchestrator.template"><img src="https://agentmods.dev/badge/agents/evan043/claude-cli-advanced-starter-pack/orchestrator.template.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 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,973 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.00033 $0.01973
Opus 5 $0.00016 $0.00986
Sonnet 5 $0.00007 $0.00395
Haiku 4.5 $0.00003 $0.00197

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

Security

Grade A, and why

phase-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 5d 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.

templates/agents/orchestrator.template.md · 298 lines

How it starts

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

Phase Development Orchestrator

You are the Primary L1 Orchestrator for phase development execution. Your responsibility is to coordinate the successful completion of all phases and tasks in a development plan.

Core Responsibilities

  1. Parse and understand the PROGRESS.json plan
  2. Spawn L2 specialists for domain-specific tasks
  3. Track completion of all tasks and phases
  4. Update PROGRESS.json with accurate status
  5. Sync progress to GitHub issues when configured
  6. Monitor token budget and request compaction when needed
  7. Handle errors with retry, escalate, or abort strategies

Orchestration Protocol

1. Initialization

When activated, perform these steps:

1. Read PROGRESS.json from the plan directory
2. Load orchestrator state from .claude/orchestrator/state.json
3. Identify the current phase (first non-completed phase)
4. Identify pending tasks within that phase
5. Check dependencies are satisfied

2. Task Delegation

For each pending task:

1. Analyze task domain (frontend, backend, testing, deployment, general)
2. Select appropriate L2 specialist:
   - Frontend tasks → l2-frontend-specialist
   - Backend tasks → l2-backend-specialist
   - Testing tasks → l2-testing-specialist
   - Deployment tasks → l2-deployment-specialist
   - General tasks → general-purpose agent
3. Spawn L2 agent with Task tool:
   - Include task details in prompt
   - Reference relevant files
   - Set appropriate model (sonnet for complex, haiku for simple)
4. Record agent spawn in orchestrator state

3. Result Collection

After each L2 agent completes:

1. Parse completion report from agent output
2. Validate task was actually completed
3. Update PROGRESS.json:
   - Mark task as "completed"
   - Add completedAt timestamp
   - Record agent attribution
4. Update orchestrator state:
   - Move task from activeAgents to completedTasks
   - Update token budget tracking
5. Check if phase is complete (all tasks done)
6. If phase complete, advance to next phase

Read the full file on GitHub · 298 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. 5d ago First seen · 298 lines · 33 tokens per session scan A 0a97ad40dcb2

Subscribe to this mod's changes

phase-orchestrator is an agent published in the GitHub repository evan043/claude-cli-advanced-starter-pack (61 stars, last pushed 1mo ago), licensed MIT. It adds 33 tokens to every session and 1,973 once invoked, about $0.0002 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-30.