بنقرة واحدة
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.