What problem does it solve? Delegating a task to another AI agent often produces vague prompts that leak local filesystem paths, skip independent review, or lack the context a fresh agent needs to orient. This Skill writes a standalone, clipboard-ready handoff prompt that gives the receiving agent portable context and clear review-first instructions. ## Core Features & Use Cases - Standalone Prompt Generation: Builds a self-contained prompt with repo/product context, constraints, non-goals, validation expectations, and output shape. - Path-Free Portable Anchors: Replaces filesystem paths with repo owner/name, issue/PR URLs, branch names, symbols, and search terms so the prompt works anywhere. - Review-First Delegation: Instructs the receiving agent to independently verify the task is real, well-scoped, and not already solved before implementing. - Clipboard Integration: Copies the finished prompt via pbcopy, wl-copy, xclip, or clip.exe with safe temp-file handling. - Use Case: You investigated a bug and want a colleague's agent to pick it up—run the handoff to get a complete prompt on your clipboard, ready to paste into a new session. ## Quick Start Ask the agent to write a handoff for the task you want to delegate, for example by saying "handoff the flaky login test investigation".