/resume_handoff
Resume work from a handoff document created by /create_handoff. The agent reads the handoff, restores context, and continues where the previous session left off.
/resume_handoff thoughts/shared/handoffs/ENG-1234/2026-03-08_14-30-00_ENG-1234_feature-name.mdProcess
Section titled “Process”- Read the handoff — Loads the handoff document and understands the current state
- Restore context — Reads all referenced files and understands what was done
- Continue work — Picks up from where the previous session stopped
What This Adds
Section titled “What This Adds”The base tools have no mechanism for restoring a previous session’s working state. /resume_handoff reads the structured handoff document, loads all referenced files back into context, and continues where the previous session stopped. It works across tools — a handoff created in Claude Code can be resumed in Copilot or OpenCode.