What problem does it solve? When a work session ends, context about decisions, errors, and remaining tasks is lost, forcing the next session to redo work or repeat mistakes. This Skill captures the current session state into a structured handover document saved in the working directory. ## Core Features & Use Cases - Timestamped Handover Files: Creates a Markdown file named HANDOVER-<timestamp>.md in the current working directory. - Structured Five-Section Format: Records task overview, current state, important discoveries, next steps, and context to preserve. - Use Case: Before ending a long debugging or refactoring session, invoke the Skill so the next session can resume immediately with full knowledge of completed work, failed approaches, and pending actions. ## Quick Start Ask the assistant to create a handover document for the current session so work can resume later.