What problem does it solve? When a conversation grows long or needs to move to a new agent session, context is lost and the next agent starts blind. This Skill compacts the current conversation into a structured handoff document so a fresh agent can continue the work without re-reading the entire history. ## Core Features & Use Cases - Conversation Compaction: Summarizes the current conversation into a handoff document saved to the operating system's temporary directory, keeping the workspace clean. - Suggested Skills Section: Includes recommendations for which skills the next agent should invoke to continue the work. - Artifact Referencing & Redaction: References existing specs, plans, ADRs, issues, commits, and diffs by path or URL instead of duplicating them, and redacts sensitive data such as API keys, passwords, and personally identifiable information. - Use Case: Before ending a long debugging session, invoke the handoff skill with a note like "next session: implement the fix" so the next agent receives a focused, sanitized summary with pointers to the relevant commits and plans. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what the next session should focus on.