What problem does it solve?
This Skill removes the coordination burden from complex multi-step work by letting you delegate tasks to specialized subagents that can execute independently, in parallel, or with follow-up messages.
Core Features & Use Cases
- Synchronous delegation: Launch a subagent when you need a task completed and the result returned before continuing.
- Asynchronous delegation: Start background subagents for independent work that can continue while you handle other tasks.
- Follow-up control: Send clarifications or new instructions to running subagents without restarting the workflow.
- Use case: Split a large implementation into parallel pieces, delegate each part to a subagent, then collect the results and merge them into a final deliverable.
Quick Start
Use the delegation skill to assign the requested task to a subagent and return the completed result with any relevant files or context.