dispatching-track-coordinator

dispatching-track-coordinator is a skill for Claude Code, Codex from Acendas/shipyard. It costs 15 tokens per session (3,900 once invoked), scanned A, original, MIT.

A procedure for sending a coordinator to manage one feature track, where a track is a group of related development tasks.

In plain words
What is it for?
Use it to run a feature track one task at a time, pass shared notes to each builder, and reconcile whether unfinished tasks should be retried or parked.
Why use it?
It keeps task dispatching, isolated workspaces, progress notes, and decisions about retrying or pausing work organized for that track.

Skill for Claude CodeCodex

Part of the shipyard plugin — 32 skills, 7 agents, 4 hooks shipped together

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 skills/acendas/shipyard/dispatching-track-coordinator
Any agent
npx skills add Acendas/shipyard --skill dispatching-track-coordinator
Clone the repo
git clone --depth 1 https://github.com/Acendas/shipyard

Made for: Claude Code, Codex.

Or install shipyard, the plugin that ships this one along with the rest of its 32 skills, 7 agents, 4 hooks.

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 dispatching-track-coordinator

README.md
[![agentmods](https://agentmods.dev/badge/skills/acendas/shipyard/dispatching-track-coordinator.svg)](https://agentmods.dev/skills/acendas/shipyard/dispatching-track-coordinator)
Your own site
<a href="https://agentmods.dev/skills/acendas/shipyard/dispatching-track-coordinator"><img src="https://agentmods.dev/badge/skills/acendas/shipyard/dispatching-track-coordinator.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,900 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.00015 $0.03900
Opus 5 $0.00008 $0.01950
Sonnet 5 $0.00003 $0.00780
Haiku 4.5 $0.00002 $0.00390

Measured 3d ago against content hash 7a1d1847a2df, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dispatching-track-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 3d 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.

plugins/shipyard/skills/dispatching-track-coordinator/SKILL.md · 128 lines

How it starts

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

Dispatching a Track Coordinator

Render before asking. Before any AskUserQuestion, render the decision context as assistant chat text. Content that exists only in a Read result, a subagent/Agent return, or the question/option strings does not count as rendered (the UI shows a compact card) — restate it in chat first.

This is how a wave dispatches ONE feature track under execution_mode: track (references/track-mode.md) — the per-track analog of what dispatching-task-loop is for a single task. Main partitions a wave into tracks, decides the cross-track concurrency cap, and runs wave-boundary integration; none of that lives here. This skill owns exactly one thing: dispatching one track coordinator, parsing its return, and reconciling redispatch-or-park for that one track's tasks.

Why a coordinator, and why it changes nothing about verification. The coordinator dispatches shipyard-disciplined-builder unchanged, one task at a time, in an isolated worktree per task — same one-task-one-worktree-one-branch-one-commit-one-return shape dispatching-task-loop already uses. Its only addition is a running TRACK NOTES block it prepends to each successive builder's brief, so interfaces/decisions/gotchas from earlier tasks in the track reach later ones. It has no Bash, Write, or Edit tool, so it cannot call shipyard-data, cannot commit, and cannot forge a completion record — every nested builder still writes its own .subagent-returns/<task_id>.json and emits subagent_completed directly into the shared event log, exactly as it does without a coordinator in the picture. The per-task gate below is unchanged from dispatching-task-loop — this skill does not redefine it, only adds a track-level bookkeeping layer on top.

When to Invoke

Read and follow this playbook once per track, from the command-skill wave-dispatch path, when execution_mode resolves to track for a wave. How a wave is partitioned into tracks, the cross-track concurrency cap, and wave-boundary integration are owned by the calling command skill (ship-execute Step 2 and references/track-mode.md) — not here.

Read the full file on GitHub · 128 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. 3d ago First seen · 128 lines · 15 tokens per session scan A 7a1d1847a2df

Subscribe to this mod's changes

dispatching-track-coordinator is a skill published in the GitHub repository Acendas/shipyard (2 stars, last pushed 22d ago), licensed MIT. It adds 15 tokens to every session and 3,900 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

write-epic

Produces a complete epic definition following Atlassian agile guidance. An epic captures a large initiative that is too big for a single sprint and must be decomposed into user stories.

MarieLynneBlock/arcanum-artifex · 40 tokens

write-user-story

Produces a complete, ready-to-groom user story following the standard Atlassian/agile format. It applies the INVEST criteria and the 3 Cs framework (Card, Conversation, Confirmation) to ensure each story is well-scoped, valuable, and testable — not just syntactically correct.

MarieLynneBlock/arcanum-artifex · 64 tokens

code-reviewer

Professional Code Reviewer Expert skill. Orchestrate technical collaboration, design reviews, sprint planning, and system diagnostics.

AtulPurohit/Antigravity-Awesome-Skills · 26 tokens

pr-review-expert

Professional Pr Review Expert skill. Orchestrate technical collaboration, design reviews, sprint planning, and system diagnostics.

AtulPurohit/Antigravity-Awesome-Skills · 27 tokens

moai-kanban-foreman

One unattended kanban foreman iteration: watch the backlog queue, dispatch the next operator-picked card to an isolated worker, collect completion evidence on read (not on claims), and report. This is the body the project's loop.md driver invokes each iteration of a bare /loop; it can also be invoked directly to test…

modu-ai/moai-adk · 76 tokens

agent-phase-closeout

中文阶段收尾技能。用于完成一个阶段、准备开新对话、需要更新状态快照、冻结模块、整理已完成任务和下一步任务时。触发语包括"阶段收尾""帮我收工""准备开新对话""更新快照""冻结阶段""总结当前状态"。.

hashgraph-online/awesome-codex-plugins · 73 tokens