Agent Relay Local Handoff
Overview
Use this skill when the repository already has relay documents and the goal is to recover or summarize state from those documents. This is the read-side companion to $agent-relay-local-update.
Workflow
- Detect the repository root and confirm it contains:
AGENTS.mdorchestrator/
- Read
AGENTS.mdand follow its boot sequence. - Read the active relay documents:
AGENTS.mdorchestrator/ALWAYS/BOOT.mdorchestrator/ALWAYS/CORE.mdwhen presentorchestrator/ALWAYS/DEV-FLOW.mdwhen presentorchestrator/PROGRAMS/<active>/PROGRAM.mdorchestrator/PROGRAMS/<active>/workspace/CHECKPOINT.mdorchestrator/PROGRAMS/<active>/workspace/HANDOFF.mdorchestrator/PROGRAMS/<active>/workspace/LEADERBOARD.mdwhen present
- Consult
STATUS.ymlsecondarily if it exists and helps disambiguate current best or current branch state. - Summarize:
- current trusted best
- current doing
- current next
- whether the repository is dirty
Execution Rules
- Treat relay markdown files as the source of truth.
- Do not require helper scripts.
- Surface the trusted best baseline clearly.
- If the repository has no relay scaffold, hand off to $agent-relay-local-setup.
- If the user wants files updated, switch to $agent-relay-local-update.
Expected Output
After using this skill, Codex should leave the user with:
- a concise summary of the active program
- the current trusted best result or baseline
- the next recommended action
- the current repository cleanliness state
References
See references/usage.md for example prompts.
Source: bloom-lmh/agent-relay-skills — distributed by TomeVault.