dispatching-parallel-investigations
Use when facing 2+ independent investigations that can proceed without shared state - parallel literature survey, multi-dataset replication, or pre-specified robustness checks
npx skills add K-Dense-AI/science-superpowers --skill dispatching-parallel-investigations --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Dispatching Parallel Investigations ## Overview You delegate investigations to specialized agents with isolated context. By precisely crafting their instructions, you keep each focused and preserve your own context for synthesis. They never inherit your session history — you construct exactly what each needs. When you have multiple independent investigations (different datasets, different sub-topics in a literature survey, different pre-specified robustness checks), running them sequentially wastes time. Each is independent and can run in parallel. **Core principle:** One agent per independent investigation. Let them run concurrently, then synthesize. ## The Pre-Registration Guard (read first) Parallelism multiplies researcher degrees of freedom. If you dispatch 20 specifications and report the one that "works," you have p-hacked at scale — parallelism made it faster, not more honest. - **Pre-specified robustness checks are fine in parallel** — they were registered, and you report all of them. - **Exploratory analyses are fine in parallel** — as long as every result is labeled exploratory and none is promoted to confirmatory. - **Never** use parallel dispatch to search the specif
- Overview
- The Pre-Registration Guard (read first)
- When to Use
- The Pattern
- 1. Identify Independent Investigations
- 2. Create Focused Agent Tasks
- 3. Dispatch in Parallel
- 4. Synthesize and Verify
- Agent Prompt Structure
- Common Mistakes
- Verification
- Integration
What does the dispatching-parallel-investigations skill do?
Use when facing 2+ independent investigations that can proceed without shared state - parallel literature survey, multi-dataset replication, or pre-specified robustness checks
How do I install it?
Run `npx skills add K-Dense-AI/science-superpowers --skill dispatching-parallel-investigations --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From K-Dense-AI/science-superpowers, a repository with 280 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
