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. Use when this capability is needed.

tomevault-io a842b8a 2 files · 19.7 KB Updated

File contents

tomevault-io/skills-registry/tree/main/marcusgoll--spec-flow--parallel-execution-optimizer commit a842b8a926

Frequently asked questions

npx skillmds@latest add tomevault-io/parallel-execution-optimizer