What problem does it solve? When a long working session ends or context runs out, the next agent starts blind. This Skill compacts the current conversation into a structured handoff document so a fresh agent can resume the work without re-reading the entire history. ## Core Features & Use Cases - Conversation Compaction: Writes a handoff summary to a timestamped Markdown file in the temporary directory. - Artifact Referencing: Points to existing specs, plans, ADRs, issues, commits, and diffs by path or URL instead of duplicating their content. - Skill Suggestions: Includes a suggested-skills section recommending which skills the next agent should invoke. - Use Case: After a long debugging session, run the handoff skill with a note like "next session: implement the fix" so the incoming agent gets 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.