home/categories/scripting/marcusgoll-spec-flow-claude-skills-parallel-execution-optimizer-skill-md
scriptingdevelopment

parallel-execution-optimizer

Identify and execute independent operations in parallel for 3-5x speedup. Auto-analyzes task dependencies, groups into batches, launches parallel Task() calls. Applies to /optimize (5 checks), /ship pre-flight (5 checks), /implement (task batching), /prototype (N screens). Auto-triggers when detecting multiple independent operations in a phase.

marcusgoll
maintainer
marcusgoll
Atualizado 12/3/2025
Estrelas
78
Forks
9
quick start

Installation and usage

Identify and execute independent operations in parallel for 3-5x speedup. Auto-analyzes task dependencies, groups into batches, launches parallel Task() calls. Applies to /optimize (5 checks), /ship pre-flight (5 checks), /implement (task batching), /prototype (N screens). Auto-triggers when detecting multiple independent operations in a phase.

Instalação
$ install --globalskills.sh
Uso

Depois de instalar, você pode usar esta skill executando o seguinte comando no terminal:

skills use parallel-execution-optimizer