subagent-dispatch

Installation
SKILL.md

Subagent Dispatch Protocol

This skill governs when and how to dispatch subagents in this project. Its purpose is to help the main agent make effective delegation decisions and write high-quality, self-contained prompts for each specialist.


When to Dispatch (vs Do It Yourself)

Dispatch a subagent when any of these apply:

Signal Why dispatch?
Context isolation needed Command output, logs, or search results are verbose and would pollute the main conversation
Specialist expertise The task maps cleanly to an existing agent's domain (see registry below)
Parallelizable work Two or more independent tasks can run concurrently in separate agents
Review/validation gate A second opinion or compliance check is needed before accepting work
Related skills
Installs
5
GitHub Stars
1
First Seen
Apr 2, 2026