What problem does it solve? When a conversation grows long or a task must continue in a new session, context is lost. This Skill compacts the current conversation into a handoff document so a fresh agent can pick up the work without re-reading the entire history. ## Core Features & Use Cases - Conversation Compaction: Summarizes the current conversation into a standalone handoff document saved to a temporary file created with mktemp. - Artifact Referencing: Avoids duplicating content already captured in PRDs, plans, ADRs, issues, commits, or diffs by referencing them via path or URL. - Next-Session Guidance: Suggests which skills the next session should use and tailors the document based on user-provided arguments describing the next session's focus. - Use Case: You have been debugging a deployment issue for hours and the context window is nearly full. Run the handoff skill to produce a summary document, then start a fresh session that reads it and continues the investigation. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what that session will focus on.