What problem does it solve? When a working session ends, context is lost and the next agent or session must re-derive decisions, file locations, and pending tasks. This Skill compacts the current conversation into a portable handoff document so a fresh agent can resume work immediately. ## Core Features & Use Cases - Conversation Compaction: Summarizes the current session into a handoff document saved to the OS temporary directory, referencing existing artifacts (PRDs, ADRs, plans, commits) by path instead of duplicating them. - Mandatory Kickoff Prompt: Always produces a copy-pasteable startup prompt containing the handoff path, must-read artifacts, the immediate task, non-skippable gotchas, and suggested skills to invoke. - Safety and Tailoring: Redacts sensitive data such as API keys and personal information, and adapts the document to user-provided arguments describing the next session's focus. - Use Case: After a long debugging session on a Supabase-backed Next.js app, invoke the handoff skill so the next session starts with the exact task, the ADRs to read, and the verification steps that must not be skipped. ## Quick Start Ask the agent to create a handoff for the next session, optionally describing what that session will focus on.