go

Installation
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
11
Repository
anntnzrb/agents
GitHub Stars
1
First Seen
Feb 28, 2026
go — anntnzrb/agents