workflow-orchestration
Installation
SKILL.md
Workflow Orchestration
Orchestrate complex workflows by breaking them into parallel sub-tasks executed by specialized subagents, dramatically reducing completion time while maintaining quality.
When to Use
- Complex multi-step tasks that can be decomposed
- Tasks requiring multiple domain expertise areas
- Time-sensitive operations needing parallel execution
- Work requiring research, implementation, testing, and documentation simultaneously
- Any task where "throwing more compute at it" via parallel agents makes sense
Core Strategy
1. Task Decomposition
Break complex tasks into independent, parallel-executable subtasks:
Example: Authentication System Implementation