What problem does it solve? When a conversation runs out of context or work must move to another agent or session, critical reasoning, decisions, and loose ends live only in the chat and are lost. This Skill compacts the current conversation into a single handoff document that a fresh agent can read cold and continue from. ## Core Features & Use Cases - Session compaction: Captures goal, current state, next steps, decisions, constraints, and open questions in a structured Markdown template. - Reference over duplication: Links existing artifacts (specs, PRs, commits, diffs) by path or URL instead of copying their contents, and redacts secrets and PII before output. - Flexible output: Saves to docs/handoffs/handoff-<slug>-YYYY-MM-DD.md by default, or prints inline as a copy-pastable block when requested or when no filesystem is writable. - Use Case: Before hitting a context limit mid-migration, run the handoff with a focus argument like "finishing the migration" to produce a document the next session can act on immediately. ## Quick Start Ask the agent to run /handoffkit with an optional focus such as "handoff for finishing the auth migration" to write a handoff document into docs/handoffs/.