orchestrating-subagents

Installation
SKILL.md

Orchestrating Subagents

Dispatch, coordinate, and synthesize results from OpenCode subagents using the task() primitive.

The Portable Primitive

Every subagent dispatch goes through task():

task({
  subagent_type: "systematic-implementer",
  description: "Implement auth module",
  prompt: "...",
})
Installs
3
GitHub Stars
23
First Seen
Jun 16, 2026
orchestrating-subagents — marcusrbrown/systematic