relay-dispatch
Installation
SKILL.md
Inputs
- Env: optional
RELAY_SKILL_ROOTdefaults toskills. - Files: dispatch prompt (
--prompt-fileor--prompt), required rubric file, optional Done Criteria file, request/leaf ids, copied files, and retained run manifest. - Sibling scripts:
${RELAY_SKILL_ROOT:-skills}/relay-dispatch/scripts/dispatch.js.
Relay Dispatch
Use when
- Delegating implementation to an executor (
codex,claude,opencode,pi,antigravity,cursor) via worktree isolation - Resuming a same-run after a
changes_requestedreview - Running background or parallel dispatches for independent tasks
Do not use when
- Authoring rubrics or planning — use
relay-plan - Reviewing executor output — use
relay-review - Task lacks frozen Done Criteria — anchor it via
relay-readyfirst