subagent-orchestrator

Solid

Orchestrate 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.

AI & Automation 36 stars 7 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Subagent Orchestrator Assemble a temporary team of subagents for a user-requested task. Keep the main thread focused on scope, decisions, and synthesis while delegated agents handle bounded work. ## Operating Mode - Use this skill when the user explicitly asks for subagents, delegation, parallel work, or a temporary team. - Treat explicit invocation of `$subagent-orchestrator` as permission to use subagents. - Treat team assembly as a planning problem first and an execution problem second. - Prefer role-based delegation with explicit ownership over ad hoc spawning. - Keep noisy intermediate work off the main thread and return summaries instead of raw agent chatter. ## Resource Map Read [references/roles-index.md](references/roles-index.md) first. Then load only the role and pattern files that match the task. - Role contract and extension rules: [references/role-contract.md](references/role-contract.md) - Role registry: [references/roles-index.md](references/roles-index.md) - Team patterns: [references/team-patterns.md](references/team-patterns.md) - Core roles: - [references/role-lead.md](references/role-lead.md) - [references/role-planner.md](references/role-planner.md) - [references/role-explorer.md](references/role-explorer.md) - [references/role-implementer.md](references/role-implementer.md) - [references/role-reviewer.md](references/role-reviewer.md) - [references/role-tester.md](references/role-tester.md) - [references/role-integrator.md](referenc...

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