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

Step 2 - Orchestrate

Installs
13
First Seen
Mar 6, 2026