orchestrator-handofflisted
Install: claude install-skill Naoray/skills
# Orchestrator Handoff
**Evidence tier**: P
**Basis**: Practitioner-backed session handoff, incident-transfer, and distributed coordination workflows.
**Source IDs**: Solo MCP scratchpad/process workflow; MemPalace durable-memory workflow; Naoray/skills orchestrator-handoff prior art.
**Reviewed**: 2026-05-12
Generate a handoff prompt when:
- User signals session-switch intent ("time for a handoff", "start a new orchestrator").
- Context window budget getting tight.
- In-flight work spans hours and benefits from a fresh PTY.
## What the handoff captures
Pull from three sources + synthesize into one prompt:
1. **Solo state** — `list_processes`, `todo_list completed=false`, `scratchpad_list`, open timers.
2. **Git/PR state** — `gh pr list`, `gh issue list`, `git log` on active branches.
3. **MemPalace durable memory** — `mempalace_search wing=<project>` for locked decisions, north star, rulebooks, drawers recorded this session.
## Output format
Write a scratchpad `handoff/<project-slug>-<YYYY-MM-DD>` with structure:
### Required sections
- **Session snapshot** — date, orchestrator pid (will change in new session), what was shipped today.
- **In-flight agents** — list of running solo process IDs + what they're doing + how to harvest them.
- **Active timers** — pending idle-timers on which processes.
- **Open PRs** — per-PR: URL, state, who needs to act, link to review scratchpad.
- **Open decisions** — user-facing questions queued, with options + orchestrator's lean.
-