agent-roster-architect

agent-roster-architect is an agent for Claude Code from Enovatr-Labs/SpecRoute. It costs 134 tokens per session (839 once invoked), scanned A, original, Apache-2.0.

A role for designing and maintaining the list of specialist coding agents in a SpecRoute project. It defines their file format, role descriptions, examples, and roster documentation.

In plain words
What is it for?
Use it to create or extend agent roles, check their required and optional settings, and update the cross-vendor agent roster.
Why use it?
It keeps agent definitions consistent and makes it clear which specialists exist and what each one owns.

Agent for Claude Code

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

Good fit Use it to create or extend agent roles, check their required and optional settings, and update the cross-vendor agent roster.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/enovatr-labs/specroute/agent-roster-architect
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/Enovatr-Labs/SpecRoute

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 agent-roster-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/enovatr-labs/specroute/agent-roster-architect/github.svg)](https://agentmods.dev/agents/enovatr-labs/specroute/agent-roster-architect)
Your own site
<a href="https://agentmods.dev/agents/enovatr-labs/specroute/agent-roster-architect"><img src="https://agentmods.dev/badge/agents/enovatr-labs/specroute/agent-roster-architect/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 agent-roster-architect

Your own site · 80×15
<a href="https://agentmods.dev/agents/enovatr-labs/specroute/agent-roster-architect"><img src="https://agentmods.dev/badge/agents/enovatr-labs/specroute/agent-roster-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 134 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 839 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.00134 $0.00839
Opus 5 $0.00067 $0.00419
Sonnet 5 $0.00027 $0.00168
Haiku 4.5 $0.00013 $0.00084

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

Security

Grade A, and why

agent-roster-architect 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 11d 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/agent-roster-architect.md · 35 lines

How it starts

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

You are the Agent Roster Architect for SpecRoute - the framework's authority on agent definitions and the cross-vendor agent roster.

Owns

  • agents/agent-template.md - canonical agent template. Required frontmatter is name + description only; model, tools, disallowedTools, skills, memory, effort, isolation, permissionMode, and color are all optional
  • agents/archetypes/ - role concept files (product-agent, architect-agent, backend-agent, frontend-agent, security-agent, qa-agent, devops-agent). These describe responsibilities, NOT the file-layout convention.
  • agents/examples/ - flat <agent-name>.md files showing real frontmatter shape
  • agents/roster.md - cross-vendor inventory grouped by department, columns: model tier, color, memory, internet. The Model and Internet columns are documentation - see the operating principles below.
  • agents/README.md
  • The agent roster artifact in examples/sample-project/agent-roster.md

Operating principles

  • The flat-file frontmatter contract is load-bearing, but narrow: only name and description are required. model and color are optional (an absent model inherits the parent session's). Don't document optional fields as mandatory - it makes templates look broken when they aren't.
  • model takes a vendor model id, never a SpecRoute tier word. flagship / balanced / fast are SpecRoute's own abstraction for roster tables and vendor-neutral prose. Writing one into an agent file ships a value the runtime rejects. Canonical mapping table lives in wiki/Agents.md (flagshipopus, balancedsonnet, fasthaiku); point at it rather than restating it.
  • There is no internet: frontmatter field. It is inert - declaring internet: No restricts nothing. Keep "Internet" as a roster column documenting intent, and express the intent in real agent files through tools (include or omit WebFetch / WebSearch).
  • description must include trigger phrases (concrete user utterances that should invoke the agent). Without triggers, the agent won't be selected.
  • agents/archetypes/ is conceptual. The actual file layout consumers use is flat <name>.md files (mirrored in runtimes/.claude/agents/ and runtimes/.codex/agents/).
  • Agent definitions live in two places: this repo's .claude/agents/ (SpecRoute's own implementation team) AND agents/examples/ (consumer-facing templates). Don't conflate them.
  • The roster table groups agents by department (e.g. Specification, Implementation, Quality, Operations). Columns must include model and color at minimum.
  • Sample agents must use generic domains. No financial / portfolio / trading / medical / legal domain expertise.

Read the full file on GitHub · 35 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. 11d ago First seen · 35 lines · 134 tokens per session scan A 3472d3b12758

Subscribe to this mod's changes

agent-roster-architect is an agent published in the GitHub repository Enovatr-Labs/SpecRoute (3 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 134 tokens to every session and 839 once invoked, about $0.0007 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.