What problem does it solve? When a long working session ends, the next agent or session starts with zero context. 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 session into a handoff document saved to the repo-local, git-ignored tmp/ directory. - Suggested Skills Section: Recommends which skills the next agent should invoke to continue the work. - Reference-Based Summaries: Avoids duplicating content already captured in PRDs, plans, ADRs, journals, or commits by referencing them by path or URL instead. - Sensitive Data Redaction: Strips API keys, passwords, and personally identifiable information from the handoff. - Use Case: After a long debugging or feature-building session in the kamikakushi project, generate a handoff doc so a new agent session can pick up exactly where you left off. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what the next session will focus on.