handoff
Installation
SKILL.md
Handoff
Capture and document session state for seamless handoffs. Create comprehensive handoff documents that allow future sessions to continue work with full context.
When to Use
Use /handoff when you need to:
- Preserve context before running out of context window space
- Checkpoint progress on a complex task
- Transition between work sessions
- Save/store current progress explicitly
Examples
Proactive context preservation:
"I notice we've been working on this refactoring for a while and the context is getting substantial. Let me use handoff to save our progress before continuing."