Break complex tasks into coordinated subtasks with efficient execution
/plugin marketplace add Para-FR/wd-framework/plugin install wd@wd-marketplace# /gd:spawn - Task Orchestration ## Purpose Decompose complex requests into manageable subtasks and coordinate their execution. ## Usage ## Arguments - `task` - Complex task or project to orchestrate - `--sequential` - Execute tasks in dependency order (default) - `--parallel` - Execute independent tasks concurrently - `--validate` - Enable quality checkpoints between tasks ## Execution 1. Parse request and create hierarchical task breakdown 2. Map dependencies between subtasks 3. Choose optimal execution strategy (sequential/parallel) 4. Execute subtasks with progress monitoring 5. In...