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 session into a concise handoff document saved to a temporary file path. - 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 to the user's stated focus for the follow-up session. - Use Case: You have been debugging a feature across a long session and want to continue tomorrow. Run the handoff skill with a note like "continue fixing the auth bug" to produce a document the next agent can start from. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what that session will focus on.