en un clic
parallelizing
Run independent tasks concurrently via subagents.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Run independent tasks concurrently via subagents.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
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.
| 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: