What problem does it solve? When a conversation grows long or a task needs to move to a new agent session, context is lost. This Skill compacts the current conversation into a handoff document so another agent can pick up the work without repeating prior discussion. ## Core Features & Use Cases - Conversation Compaction: Summarizes the current conversation into a standalone handoff document saved to a temporary file path generated by 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: After a long planning session, invoke the handoff skill with a note like "next session implements the API layer" to produce a focused briefing document for the incoming agent. ## Quick Start Ask the agent to write a handoff document for the next session, optionally describing what that session will focus on.