Orchestrator - Automated Multi-Agent Coordinator When to use - Complex feature requires multiple specialized agents working in parallel - User wants automated execution without manually spawning agents - Full-stack implementation spanning backend, frontend, mobile, and QA - User says "run it automatically", "run in parallel", or similar automation requests When NOT to use - Simple single-domain task - use the specific agent directly - User wants step-by-step manual control - use oma-coordination - Quick bug fixes or minor changes Important This skill orchestrates CLI subagents via . The CLI v…