sk Skill · affaan-m
parallel-execution-optimizer
Use when the user wants a task done much faster through parallel work, concurrent agents, batched tool calls, isolated worktrees, or many independent verification lanes without losing correctness.
Open on skills.sh ↗read 2026-09-15
- installs 8w
- 1,718
- 30-day movement
- starts with the next reading
- Related entries
- 3
- Connections
- 6
JavaScript
An agent skill that guides an AI coding agent to speed up tasks through parallel work: concurrent agents, batched tool calls, isolated git worktrees, and independent verification lanes. It structures this around building a dependency graph first, then running lanes concurrently while guarding correctness.
Reach for it when a task must finish much faster and its subtasks are independent enough to run in parallel without conflicting edits.
Use it to
- Batch file reads, searches, and status checks
- Run isolated implementation lanes in separate worktrees
- Start long-running tests and builds concurrently
- Build a lane matrix before a large push
- Verify correctness across parallel lanes
For Agent users who need faster multi-part coding tasks
- Host repository
- affaan-m/ECC
- Installs, lifetime
- 2,800
- Installs, 8 weeks
- 1,718
- Allowed tools
- Read, Write, Edit, Bash, Grep, Glob
- Licence
- MIT
- Host stars
- 259k
- Host language
- JavaScript
topicsparallelismagent-skillsworktreesbatchingverificationspeed