What problem does it solve? When work must move to another AI harness, repository, colleague, or forked parallel agent, context is lost. This Skill writes a single self-contained markdown file that a fresh agent can read cold and continue the work without re-explanation. ## Core Features & Use Cases - Portable Context Transfer: Captures goal, state, decisions, references, and unverified claims in a structured markdown doc saved to the OS temp dir. - Harness and Repo Swaps: Supports moving work between tools (e.g., Claude to Codex), different directories, colleagues, or forked parallel agents. - Safety Guardrails: Redacts keys, tokens, and PII; labels unverified claims explicitly; references artifacts by path instead of duplicating them. - Use Case: You finished prototyping in a scratch directory and want a colleague's agent to continue. Run /handoff, get an absolute path to a handoff doc, and point the next agent at it. ## Quick Start Type /handoff followed by what the next session is for, then share the printed absolute file path with the next agent.