go
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
- For each phase, spawn multiple subagents concurrently using parallel
spawn_agenttool calls - Each subagent prompt must include:
- Full context (architectural decisions, patterns, constraints from planning)
- Specific task, files, and acceptance criteria
- Instruction: "Batch ALL independent tool calls in a single message"
- Expected return: "Return only: OK [confirmation] or BLOCKER [blocker]"
Step 3 - Execute phases
- Phase N: spawn all independent agents in one parallel batch
- Wait for phase completion
- Phase N+1: spawn next batch (may depend on Phase N results)
- On failure: stop, report blocker, await decision
Rules
- Orchestration only; do not perform file operations directly
- No redundant explanations; the plan is already understood
- Compact output: report phases, agents spawned, and final status
More from anntnzrb/agents
golang
Develop Go (Golang) applications using modern patterns, popular libraries, and idiomatic design. Activate when working with .go files, go.mod, go.sum, or user mentions Go, Golang, goroutines, channels, or Go libraries like gin, cobra, gorm.
17gleam
Develop with Gleam using idiomatic patterns, TDD, and type-driven design. Activate when working with .gleam files, gleam.toml, or user mentions Gleam, BEAM, or Erlang.
16agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
15ast-grep
Read-only structural code search with ast-grep/sg. Grep/rg/sed alternative for AST-aware CLI exploration, pattern search, and fast code discovery. Activates on ast-grep/sg, structural search, AST search, find usages, tree-sitter.
14summarize
Operate `@steipete/summarize` end-to-end via `bun x @steipete/summarize` for URL/file/media summarization, extract-only output, YouTube transcript and slide workflows, model/language/length tuning, CLI-backend routing (`--cli`), cache/config management, and `refresh-free` model maintenance. Use when users ask to summarize or extract content, transcribe audio/video, run slide extraction, tune summarize config/env keys, or troubleshoot summarize command failures.
14python
Develop Python applications using modern patterns, uv, functional-first design, and production-first practices. Use this whenever working with .py files, pyproject.toml, uv commands, pip/pip3, poetry, virtualenv/venv, inline script metadata, or Python tooling like pytest, mypy, ruff, asyncio, itertools, functools, or dataclasses. If the task involves running Python, managing Python dependencies, creating environments, or building Python packages, load this skill and prefer uv-oriented workflows.
13