task-delegation
Installation
SKILL.md
Task Delegation Skill
When to Invoke
Skill({ skill: 'task-delegation' });
Use when:
- Spawning subagents to perform work
- Decomposing a complex task into parallel or sequential subtasks
- Implementing handoff metadata between agents
- Verifying pipeline completion via drain gate
- Selecting the right model for a spawned agent