delegation-coordinator

delegation-coordinator is a skill for Claude Code, Codex from rumotion/ai-agent-project-template. It costs 26 tokens per session (233 once invoked), scanned A, original, MIT.

A set of rules for coordinating work between multiple AI coding tools and subagents. It defines task descriptions, file ownership, result reporting, and verification requirements.

In plain words
What is it for?
Use it to split tasks across agents, assign separate files to each worker, require test or build evidence, and handle blocked or failed subtasks.
Why use it?
It reduces conflicting edits and makes delegated work easier to check before it is accepted.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; installed under .agents/ (shared by several agents); mentions Codex.

Good fit Use it to split tasks across agents, assign separate files to each worker, require test or build evidence, and handle blocked or failed subtasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rumotion/ai-agent-project-template/delegation-coordinator
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.

Any agent
npx skills add rumotion/ai-agent-project-template --skill delegation-coordinator
Clone the repo
git clone --depth 1 https://github.com/rumotion/ai-agent-project-template

Made for: Claude Code, Codex.

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 delegation-coordinator

README.md
[![agentmods](https://agentmods.dev/badge/skills/rumotion/ai-agent-project-template/delegation-coordinator/github.svg)](https://agentmods.dev/skills/rumotion/ai-agent-project-template/delegation-coordinator)
Your own site
<a href="https://agentmods.dev/skills/rumotion/ai-agent-project-template/delegation-coordinator"><img src="https://agentmods.dev/badge/skills/rumotion/ai-agent-project-template/delegation-coordinator/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 delegation-coordinator

Your own site · 80×15
<a href="https://agentmods.dev/skills/rumotion/ai-agent-project-template/delegation-coordinator"><img src="https://agentmods.dev/badge/skills/rumotion/ai-agent-project-template/delegation-coordinator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 233 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.00233
Opus 5 $0.00013 $0.00117
Sonnet 5 $0.00005 $0.00047
Haiku 4.5 $0.00003 $0.00023

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

Security

Grade A, and why

delegation-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 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.

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.

.agents/skills/delegation-coordinator/SKILL.md · 23 lines

What it actually says

Delegation Coordinator

Coordinates task breakdown, path ownership, worker dispatch, and evidence-grounded result validation across multi-agent sessions.

Quick Start

  1. Define worker tasks using the Task Envelope schema in docs/subagent-contract.md.
  2. Assign disjoint owned_paths to each worker to prevent write collisions.
  3. Require workers to return the standard Result Envelope containing verification exit codes and diff summaries.
  4. Run parent verification checks before marking delegated tasks completed.

Delegation Rules

  • Single Writer Rule: Ensure no two concurrent subagents own the same target file path for editing.
  • Read-Only Workers: Set read_only: true for audit, critic, or research workers.
  • Deterministic Verification: Verify subagent results with explicit build, test, or lint commands before accepting the result.
  • Conflict Handling: If a worker returns status: blocked or fails verification twice, halt and escalate to parent/Codex review.
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 · 23 lines · 26 tokens per session scan A 4f0149ea150d

Subscribe to this mod's changes

delegation-coordinator is a skill published in the GitHub repository rumotion/ai-agent-project-template (1 stars, last pushed 19d ago), licensed MIT. It adds 26 tokens to every session and 233 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 skills, from other repositories

saas-builder

Clone, verify, map, and build on top of ixartz/SaaS-Boilerplate for a user's SaaS idea. Use when a user wants to reuse SaaS Boilerplate, evaluate how their product fits it, or build product-specific pages, database schema, roles, permissions, MVP features, and launch scope on top of the boilerplate.

ixartz/SaaS-Boilerplate · 75 tokens

dashboard-builder

Build self-contained interactive HTML dashboards with charts, filters, and tables. Generates a single browser-openable file — no server or dependencies required.

winstonkoh87/Athena-Public · 31 tokens

bionic-decision-engine

Unified mathematical arbitrator for all resource allocation decisions — money, time, energy, relationships. Absorbs 46 decision protocols + 24 strategy protocols into one dense engine.

winstonkoh87/Athena-Public · 41 tokens

input-systems

Architect game input — action mapping (abstracting keys into named actions), rebinding with conflict detection and persistence, multi-device support (keyboard, gamepad, touch), analog deadzones, and feel features like input buffering and coyote time, plus accessibility. Engine-neutral. Use when the user mentions input…

gamedev-skills/awesome-gamedev-agent-skills · 88 tokens

roblox-luau

Script a Roblox experience in Luau: get services, create and parent Instances, connect events, run server Scripts vs client LocalScripts, and communicate across the client/server boundary with RemoteEvents/RemoteFunctions (server-authoritative). Use when building or debugging Roblox Studio scripts — when the user…

gamedev-skills/awesome-gamedev-agent-skills · 97 tokens

trading-risk-gate

Unified pre-trade safety gate: Ruin check (Law #1), ergodicity audit, and win-rate dominance validation. Absorbs: ergodicity-check, law-of-ruin, win-rate-dominance.

winstonkoh87/Athena-Public · 53 tokens