Concurrent Change

Use when work is about to be split across multiple agents, or when deciding whether it should be. Concurrency is a property of the change, not a scheduling decision — what can proceed at once is determined by what the pieces have to agree on. Trigger on any request to parallelise, fan out, delegate to subagents, or run work concurrently, and whenever a plan has more than one independent-looking piece. Do NOT use for single-threaded work, or for splitting purely to appear fast.

bfollington Updated

File contents

bfollington/terma/tree/main/plugins/terma/skills/concurrent-change commit 0c5b7fe255

Frequently asked questions

npx skillmds@latest add bfollington/concurrent-change