subagent-orchestrator
SolidOrchestrate subagent workflows for complex tasks that benefit from decomposition, role-based delegation, and parallel execution. Use when Codex should assemble a temporary team of subagents, choose roles from a reusable role library, create a controlled fallback role when no preset role fits, coordinate read-heavy work in parallel, or handle write-heavy work with ownership boundaries, staged execution, and an integrator-led merge path.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- flc1125
- Repository
- flc1125/skills
- Created
- 7 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
sub-agent-coordinator
Orchestrate multi-agent work through fan-out, pipeline, and specialist patterns. Use this skill when delegating focused tasks to parallel sub-agents, coordinating iterations, or architecting complex workflows. Load this whenever you need spawning signals, briefing templates, coordination patterns, or communication protocols.
subagent-design
Decompose a task into an orchestrator and subagents — one-mission role cards with typed output contracts, a topology (pipeline / parallel / judge panel) chosen with a reason, context-isolation rationale, and a verification stage that is never a generator. Use when the user wants to fan work out across multiple agents, design a multi-agent workflow or orchestration, or asks "should this be one agent or several".
subagents-orchestration-guide
Guides subagent coordination through implementation workflows. Use when orchestrating multiple agents, managing workflow phases, or determining autonomous execution mode.