Use when coordinating complex tasks with orchestration, delegation, or parallel workstreams - provides structured workflows for orchestrate:brainstorm, orchestrate:spawn, and orchestrate:task.
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
- 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
You Might Also Like
Related Skills

apple-notes
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
openclaw
apple-reminders
Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
openclaw
spotify-player
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
moltbot