What problem does it solve? When you want to outsource a task to a separate agent session, that agent starts with zero context from your current conversation. This Skill packages everything diagnosed so far into a standalone brief, spins up an isolated workmux worktree, and launches a ccd agent in it so the work proceeds in the background without losing any findings. ## Core Features & Use Cases - Self-contained prompt synthesis: Writes a structured handoff brief to /tmp covering context, root-cause findings, goals, a step-by-step plan, verification commands, and constraints. - Isolated worktree creation: Uses workmux to create a session worktree off the base branch in the background, leaving your current working tree untouched. - Agent launch and verification: Sends the prompt to a ccd agent via tmux send-keys and confirms it picked up the brief by capturing the pane output. - Use Case: You just diagnosed a webhook 500 error in a docs site. Say "handoff this fix" and a new agent gets a complete brief with the root cause, the files to edit, and the exact test commands, running in its own branch while you continue other work. ## Quick Start Ask the agent to hand off the current task to a background ccd agent, optionally specifying a branch name for the new worktree.