ワンクリックで
parallelizing
Run independent tasks concurrently via subagents.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run independent tasks concurrently via subagents.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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: