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.
npx agentmods add skills/acendas/shipyard/dispatching-track-coordinatornpx skills add Acendas/shipyard --skill dispatching-track-coordinatorgit clone --depth 1 https://github.com/Acendas/shipyardWrote 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.
[](https://agentmods.dev/skills/acendas/shipyard/dispatching-track-coordinator)<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
- 3d ago First seen · 128 lines · 15 tokens per session scan A 7a1d1847a2df
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.
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.
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.
code-reviewer
Professional Code Reviewer Expert skill. Orchestrate technical collaboration, design reviews, sprint planning, and system diagnostics.
pr-review-expert
Professional Pr Review Expert skill. Orchestrate technical collaboration, design reviews, sprint planning, and system diagnostics.
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…
agent-phase-closeout
中文阶段收尾技能。用于完成一个阶段、准备开新对话、需要更新状态快照、冻结模块、整理已完成任务和下一步任务时。触发语包括"阶段收尾""帮我收工""准备开新对话""更新快照""冻结阶段""总结当前状态"。.