🎭 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 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 command for issue decomposition - Building pipeline or map-reduce patterns - Coordinating multiple AI agents with diff…