返回 Skill 列表
extension
分类: 内容与媒体无需 API Key

task-orchestration

在使用编排、委派或并行工作流协调复杂任务时使用 - 为 orchestrate:brainstorm, orchestrate:spawn 和 orchestrate:task 提供结构化的工作流程。

person作者: jakexiaohubgithub

Task Orchestration

Overview

Coordinate complex tasks with structured orchestration: discover requirements, spawn parallel agents, and execute multi-step workflows with validation.

When to Use

  • Multi-step tasks requiring coordination or delegation
  • Parallelizable workstreams
  • Complex requirements discovery

Avoid when:

  • The task is simple or single-file

Quick Reference

| Task | Load reference | | --- | --- | | Orchestrated brainstorming | skills/task-orchestration/references/brainstorm.md | | Spawn orchestration | skills/task-orchestration/references/spawn.md | | Task orchestration | skills/task-orchestration/references/task.md |

Workflow

  1. Choose the orchestration mode (brainstorm, spawn, task).
  2. Load the matching reference.
  3. Execute with delegation and progress tracking.
  4. Validate outputs and consolidate results.

Output

  • Orchestration summary
  • Task progress and next steps

Common Mistakes

  • Spawning without clear task boundaries
  • Skipping validation gates