Delegation Skill Dispatch implementation tasks to subagents with proper context, worktree isolation, and TDD requirements. This skill follows a three-step flow: Prepare, Dispatch, Monitor. Triggers Activate this skill when: - User runs command - Implementation plan is ready with extractable tasks - User wants to parallelize work across subagents Exception — oneshot workflows skip delegation entirely. The oneshot playbook runs an in-session TDD loop in the main agent's context, with no subagent dispatch or review phase. If , do not call this skill — see for the lightweight path. Core Principle…