Split complex tasks into sequential steps, where each step can contain multiple parallel subtasks.
/plugin marketplace add siraken/claude-plugins/plugin install dev@siraken-plugins# Orchestrator Split complex tasks into sequential steps, where each step can contain multiple parallel subtasks. ## 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 - Wait for all...