What problem does it solve? When splitting work across parallel agents, sessions, or git worktrees, context is easily lost or miscommunicated. This Skill packages the current workspace state, explicit decisions, and scope boundaries into a structured, agent-neutral prompt that another coding agent can pick up immediately. ## Core Features & Use Cases - Scoped context extraction: Gathers read-only git state (branch, status, diff stat) and explicit conversation decisions for a defined slice such as frontend, backend, QA, or migration. - Agent-neutral payload: Produces a Markdown handoff with goal, parent workspace state, assigned scope, decisions, constraints, first steps, and open questions, without assuming the receiver has any specific tooling. - Clipboard integration: Previews the payload in chat, then copies it using wl-copy, xclip, pbcopy, clip.exe, or clip, with a temp-file fallback for fragile shell quoting. - Use Case: You are mid-implementation and want a second agent to handle the QA slice. Ask for a QA handoff and receive a clipboard-ready prompt containing repo state, boundaries, and open questions. ## Quick Start Ask the agent to create a handoff for the frontend slice so another session can continue that work.