← ClaudeAtlas

soleri-parallel-executelisted

Triggers: "run in parallel", "fan out", "concurrent execution", "batch execute", "dispatch subagents". Concurrent task execution via subagents. Use executing-plans for sequential.
adrozdenko/soleri · ★ 6 · AI & Automation · score 74
Install: claude install-skill adrozdenko/soleri
# Parallel Execute — Subagent-Driven Plan Execution Execute plan tasks in parallel by dispatching independent tasks to separate subagents. The controller agent (you) never implements — you dispatch, review, and integrate. **Announce at start:** "I'm using the parallel-execute skill to run independent tasks concurrently." <HARD-GATE> You MUST have an approved, split plan before using this skill. If no plan exists or it has no tasks, stop and use the writing-plans skill first. </HARD-GATE> ## When to Use - Plan has 3+ tasks - At least 2 tasks have no dependency overlap (can run simultaneously) - Tasks touch different files/modules (low merge conflict risk) **Do NOT use when:** - All tasks are sequential (each depends on the previous) - Tasks modify the same files (high conflict risk) - Plan has fewer than 3 tasks (use executing-plans instead) ## Model Selection Pick a model per subagent at dispatch. Mixed tiers across a fan-out wave are expected and correct — a wave is never "all Opus" or "all Haiku." Each task gets the model that fits its work. ### Tier rubric | Tier | Model | Subagent purpose — trigger patterns | | -------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | | simple | `haiku` | Exploration, file