delegate-agent
Installation
SKILL.md
Delegate Agent
Spawn sub-agents to handle independent subtasks in parallel or sequence. This enables multi-agent workflows where specialized agents handle different aspects of a complex task.
When to Use
- Parallel execution: Multiple independent tasks can run simultaneously
- Specialized handling: Different sub-tasks need different expertise/models
- Isolation: Sub-task failures shouldn't crash the main agent
- Parallel research: Gather information from multiple sources at once
Setup
No additional setup required. This skill works out of the box.