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 30b65bc 5 files · 56.9 KB Updated

File contents

marcusgoll/spec-flow/tree/main/.claude/skills/parallel-execution-optimizer commit 30b65bc5a6

Frequently asked questions

npx skillmds@latest add marcusgoll/parallel-execution-optimizer-2