/create_handoff
Create a handoff document to transfer your current working context to another agent session. The document compacts and summarizes your context without losing key details.
/create_handoffOutput
Section titled “Output”Handoff documents are saved to thoughts/shared/handoffs/ with the format:
thoughts/shared/handoffs/ENG-XXXX/YYYY-MM-DD_HH-MM-SS_ENG-ZZZZ_description.mdWhere:
ENG-XXXXis the ticket number (orgeneralif no ticket)YYYY-MM-DD_HH-MM-SSis the timestampdescriptionis a brief kebab-case summary
When to Use
Section titled “When to Use”- Ending a session with unfinished work
- Handing off to a teammate
- Splitting work across multiple sessions
- Preserving context before switching tasks
What This Adds
Section titled “What This Adds”When a session gets long, context fills up. When you start a new session, you lose everything from the last one. Claude Code’s auto-memory captures some preferences, but not working state. Copilot’s session memory is gone entirely.
/create_handoff performs explicit context transfer — it compacts your current session into a structured document capturing what was done, what’s left, key decisions made, files touched, and blockers encountered. This isn’t memory in the “the model remembers things” sense. It’s a concrete artifact that another session (or another person) can pick up with /resume_handoff.