← ClaudeAtlas

run-taskslisted

Execute pending tasks in dependency order with wave-based concurrent execution via Agent Teams
sequenzia/agent-alchemy · ★ 38 · AI & Automation · score 83
Install: claude install-skill sequenzia/agent-alchemy
# Run Tasks Skill This skill orchestrates autonomous task execution using Claude Code's native Agent Team system. It takes tasks produced by `/create-tasks`, builds a dependency-aware execution plan, and executes them in waves via a 3-tier agent hierarchy: Orchestrator (this skill) plans and coordinates waves, Wave Leads manage parallel executors within each wave, and Context Managers handle knowledge flow between tasks. The wave-lead creates its own team and coordinates teammates via `SendMessage`. The orchestrator communicates with the wave-lead via file-based summaries (`wave-{N}-summary.md`). ## Load Reference Skills Before executing any step, load the foundational references for task management and team orchestration: ### Tasks Reference ``` Read ${CLAUDE_PLUGIN_ROOT}/../claude-tools/skills/claude-code-tasks/SKILL.md ``` ### Teams Reference ``` Read ${CLAUDE_PLUGIN_ROOT}/../claude-tools/skills/claude-code-teams/SKILL.md ``` These references provide tool parameters, lifecycle rules, messaging protocols, and orchestration patterns. The SDD-specific execution procedures are in the orchestration reference below. ### Orchestration Patterns Reference (optional, for context) ``` Read ${CLAUDE_PLUGIN_ROOT}/../claude-tools/skills/claude-code-teams/references/orchestration-patterns.md ``` ### Orchestration Reference ``` Read ${CLAUDE_PLUGIN_ROOT}/skills/run-tasks/references/orchestration.md ``` If any reference file cannot be read, stop and report: "ERROR: Cannot load re