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 handoff document saved to the OS temporary directory, not the workspace. - Suggested Skills Section: Names which skills the next agent should invoke, so the follow-up session starts with the right tools. - Artifact Referencing and 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: You finish a long debugging session and want a teammate's agent to continue tomorrow. Run the handoff with a note like "next session: implement the fix", and the next agent receives a focused, redacted summary tailored to that goal. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what that session will focus on.