What problem does it solve? When you stop mid-task or hand work to another agent or teammate, all the context, decisions, and reasoning from the current session are lost. This Skill packages everything a fresh session needs into one self-contained work-item so no one has to re-ask questions the conversation already answered. ## Core Features & Use Cases - Conversation distillation: Extracts the goal, decisions with their reasoning, completed work, remaining steps, gotchas, and acceptance criteria into a structured .plans/ work-item. - Tracker integration: Optionally files the item to GitHub Issues via gh or to Linear via MCP tools, with cross-linking between the tracker and the local store. - Cross-repo handoff: Files work to a different repository's tracker with repo-local references rewritten for the receiving team, plus a local stub tracking the dependency. - Use Case: You spent a session designing a payment-retry migration but ran out of time. Run the handoff command to capture every decision and open question, then let a fresh agent execute it ticket-to-merge later. ## Quick Start Ask the assistant to hand off the current work by running the handoff skill with an optional title, for example to package the migration follow-ups into a work-item.