orchestrate
Coordinate focused subagents on substantial work, keep their ownership non-overlapping, and integrate verified results. Use for large-scope Codex ta…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Orchestrate
Coordinate substantial work across focused subagents while remaining available
to the user and retaining responsibility for the integrated result.
When to Use
- Use when a task has multiple independent research, review, or implementation lanes.
- Use when parallel work will materially reduce elapsed time or improve coverage.
- Use when a coordinator must synthesize several bounded outputs into one verified result.
Keep trivial tasks with the coordinator.
Workflow
- Decompose the task into distinct, bounded assignments with explicit outputs.
- Run narrow, read-only scouts in parallel with low reasoning effort and no
inherited conversation when the runtime supports those controls. Give each
scout all scoped context and evidence required to complete its assignment.
- Use medium reasoning effort for routine implementation and high reasoning
effort for difficult work.
- Give each subagent distinct ownership. Prevent overlapping assignments, and
instruct leaf workers not to delegate.
- Integrate the outputs, resolve conflicts, and verify the combined result.
- Keep approvals and externally consequential decisions with the user.
Examples
- For a repository-wide feature, assign non-overlapping agents to architecture
inspection, implementation, and test review, then integrate their findings
and run the final verification from the coordinator.
- For a research brief, assign independent sources or questions to read-only
scouts, reconcile disagreements, and keep the final judgment with the
coordinator.
Limitations
- Requires a runtime that exposes subagent or delegation tools; otherwise keep
the work with the coordinator.
- Delegation does not authorize file mutations, public actions, purchases, or
other consequential operations beyond the user's original scope.
- Parallel agents can add cost and coordination overhead, so use them only when
the task is substantial enough to benefit.
- The coordinator remains responsible for checking claims, changes, tests, and
the final answer.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
同名技能的其他版本
有 3 个不同仓库或目录里都有叫 orchestrate 的技能。它们内容并不相同,别混用:
- sickn33/agentic-awesome-skills — Coordinate focused subagents on substantial work, keep their ownership non-overlapping, an
- sickn33/agentic-awesome-skills — Coordinate focused subagents on substantial work, keep their ownership non-overlapping, an