orchestrate

orchestrate is a command for Claude Code from tunahanaliozturk/atelier. It costs 23 tokens per session (211 once invoked), scanned A, original, MIT.

A command that plans a goal, reviews the plan, asks the user to approve it, and then assigns approved tasks to specialist coding agents. It coordinates the work and tracks the results of those tasks.

In plain words
What is it for?
Breaking down a development goal, assigning tasks by specialist area, sending them to agents after approval, and verifying their results.
Why use it?
Large coding goals can become unclear when they are split across several agents. This adds a review and approval step before dispatching work to agents suited to each task.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Part of the atelier plugin — 7 skills, 9 commands, 13 agents, 1 hook shipped together

Good fit Breaking down a development goal, assigning tasks by specialist area, sending them to agents after approval, and verifying their results.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/tunahanaliozturk/atelier/orchestrate
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/tunahanaliozturk/atelier

Made for: Claude Code.

Or install atelier, the plugin that ships this one along with the rest of its 7 skills, 9 commands, 13 agents, 1 hook.

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 orchestrate

README.md
[![agentmods](https://agentmods.dev/badge/commands/tunahanaliozturk/atelier/orchestrate/github.svg)](https://agentmods.dev/commands/tunahanaliozturk/atelier/orchestrate)
Your own site
<a href="https://agentmods.dev/commands/tunahanaliozturk/atelier/orchestrate"><img src="https://agentmods.dev/badge/commands/tunahanaliozturk/atelier/orchestrate/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 orchestrate

Your own site · 80×15
<a href="https://agentmods.dev/commands/tunahanaliozturk/atelier/orchestrate"><img src="https://agentmods.dev/badge/commands/tunahanaliozturk/atelier/orchestrate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 211 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.00023 $0.00211
Opus 5 $0.00012 $0.00105
Sonnet 5 $0.00005 $0.00042
Haiku 4.5 $0.00002 $0.00021

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

Security

Grade A, and why

orchestrate 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 9d 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.

commands/orchestrate.md · 18 lines

What it actually says

Run the full Atelier pipeline for this goal: $ARGUMENTS

  1. Use the planner agent to draft a plan (writing-plans skill).
  2. As the lead, review the draft with the reviewing-plans skill and revise it.
  3. Write the mission file (mission-tracking skill) with all tasks pending and present the plan plus the task-to-agent assignments to the user. Stop and wait for explicit approval. Do not start work before approval.
  4. After approval, decompose into tasks and assign agents with the capability-routing skill.
  5. Dispatch with the dispatching-agents skill; verify each result with the verifying-task-output skill; keep the mission file current throughout. When a task fails verification, follow the verifying-task-output skill: send it back to its agent or mark it blocked and surface it to the user.
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. 9d ago First seen · 18 lines · 23 tokens per session scan A a4c4cc890e11

Subscribe to this mod's changes

orchestrate is a command published in the GitHub repository tunahanaliozturk/atelier (1 stars, last pushed 2mo ago), licensed MIT. It adds 23 tokens to every session and 211 once invoked, about $0.0001 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.