worker-dispatch
controller; human
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
--- name: "worker-dispatch" description: "controller; human" license: "MIT" --- # worker-dispatch ## Audience - controller - human ## Triggers - open worker - dispatch worker - reply to worker - inspect current worker before replying ## CLI Binding - `agent-team worker open` - `agent-team worker status` - `agent-team reply` ## Required Entry - MUST read `.agent-team/rules/index.md` first. ## Expansion - Load the relevant worker config and referenced task artifact only when required by the dispatch action. ## Boundary - This is the controller -> worker dispatch surface. - Do not use this skill to recover a worker's own context; that belongs to `worker-recovery`. - For read-only fleet inspection with no dispatch or reply intent, prefer `worker-inspector`.
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

