Agent skill
task-orchestration
Use when coordinating complex tasks with orchestration, delegation, or parallel workstreams - provides structured workflows for orchestrate:brainstorm, orchestrate:spawn, and orchestrate:task.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/task-orchestration-nickcrew-claude-cortex
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?