Parallelize

Offload safe, independent subtasks to concurrent subagents while continuing your own work as the coordinator, then integrate what they return. Use when mid-task and some work could run in parallel without conflicting -- research, generating a standalone new file, tests for a stable interface, docs, or isolated analysis -- to accelerate without races. The coordinator alone runs git and mutates shared state; subagents read freely but write only to isolated namespaces and hand back artifacts. Triggers include "parallelize this", "spin up subagents to help", "do these in parallel", "fan this out".

jwiegley 8b4b7df 3 files · 21.0 KB Updated

File contents

jwiegley/nix-config/tree/main/config/ai/skills/parallelize commit 8b4b7dfaec

Frequently asked questions

npx skillmds@latest add jwiegley/parallelize