go
SKILL.md
Go Orchestration Skill
Execute the plan using multi-level parallelism.
Context
- Extract the plan from previous messages (source of truth)
- If a todo-list tool exists, use it as supplementary reference, but prioritize the conversational plan
- Optional arguments provide additional context: $ARGUMENTS
Step 1 - Analyze dependencies
- Identify independent tasks (can run in parallel)
- Identify dependent tasks (must wait)
- Group into phases; each phase contains only independent tasks