Handoff
Description
Create structured session handoff documents for continuity across Claude sessions.
Trigger
/handoff Installation
claude install-skill https://github.com/robertguss/claude-code-toolkit/tree/main/skills/handoff README
Handoff
Create structured session handoff documents for continuity across Claude sessions.
The Problem
Claude sessions don't persist. When you end a session and start a new one, you lose:
- undefined
Starting fresh means re-explaining everything, often losing important context in the translation.
The Solution
The `/handoff` skill creates structured documents that capture everything a future session needs to pick up where you left off:
- undefined
When to Use
- undefined
How It Works
**Step 1:** Claude assesses the current session state
**Step 2:** Asks what you want to capture:
"I'll create a handoff document. Is there anything specific you want to make sure I capture?"
**Step 3:** Generates a structured handoff document
**Step 4:** Saves to `.claude/handoffs/[date]-[description].md`
Handoff Document Structure
# Session Handoff: [Brief Description]
**Date:** 2025-01-15 **Project:** /path/to/project **Session Duration:** ~2
hours
## Current State
Task, phase, and progress
## What We Did
2-3 sentence summary
## Decisions Made
- Decision — Rationale
- Decision — Rationale
## Code Changes
Files modified with what and why
## Open Questions
Unresolved items needing attention
## Context to Remember
Important background, constraints, preferences
## Next Steps
Clear, actionable items to resume with
## Files to Review on Resume
...
Related Skills
Doc Co-authoring
When user wants to write documentation, proposals, technical specs, decision docs, or similar structured contentGuide users through structured workflow for co-authoring documentation
Documentation official Docx
When user mentions Word doc, .docx, or requests professional documents with formattingCreate, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation official Extract text, create PDFs, merge/split documents, and handle forms
Documentation official Pptx
When a .pptx file is involved in any way, or user mentions deck, slides, or presentationCreate, edit, and analyze PowerPoint presentations with layouts and templates
Documentation official Xlsx
When a spreadsheet file is the primary input or output (.xlsx, .xlsm, .csv, .tsv)Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation official mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation community