一键导入
task-orchestrator
Coordinate one task through research, planning, DEX breakdown, execution handoff, and review using small subagents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Coordinate one task through research, planning, DEX breakdown, execution handoff, and review using small subagents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Turn validated findings into a short implementation loop with explicit verification and minimal safe steps.
Compatibility alias for the workspace-native @apply-findings workflow.
Audit and convert a Chrome extension from Manifest V2 to Manifest V3, covering manifest changes, service workers, API replacements, security rules, and Chrome Web Store compliance risks.
Convert a validated plan into a clean DEX task hierarchy with small, testable execution chunks.
Choose the next actionable DEX task and prepare a focused execution handoff.
Review a completed implementation session against its linked DEX task and approve or request changes.
基于 SOC 职业分类
| name | Task Orchestrator |
| description | Coordinate one task through research, planning, DEX breakdown, execution handoff, and review using small subagents. |
| requiredSources | ["dex"] |
Use this skill when a task is large enough to benefit from planning, DEX tracking, or multiple sessions.
Keep the main session small and decisive while using focused subagents for bounded work.
The orchestrator should:
Choose sources by need:
context7 + brave-search for research and current docsdex for task creation, progress, and result trackingchrome-devtools for browser-visible verificationWhen spawning subagents:
permissionMode: allow-all@investigate-first@plan-validate@dex-backlog@dex-next-task, then spawn one implementation subagent@dex-review or let the review automation handle itReturn the next action, the recommended source set, and whether the next step should stay in the orchestrator or move to a subagent.