subagent-dispatch

Installation
SKILL.md

Subagent Dispatch

Treat each dispatch as a contract: give one agent one bounded outcome, enough context to act independently, explicit authority, and a checkable definition of done.

Decide

Delegate when the subtask is concrete and separable, and delegation provides at least one clear benefit:

  • Run independent work concurrently.
  • Isolate verbose exploration, logs, or research from the main context.
  • Apply specialist capability exposed by an available agent.
  • Obtain an independent review or validation pass.

Keep the work in the main agent when it is small, already in context, coupled to a pending decision, dependent on frequent user interaction, or likely to overlap the same files or state. Delegation is complete only when its coordination cost is lower than doing the work directly.

Installs
6
GitHub Stars
1
First Seen
Apr 2, 2026
subagent-dispatch — rakaadi/agent-kit