What problem does it solve? Transferring work to a fresh AI agent session usually loses critical context, acceptance criteria, and verification steps, leaving the receiving agent to guess. This Skill packages a task into a complete, self-contained handoff brief that any new LLM session can pick up and execute autonomously. ## Core Features & Use Cases - Structured brief generation: Produces an Obsidian-compatible markdown file with YAML frontmatter and YON-tagged blocks (@TASK, @OUTCOME, @SOURCES, @SCOPE) saved to a vault path. - Three dispatch profiles: Supports solo agent dispatch, orchestrator dispatch with validated subtask decomposition, and new-session continuation that auto-collects in-flight git state. - Verification discipline: Requires verifiable shell commands and mandatory source lists, pushing back on under-specified tasks, and emits a copy-paste activation phrase for the receiving session. - Use Case: You have a bug fix that needs a fresh agent with clean context. Run /handoff, answer the prompts for task, scope, evidence, and acceptance commands, and receive a vault file plus a one-line activation phrase to paste into the new session. ## Quick Start Ask the agent to create a handoff for your task by running /handoff and answering the prompts for task description, scope paths, evidence, and acceptance verification commands.