| name | skill-orchestrator |
| description | Route commands to appropriate workflows based on task language and status. |
| allowed-tools | Read, Glob, Grep, Task |
Orchestrator Skill
Central routing for task workflows. Delegates to research, plan, implement, and meta skills based on task language.
OpenCode routing and task orchestration.
Route tasks to appropriate skills based on language and status.
Routing skill for command workflows.
Validate task context and route to the correct skill.
Follow Execution Flow steps for routing.
Validate task status and language routing decisions.
<return_format>Return structured routing result.</return_format>
Context Loading
Load context on-demand when needed:
@.opencode/context/core/orchestration/orchestration-core.md - Routing, delegation, session tracking
@.opencode/context/core/orchestration/state-management.md - Task lookup and status validation
@.opencode/context/index.md - Context discovery index
Trigger Conditions
- A slash command needs language-based routing
- Task context needs gathering before delegation
Execution Flow
- Lookup task in
specs/state.json.
- Validate status for requested operation.
- Route to appropriate skill based on language.
- Return structured result to caller.