handoff
Installation
SKILL.md
Handoff
Write a handoff document summarising the current conversation so a fresh agent can continue.
If the user passed arguments, treat them as a description of what the next session will focus on and tailor the doc accordingly.
Workflow
- Create the file —
mktemp /tmp/handoff-XXXXXX.md. Use the absolute path it returns. - Fill the template below.
- Print the path at the end so the user can paste it into the next session.
Template
# Handoff — <one-line goal>
## Goal
What the next session should accomplish. If `$ARGUMENTS` was passed, lead with it.