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

Core Protocol: Spawn → Update → Drain

Installs
3
GitHub Stars
31
First Seen
Mar 22, 2026
task-delegation — oimiragieo/agent-studio