What problem does it solve? Long agent sessions accumulate context that is lost when starting fresh, forcing users to manually re-explain decisions, file paths, and constraints. This Skill distills the current conversation into a focused prompt a new session can act on immediately. ## Core Features & Use Cases - Context Extraction: Reviews the conversation and keeps only task state, key decisions with reasons, exact file paths, relevant commands, open problems, and constraints. - Structured Prompt Template: Produces a Markdown prompt with Goal, Context, Relevant files, Constraints, and First step sections. - Automatic Persistence: Saves the prompt to .agents/handoff-YYYYMMDDThhmmss.md (or /tmp/ when the working directory is not writable) and shows the command to launch the new session. - Use Case: After a long debugging session, generate a handoff prompt so a fresh session can continue fixing the issue without re-reading the entire history. ## Quick Start Ask the agent to create a handoff prompt for the goal you want the next session to pursue, then start the new session with the saved file.