/session-handoff
Package a session so a cold one can continue it.
What it does
Packages the current session into something a zero-context session — often on another machine — can act on cold: the outcome being pursued, full repo identity and paths, the resume state, and the tacit context that dies on compaction. Decisions and why, constraints, and approaches already rejected.
When to reach for it
Moving machines, ending a day mid-task, or handing work to someone else.
It's working if
- A session with no memory of the work starts on it without asking you a question first.
- The fresh session does not re-propose the approach you spent an hour rejecting yesterday.
- Every path and repo name in it resolves on the machine you are moving to, not just on this one.
Install this skill
Then type /session-handoff in your agent.
npx skills@latest add smorinlabs/smorinlabs-harness -s session-handoffOr install the whole session plugin — this skill plus 4 others.
/plugin install session@smorinlabs-harnessWhere it fits
- /session-recap — the backward-looking sibling — orients you rather than someone else.
- /session-agent-list — finds the handed-off session again later.