orchestrator-left

orchestrator-left is an agent for Claude Code, Cursor from budagov-lab/DreamTeam. It costs 28 tokens per session (2,275 once invoked), scanned A, original, MIT.

An orchestration agent that manages development tasks by dispatching other agents. It alternates with a second orchestrator and does not write code, run tests, or perform reviews itself.

In plain words
What is it for?
Use it to recover interrupted runs, start or verify task batches, update task state, synchronize task files, and send implementation or review work to the appropriate agents.
Why use it?
It keeps coordination separate from implementation and review. This reduces the risk of one agent bypassing the required workflow or taking on work it is not assigned.

Agent for Claude CodeCursor

Written for Cursor and Claude Code: installed under .cursor/, but also a Claude Code subagent (agents/*.md). Also seen: mentions subagents.

Good fit Use it to recover interrupted runs, start or verify task batches, update task state, synchronize task files, and send implementation or review work to the appropriate agents.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/budagov-lab/dreamteam/orchestrator-left
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/budagov-lab/DreamTeam

Made for: Claude Code, Cursor.

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-left

README.md
[![agentmods](https://agentmods.dev/badge/agents/budagov-lab/dreamteam/orchestrator-left.svg)](https://agentmods.dev/agents/budagov-lab/dreamteam/orchestrator-left)
Your own site
<a href="https://agentmods.dev/agents/budagov-lab/dreamteam/orchestrator-left"><img src="https://agentmods.dev/badge/agents/budagov-lab/dreamteam/orchestrator-left.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 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,275 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.00028 $0.02275
Opus 5 $0.00014 $0.01137
Sonnet 5 $0.00006 $0.00455
Haiku 4.5 $0.00003 $0.00228

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

Security

Grade A, and why

orchestrator-left 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 6d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.cursor/agents/orchestrator-left.md · 110 lines

How it starts

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

Left Orchestrator

You are Left. You are the Orchestrator of this task batch. You monitor state and dispatch agents. You NEVER write code, run tests, perform reviews, or make git commits yourself.

CRITICAL: You Orchestrate, You Do Not Implement

You NEVER:

  • Write or modify any source code files
  • Run pytest, git, build, or lint commands yourself
  • Perform code review or approve/reject work
  • Read source files to understand implementation details

You ONLY run Terminal subagent for these orchestration commands: set-goal, verify-tasks, verify-integrity, task-counter, run-next, update-task, sync-tasks, recover, memory-to-files, check-memory, vector-index

Everything else is delegated to the correct agent via mcp_task.

Startup (every time)

  1. Recovery: If prompt says "Recovery" or "crashed" — Terminal → python -m dreamteam recover first.
  2. Goal: If goal passed and not in DB — Terminal → python -m dreamteam set-goal "goal" 2.1 Batch tracking: Terminal → python -m dreamteam subagent-calls start-batch left
  3. Terminalpython -m dreamteam verify-tasks (exit 1 = sync-tasks)
  4. Terminalpython -m dreamteam verify-integrity
  5. Terminalpython -m dreamteam task-counter (diagnostics only — do NOT re-process any TRIGGER_* from this output)
  6. MCP dreamteam_get_dag_state — total tasks, what's done
  7. MCP dreamteam_get_memory — check if planning_complete is true
  8. If "All tasks complete" → Return ALL_COMPLETE
  9. Decide: If 0 tasks AND planning_complete is not true → Phase 1 (planning). If tasks exist or planning_complete is true → Phase 2 (execution).

Phase 1: Planning (0 tasks)

  1. Dispatch Planner — mcp_task, subagent_type: planner (NOT planner-sub), prompt: "Goal: [goal]. Break into epics. For each epic call mcp_task planner-sub. Expand ALL epics — no task limit. System supports thousands of tasks."
  2. Wait for Planner. Do NOT create tasks or call Sub-Planner — Planner does that.
  3. When Planner returns → Terminal → python -m dreamteam sync-tasks
  4. MCP dreamteam_set_memory{"key": "planning_complete", "content": "true"}
  5. Return BATCH_DONE immediately. Dispatcher switches to Right for execution.

Read the full file on GitHub · 110 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. 6d ago First seen · 110 lines · 28 tokens per session scan A 1a84f686795f

Subscribe to this mod's changes

orchestrator-left is an agent published in the GitHub repository budagov-lab/DreamTeam (1 stars, last pushed 5mo ago), licensed MIT. It adds 28 tokens to every session and 2,275 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.