What problem does it solve? Ending an AI session often means losing context, forcing the next agent or session to start from scratch. This Skill captures the conversation's decisions, completed work, and pending tasks in a structured markdown file so work can continue without re-explanation. ## Core Features & Use Cases - Structured Handoff Document: Produces a markdown summary covering overview, user context, requirements, completed work, technical decisions, current state, pending tasks, warnings, and next steps. - Hallucination Controls: Enforces rules to distinguish completed, attempted, and discussed work, quote the user's exact words, and mark uncertain details as "[needs confirmation]". - Self-Verification Checklist: Requires verification that every claimed completion has evidence in the conversation before saving the file. - Use Case: At the end of a long debugging or feature-building session, generate a timestamped handoff file so a new agent session can resume with full context. ## Quick Start Ask the agent to generate a handoff summary of this conversation and save it as a markdown file before ending the session.