task-orchestration
Use when coordinating complex tasks with orchestration, delegation, or parallel workstreams - provides structured workflows for orchestrate:brainstorm, orchestrate:spawn, and orchestrate:task.
Best use case
task-orchestration is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Use when coordinating complex tasks with orchestration, delegation, or parallel workstreams - provides structured workflows for orchestrate:brainstorm, orchestrate:spawn, and orchestrate:task.
Teams using task-orchestration should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/task-orchestration/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How task-orchestration Compares
| Feature / Agent | task-orchestration | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Use when coordinating complex tasks with orchestration, delegation, or parallel workstreams - provides structured workflows for orchestrate:brainstorm, orchestrate:spawn, and orchestrate:task.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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 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