원클릭으로
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.