원클릭으로
subagent-invocation
Subagent orchestration skill for choosing, scoping, and parallelizing subagent work safely
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Subagent orchestration skill for choosing, scoping, and parallelizing subagent work safely
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Backend delivery skill for APIs, services, databases, and AI integrations with docs-first implementation
Cleanup skill for post-change validation, consistency checks, and finishing discipline
Debugging skill for disciplined investigation, evidence-based fixes, and documented outcomes
DevOps skill for build pipelines, containers, CI, deployment configuration, and operational safety
Documentation skill for concise, high-signal project docs that stay synchronized with implementation
Frontend delivery skill for deliberate, production-quality interfaces with strong implementation discipline
| name | subagent-invocation |
| description | Subagent orchestration skill for choosing, scoping, and parallelizing subagent work safely |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"developers","workflow":"orchestration"} |
Use subagents deliberately. The goal is lower total time and higher accuracy, not more agent activity.
Invoke a subagent when one of these is true:
Run parallel subagent sessions when the user query can be processed in parallel and the workstreams are independent.
Parallel execution is appropriate when:
Do not parallelize when:
Every subagent prompt should include:
.env.example handling and git restrictionssupermemory only when durable context across sessions or projects will materially help future work.git commit or git push..env; use .env.example instead.