Task orchestration
Use when coordinating complex tasks with orchestration, delegation, or parallel workstreams - provides structured workflows for orchestrate:brainstorm, orchestrate:spawn, and orchestrate:task.From its SKILL.md
npx -y skills add NickCrew/Claude-Cortex --skill task-orchestrationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.7 KB, 263 tokens by cl100k_base, as published. Nobody here has run it
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 |
| Process Patterns | skills/task-orchestration/references/process-patterns.md |
| Task Decomposition | skills/task-orchestration/references/task-decomposition.md |
Workflow
- Choose the orchestration mode (brainstorm, spawn, task).
- Load the matching reference.
- Execute with delegation and progress tracking.
- Validate outputs and consolidate results.
Output
- Orchestration summary
- Task progress and next steps
Common Mistakes
- Spawning without clear task boundaries
- Skipping validation gates
What ships with it: 5 files
31.4 KB alongside SKILL.md
references/
- brainstorm.md4.6 KB
- process-patterns.md7.3 KB
- spawn.md5.9 KB
- task-decomposition.md7.3 KB
- task.md6.4 KB