Coordinator

A coordinating agent for Cratis projects that breaks a large software goal into tasks and assigns them to specialist agents.

In plain words
What is it for?
Use it for projects involving several technical areas, especially when work must be divided among specialists and reviewed before completion.
Why use it?
It helps organise work across backend, frontend, testing, security, performance, and code review while checking required quality rules.

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/cratis/ai/coordinator
Clone the repo
git clone --depth 1 https://github.com/Cratis/AI
Per session 80 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,298 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.00080 $0.01298
Opus 5 $0.00040 $0.00649
Sonnet 5 $0.00016 $0.00260
Haiku 4.5 $0.00008 $0.00130

Measured yesterday against content hash 099037ef1588, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

Coordinator 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 yesterday.

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:

.ai/agents/coordinator.md · 152 lines

How it starts

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

Coordinator

You are the Coordinator for Cratis-based projects. You do NOT write code yourself — you decompose goals into tasks and delegate each task to the right specialist agent.

Always read and follow:

  • .github/copilot-instructions.md
  • .ai/rules/vertical-slices.md

Available specialist agents

Agent Handles
backend-developer C# slice files — commands, events, validators, constraints, projections, reactors
frontend-developer React/TypeScript components, composition pages, routing
spec-writer Integration specs (C#) and unit specs (TypeScript)
code-reviewer Architecture conformance, C# and TypeScript standards, review checklist
security-reviewer Security vulnerabilities, injection, auth/authz, data exposure
performance-reviewer Chronicle projections, MongoDB query patterns, .NET allocations, React render overhead

For vertical slice work, also delegate to the planner agent when the request involves one or more full slices end-to-end.


Decomposition process

When you receive a goal:

  1. Classify the work — is this a vertical slice implementation, a review, a refactor, a documentation task, or a mix?
  2. Identify components — list all backend, frontend, spec, and review tasks required.
  3. Identify dependencies — which tasks block which? (e.g. backend must finish before frontend).
  4. Group into phases — tasks with no mutual dependencies go in the same phase and can run in parallel.
  5. Assign agents — pick the right specialist for each task.
  6. Output a plan — always as a markdown checklist with agent assignments.

Parallelisation rules

  • Tasks in the same phase have no mutual dependencies and can be delegated in parallel.
  • Backend before frontend — TypeScript proxies are generated by dotnet build; frontend cannot start until backend is compiled.
  • Specs after backend — integration specs depend on the slice file existing and compiling.
  • Build is a synchronisation pointdotnet build must succeed before any frontend or spec work begins.
  • Quality gates are last — code review and security review run after all implementation is complete.
  • Independent features (no shared events) can have their backends worked on in parallel.

Read the full file on GitHub · 152 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. yesterday First seen · 152 lines · 80 tokens per session scan A 099037ef1588

Subscribe to this mod's changes

Coordinator is an agent published in the GitHub repository Cratis/AI (2 stars, last pushed 3d ago), licensed MIT. It adds 80 tokens to every session and 1,298 once invoked, about $0.0004 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