relay-dispatch

Installation
SKILL.md

Inputs

  • Env: optional RELAY_SKILL_ROOT defaults to skills.
  • Files: dispatch prompt (--prompt-file or --prompt), required rubric via --rubric-file, optional Done Criteria file, and optional repository-relative copied files.
  • Sibling scripts: ${RELAY_SKILL_ROOT:-skills}/relay-dispatch/scripts/dispatch.js.

Relay Dispatch

The public /relay source gate must select the route before this command. It requires a Git checkout, permits no configured remotes for local Reviewed Result delivery, and accepts only the exact supported GitHub remote shape for the GitHub route. Dispatch itself never initializes Git or selects a forge.

Use when

  • Delegating implementation to an executor (codex, claude, opencode, pi, antigravity, cursor, cline) via worktree isolation
  • Resuming a same-run after a changes_requested review
  • Running background or parallel dispatches for independent tasks

Do not use when

Installs
48
First Seen
Apr 5, 2026
relay-dispatch — sungjunlee/dev-relay