What problem does it solve?
This Skill solves the challenge of managing complex, multi-step projects by allowing you to offload specific tasks to specialized subagents, enabling parallel execution and better focus on high-level orchestration.
Core Features & Use Cases
- Synchronous Delegation: Execute tasks immediately and wait for the result to continue your workflow.
- Asynchronous Background Processing: Launch multiple independent tasks simultaneously to maximize efficiency.
- Follow-up Communication: Interact with running subagents to refine outputs or request additional details without restarting the process.
- Use Case: When building a new feature, you can delegate the implementation of a helper function to one subagent while simultaneously tasking another with writing the corresponding unit tests.
Quick Start
Use the delegation skill to launch a subagent that executes the task defined in your session plan by calling the subagent function with the task ID and the fromPlan parameter set to true.