ワンクリックで
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 ページを確認してインストールできます。
SOC 職業分類に基づく
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.
| 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.