What problem does it solve? Long AI-assisted work sessions lose context when they end or hit context limits, forcing the next session to rediscover decisions, file changes, and next steps. This Skill captures that state in a structured Markdown handoff document before context is lost. ## Core Features & Use Cases - Structured Context Capture: Writes a handoff file with tasks, critical references, recent changes, learnings, artifacts, and action items using a defined YAML frontmatter schema. - Domain-Scoped Storage: Saves handoffs to thoughts/shared/handoffs/<domain>/ with timestamped filenames for organized retrieval. - Metadata Automation: Runs a helper script to collect date, git commit, branch, and repository metadata for the document. - Use Case: Before ending a long debugging session on a payment feature, create a handoff so the next session can resume with /roach:resuming-handoff and immediately continue from the current plan phase. ## Quick Start Ask the assistant to create a handoff for the current session before pausing or ending your work.