What problem does it solve? When a task outgrows the current conversation or needs a different agent profile, starting over means losing context. This Skill packages the current task — decisions, failed attempts, constraints, and relevant files — into a self-contained briefing so a fresh agent can continue with zero prior context. ## Core Features & Use Cases - Self-contained briefing generation: Builds a structured handoff prompt covering task, context, relevant files, current state, failed attempts, decisions, acceptance criteria, and constraints. - Profile-aware agent selection: Reads configured Paseo profiles via list_profiles and picks the receiving agent whose notes best match the work. - Workspace isolation support: Optionally creates a worktree-isolated workspace with a short branch name derived from the task. - Use Case: You have been debugging a failing build and want a specialist agent to take over. Say "hand this off to the backend profile in a worktree" and the Skill launches a new agent with a complete briefing, preserving your exact intent. ## Quick Start Say "hand off this task to another agent" and optionally name a profile or request worktree isolation.