with one click
parallelizing
Run independent tasks concurrently via subagents.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run independent tasks concurrently via subagents.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Post-implementation integrity and quality audit.
Session-start skill discovery protocol.
Structured root-cause investigation for bugs and failures.
Execute implementation plan task-by-task inline.
Complete work with merge, PR, or cleanup options.
Integrity guardrails during code implementation.
Based on SOC occupation classification
| name | parallelizing |
| description | Run independent tasks concurrently via subagents. |
Announce at start: "I'm applying the parallelizing skill to run these tasks concurrently."
Before dispatching, answer three questions:
All three must be yes. Otherwise, work sequentially.
Each agent operates in isolation with zero inherited context. Construct everything it needs:
See references/agent-prompt-template.md for the standard prompt structure.
// All calls execute concurrently
Task("Fix agent-tool-abort.test.ts — 3 timing failures")
Task("Fix batch-completion.test.ts — event structure bug")
Task("Fix tool-approval-race.test.ts — missing async wait")
When agents complete:
If conflicts exist, resolve manually before running tests.
| Problem | Bad | Better |
|---|---|---|
| Scope too wide | "Fix all the tests" | "Fix the 3 failures in auth.test.ts" |
| Missing context | "Fix the race condition" | Paste error messages + test names |
| No guardrails | Agent refactors freely | "Only modify files under src/auth/" |
| Vague deliverable | "Fix it" | "Return: root cause, files changed, verification" |
Called by:
Pairs with: