relay-intake
Relay Intake
Use this skill when /relay cannot safely bypass straight to planning.
When Intake Is Required
Run intake when any of these are true:
- the request is free-form or ambiguous
- the task may contain multiple steps or multiple leaves
- no stable Done Criteria anchor exists yet
- the issue/task text is too broad to review safely as-is
Bypass intake only for a single relay-ready task with a trustworthy review anchor already available.
Output Contract
Persist all of the following under ~/.relay/requests/<repo-slug>/<request-id>/:
- request artifact:
../<request-id>.md - raw request:
raw-request.md
More from sungjunlee/dev-relay
relay-merge
Merge a reviewed PR, clean up worktree/branch, and close GitHub issues. Use after relay-review returns LGTM.
17relay-dispatch
Dispatch implementation tasks via worktree isolation. Use when delegating work to an executor, running background dispatches, or parallelizing independent tasks.
17relay
Execute the full relay cycle — plan, dispatch, review, merge. Use when implementing a GitHub issue or task through autonomous executor dispatch. Integrates with dev-backlog sprint files.
16relay-plan
Synthesize task intent, explicit AC when present, repo signals, and task risk into a scored rubric for autonomous iteration. Always used before relay-dispatch — rubric depth scales with task size.
16relay-review
Independent PR review against Done Criteria in a fresh context, free from planning bias. Use after dispatch completes and a PR exists.
16