agentic-workflow-orchestration
Installation
SKILL.md
🎠Agentic Workflow Orchestration Skill
Purpose
Guidance on orchestrating multiple agentic workflows for complex problems through coordination, delegation, and parallel execution. Includes proven patterns from the Agent Factory (100+ workflows, 500+ merged PRs) including /plan decomposition, task mining, and stacked agent coordination.
When to Use
Apply this skill when:
- Breaking down complex automation into coordinated workflows
- Implementing orchestrator-worker patterns
- Using
/plancommand for issue decomposition - Building pipeline or map-reduce patterns
- Coordinating multiple AI agents with different specializations