
Relay
- Updated June 13, 2026
- danielpivonka/claude-relay-skills
relay is a Claude Code skill in the Productivity & Planning category. Plan/execute handoff skills for unsupervised implementation work.
Key points
- relay
- Productivity & Planning
- AI-coding skill
Relay by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add danielpivonka/claude-relay-skills/plugin install relay@relay-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | June 13, 2026 |
|---|---|
| Repository | danielpivonka/claude-relay-skills ↗ |
What it does
Plan/execute handoff skills for unsupervised implementation work.
README.md
claude-relay-skills
A Claude Code plugin marketplace for the plan → execute handoff workflow: plan a task while you're available to answer questions, then hand the finished plan to a fresh, unsupervised agent that implements it.
Install
/plugin marketplace add danielpivonka/claude-relay-skills
/plugin install relay@relay-skills
Or add it to ~/.claude/settings.json:
"extraKnownMarketplaces": {
"relay-skills": {
"source": { "source": "git", "url": "https://github.com/danielpivonka/claude-relay-skills.git" }
}
},
"enabledPlugins": { "relay@relay-skills": true }
Skills
/relay:plan <problem>— Investigate the code, resolve every ambiguity with you up front, decide whether the work runs sequentially or as a parallel workflow (and tell you in chat), then write a self-contained, execution-ready plan to a file. Does not execute the plan./relay:exec-workflow <plan path>— Implement a plan that was shaped for parallel execution, fanning the work out across agents via the Workflow tool./relay:exec-sequential <plan path>— Implement a plan as a single agent, working through it in order.
Workflow
- Run
/relay:plan <problem>. It plans with you present and tells you which executor to use. - In a fresh session, run the executor it named with the plan file path.
The executor runs unsupervised: it won't ask questions, won't stop until the plan is fulfilled, keeps the build green, leaves everything uncommitted for you to test, and reports any gap-decisions or deviations at the end.