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: "...",
})