← ClaudeAtlas

relay-planlisted

Use when a relay run needs its review anchor, evaluation channels, or dispatch prompt — always before relay-dispatch, whether AC are explicit, vague, or missing.
sungjunlee/dev-relay · ★ 0 · AI & Automation · score 72
Install: claude install-skill sungjunlee/dev-relay
## Inputs - Env: optional `RELAY_SKILL_ROOT` defaults to `skills`. - Files: relay-ready handoff, task file, issue/user text, optional local harness context (`AGENTS.md`, `CLAUDE.md`, `CHARTER.md`, `spec/capabilities.md`, active sprint notes), optional `/tmp/done-criteria-<N>.md`, `/tmp/dispatch-<N>.md`, and compatibility-named `/tmp/rubric-<N>.yaml` evaluation artifact. - Sibling scripts: `${RELAY_SKILL_ROOT:-skills}/relay-dispatch/scripts/reliability-report.js`, `${RELAY_SKILL_ROOT:-skills}/relay-plan/scripts/probe-executor-env.js`, `${RELAY_SKILL_ROOT:-skills}/relay-plan/scripts/persist-done-criteria.js`, `${RELAY_SKILL_ROOT:-skills}/relay-dispatch/scripts/dispatch.js`. # Relay Plan ## Use when - Building the review anchor, structured evaluation channels, and dispatch prompt for a relay run - Converting task intent, explicit AC, repo signals, and risk into reviewable Done Criteria - Persisting planner-authored Done Criteria before dispatch ## Do not use when - Shaping an ambiguous task before planning — use `relay-ready` - Delegating implementation to an executor — use `relay-dispatch` - Reviewing executor output — use `relay-review` - Merging a reviewed PR — use `relay-merge` `relay-plan` emits handoff artifacts only; `relay` or an operator runs `relay-dispatch`. ## Default Path ### 1. Read the task Read the normalized task source (try in order, use first that succeeds): - Relay-ready handoff brief: `~/.relay/requests/<repo-slug>/<request-id>/relay-ready/<leaf-id>