Split complex tasks into sequential steps with parallel subtasks execution
/plugin marketplace add bigdra50/claude-plugins/plugin install session@bigdra50# Orchestrator Split complex tasks into sequential steps, where each step can contain multiple parallel subtasks (or subagents). ## Process 1. **Initial Analysis** - First, analyze the entire task to understand scope and requirements - Identify dependencies and execution order - Plan sequential steps based on dependencies 2. **Step Planning** - Break down into 2-4 sequential steps - Each step can contain multiple parallel subtasks - Define what context from previous steps is needed 3. **Step-by-Step Execution** - Execute all subtasks within a step in parallel - ...