Parallel PlanA
Before executing a multi-step plan, check which steps actually depend on each other and run the independent ones concurrently. Use when a plan has roughly five or more steps, when a session will merge several PRs or tickets, when fanning work out to subagents, or when the user asks what can be parallelised. Also catches a step that grades its own work and a fan-in with no count guard.
developmentgobash