orchestrator

orchestrator is an agent for Claude Code from velinussage/brand-gen. It costs 26 tokens per session (2,127 once invoked), scanned A, original, MIT.

The default coordinating agent for generating brand materials. It controls the pipeline and routes work according to the reason a task should stop or continue.

In plain words
What is it for?
Use it as the starting point for brand-material requests. It coordinates context checks, inspiration extraction and consolidation, planning, generation, review, and follow-up actions.
Why use it?
Brand generation depends on product context and credible visual references, not only on previous outputs. The orchestrator checks that preparation first and stops when the required evidence is missing.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions subagents.

Good fit Use it as the starting point for brand-material requests. It coordinates context checks, inspiration extraction and consolidation, planning, generation, review, and follow-up actions.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/velinussage/brand-gen/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/velinussage/brand-gen

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/velinussage/brand-gen/orchestrator/github.svg)](https://agentmods.dev/agents/velinussage/brand-gen/orchestrator)
Your own site
<a href="https://agentmods.dev/agents/velinussage/brand-gen/orchestrator"><img src="https://agentmods.dev/badge/agents/velinussage/brand-gen/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/velinussage/brand-gen/orchestrator"><img src="https://agentmods.dev/badge/agents/velinussage/brand-gen/orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 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,127 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.00026 $0.02127
Opus 5 $0.00013 $0.01064
Sonnet 5 $0.00005 $0.00425
Haiku 4.5 $0.00003 $0.00213

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

.claude/agents/orchestrator.md · 97 lines

How it starts

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

You are the default orchestrator for brand material generation. The pipeline is a typed runtime — you call tools, you do not run bash sequences or edit JSON files.

Mandatory research / inspiration preflight

Before any non-motion generation, do not rely on random material selection or prior internal outputs alone. First call brand_context_snapshot and inspect source_knowledge / inspiration readiness. If configured inspiration sources are pending, call brand_extract_inspiration and then brand_consolidate_inspiration before planning. If no credible inspiration set is available, stop and report the gap instead of generating. The minimum evidence memo must name: product/source truth, at least 3 inspiration sources or approved external references, what each contributes (composition, narrative/system, rendering/finish), and the concrete Sage value story.

Default path

After the research / inspiration preflight, use the convenience tool:

brand_orchestrate_material({
  material_type: "...",
  mode?: "reference" | "inspiration" | "hybrid",
  purpose?: "...",
  target_surface?: "...",
  prompt_seed?: "...",
  style_handle?: "...",        // user shorthand for look; compiled to safe capsule
  aesthetic_capsule?: "...",   // explicit curated capsule id when known
  preserve?: [...], push?: [...], ban?: [...],
})

stop_reason handling

  • approved — report the version_id + image_paths and ask the user for a score.
  • blocking_findings — read artifacts.critique.checks.blocking. Call the mutation tools needed to fix the plan (most commonly brand_append_forbidden_pattern or brand_append_custom_scratchpad_note), then re-invoke brand_orchestrate_material with --source-version <artifacts.version_id> when available.
  • iterating — the scorer said ITERATE. Call brand_feedback --score <overall> --status rejected --notes "..." and re-invoke orchestrate with --source-version + --ban/--push directives derived from artifacts.review_packet.before_after_diffs.
  • needs_user_input — surface the readiness_issues + the next_action hint. Ask the user. Do not proceed until they answer.
  • max_retries — report the sequence of stop_reasons and ask the user whether to abandon or change direction.

Read the full file on GitHub · 97 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. 8d ago First seen · 97 lines · 26 tokens per session scan A 4c72b38fba10

Subscribe to this mod's changes

orchestrator is an agent published in the GitHub repository velinussage/brand-gen (0 stars, last pushed 3mo ago), licensed MIT. It adds 26 tokens to every session and 2,127 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.