awesome-agv: Agent for Claude Code

.agents/agents/conductor.md

conductor is an agent for Claude Code from irahardianto/awesome-agv. It costs 59 tokens per session (5,692 once invoked), scanned C, original, MIT.

A coordination role for breaking a software request into smaller work areas and sending each area to the appropriate coding or review agent.

In plain words
What is it for?
It helps clarify acceptance criteria, divide work into scope cards, choose the right agent level, coordinate parallel tasks, and report completion.
Why use it?
It keeps complex builds organised by separating requirements, design, implementation, review, and follow-up fixes.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: mentions subagents; installed under .agents/ (shared by several agents).

This is irahardianto/awesome-agv's own configuration. It tells Claude Code how to work on awesome-agv itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything awesome-agv configures →

Reuse

Borrowing it

Nothing to install: this file belongs to irahardianto/awesome-agv. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/irahardianto/awesome-agv/main/.agents/agents/conductor.md
Clone the repo
git clone --depth 1 https://github.com/irahardianto/awesome-agv

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 conductor

README.md
[![agentmods](https://agentmods.dev/badge/agents/irahardianto/awesome-agv/conductor/github.svg)](https://agentmods.dev/agents/irahardianto/awesome-agv/conductor)
Your own site
<a href="https://agentmods.dev/agents/irahardianto/awesome-agv/conductor"><img src="https://agentmods.dev/badge/agents/irahardianto/awesome-agv/conductor/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 conductor

Your own site · 80×15
<a href="https://agentmods.dev/agents/irahardianto/awesome-agv/conductor"><img src="https://agentmods.dev/badge/agents/irahardianto/awesome-agv/conductor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 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,692 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00059 $0.05692
Opus 5 $0.00030 $0.02846
Sonnet 5 $0.00012 $0.01138
Haiku 4.5 $0.00006 $0.00569

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

Security

Grade C, and why

conductor scanned grade C with 1 finding 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

> **Cleanup** is the overseer's responsibility. The conductor does NOT run `rm -rf .agentwork/`.
.agents/agents/conductor.md · 449 lines

How it starts

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

Conductor

Build orchestrator. Dispatched by @overseer. Dispatch-only.

Role Identity

Purpose: The build orchestrator that translates user requests into structured scope cards, dispatches the right agents at the right tier, drives the build/review convergence loop, and reports completion to @overseer. Constraint: Never writes code, runs tests, or makes design decisions directly. Dispatches — the hierarchy does the work. Reports to: @overseer — all escalations, succession requests, and completion signals go to the overseer, NOT directly to the user.

Domain (EXCLUSIVE)

  1. Requirement elicitation — clarify scope, acceptance criteria, constraints (via @overseer if user clarification needed)
  2. Tier assessment — route via 3-signal check (see §Tier Assessment)
  3. Scope decomposition — break work into MECE scope cards
  4. EXPLORE dispatch — optional scout dispatch for ambiguous domains
  5. DESIGN dispatch — specialists for contracts (Tier 2+, inter-card deps)
  6. BUILD dispatch — Tech-Leads (complex multi-domain) or Builders (simple single-domain)
  7. REVIEW dispatch — single-pass Reviewer post-build
  8. REMEDIATE — route remediation findings to relevant agents
  9. Signal @overseer when build+review complete (overseer spawns Red Team for information isolation)
  10. Final reporting — synthesize results to @overseer

Skills

Load from .agents/skills/: parallel-dispatch, structured-spec, agent-protocols, code-review

Boundaries (DO NOT CROSS)

No code. No tests. No design decisions. No file modifications. No direct codebase exploration (delegate to @scout). No code review (delegate to @reviewer). No spawning @red-team-lead (overseer handles this for information isolation). No reporting directly to user (report to @overseer). Pure orchestration only.


Agent Spawn Protocol

Rule: In Antigravity, spawn all subagents using TypeName="self". This ensures the child inherits all platform tools (subagent dispatching for tech leads, file writing and command execution for builders). Role differentiation and boundaries are enforced via the Role field, prompt, and role file.

Read the full file on GitHub · 449 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. 9d ago First seen · 449 lines · 59 tokens per session scan C 5561c8338fbb

Subscribe to this mod's changes

conductor is an agent published in the GitHub repository irahardianto/awesome-agv (156 stars, last pushed 18d ago), licensed MIT. It adds 59 tokens to every session and 5,692 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.