codex-overrides/skills/dispatching-parallel-agents/SKILL.md
Use when there are multiple independent subtasks that can progress in parallel without overlapping ownership or blocking the next local step
npx skillsauth add 0xBigBoss/claude-code dispatching-parallel-agentsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use Codex subagents to accelerate sidecar work, not to outsource thinking on the critical path.
Core principle: Keep the next blocking step local. Delegate bounded work that can run in parallel without shared write ownership.
Use this skill when:
Do not use this skill when:
explorer: focused codebase questions, read-only analysis, fast context gatheringworker: implementation or fixes with explicit file ownershipbin/bin/claude-bootstrap and report the relevant call chain"scripts/sync-codex.sh; worker owns new test fixture files only"Every spawned agent should get:
For workers, explicitly say:
wait only when the result is needed now.testing
Use when creating or editing a skill and you need it to be discoverable, concise, and native to the target harness
tools
Use when requirements are clear enough to plan and the work spans multiple steps, files, or verification stages
testing
Canton validator node reference data. Use for participant IDs, database names, port availability, and architecture context.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.