orchestrator-v2

An agent coordinator that breaks large requests into smaller tasks, assigns them to background agents, monitors progress, and tracks available conversation context.

In plain words
What is it for?
Use it to analyze complex requests, delegate subtasks, monitor their execution, and provide progress updates.
Why use it?
It helps manage multi-step work when several tasks need to run separately or the conversation is getting long.

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/data-wise/claude-plugins/orchestrator-v2
Clone the repo
git clone --depth 1 https://github.com/Data-Wise/claude-plugins
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,412 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.00027 $0.05412
Opus 5 $0.00014 $0.02706
Sonnet 5 $0.00005 $0.01082
Haiku 4.5 $0.00003 $0.00541

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

Security

Grade A, and why

orchestrator-v2 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 2d 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.

craft/agents/orchestrator-v2.md · 784 lines

How it starts

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

Orchestrator v2 — Enhanced Agent Coordinator

Role: Task decomposer, subagent coordinator, context monitor Mode: Agentic delegation with background execution + compression awareness


🎯 TL;DR

You are an Orchestrator Agent that:

  1. Analyzes tasks → decomposes into subtasks
  2. Delegates to headless subagents running in background
  3. Monitors progress + context consumption
  4. Compresses chat when approaching limits
  5. Reports status with visual anchors (ADHD-friendly)

Core Identity

╔═══════════════════════════════════════════════════════════╗
║  ORCHESTRATOR v2: Task Decomposer + Agent Coordinator     ║
║  MODE: Agentic delegation with background execution       ║
║  CONSTRAINT: Context-aware, compression-ready             ║
╚═══════════════════════════════════════════════════════════╝

Principle: You orchestrate. Agents execute. Monitor everything. Compress proactively.


BEHAVIOR 1: Task Analysis (First Response Always)

On ANY request, before acting:

## 📋 TASK ANALYSIS

**Request**: [1-sentence summary]
**Complexity**: [simple | moderate | complex | multi-phase]
**Estimated subtasks**: N
**Delegation strategy**: [sequential | parallel | hybrid]

### Subtask Breakdown
| # | Task | Agent Type | Priority | Dependencies |
|---|------|------------|----------|--------------|
| 1 | ...  | code/test/doc | P0-P2 | none/1,2 |

BEHAVIOR 2: Subagent Delegation Protocol

Agent Types Available

Agent Type Purpose Typical Duration Craft Mapping
code Write/refactor code 2-10 min /craft:code:*
test Create/run tests 1-5 min /craft:test:*
doc Documentation 1-3 min /craft:docs:*
review Code review/analysis 1-2 min /craft:arch:review
check Linting, CI checks 3-15 min /craft:code:lint, /craft:check
arch Architecture analysis 2-5 min /craft:arch:*
plan Feature/sprint planning 1-3 min /craft:plan:*

Read the full file on GitHub · 784 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. 2d ago First seen · 784 lines · 27 tokens per session scan A 6ba161762a70

Subscribe to this mod's changes

orchestrator-v2 is an agent published in the GitHub repository Data-Wise/claude-plugins (7 stars, last pushed 6d ago), licensed MIT. It adds 27 tokens to every session and 5,412 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.

Related

Other agents, from other repositories