Favicon of dispatching-parallel-agents

dispatching-parallel-agents Skill

AI Agent SkillJavaScriptOpen source

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies Published by openai in plugins.

Decision snapshot

Is this a fit?

Best for

Testing, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

10 days ago

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is dispatching-parallel-agents Skill?

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
93/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Testing
  • Testing use cases

Declared skill metadata

  • Source file: plugins/superpowers/skills/dispatching-parallel-agents/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use dispatching-parallel-agents Skill

  • Use it for testing.

Built with

JavaScriptCopy skill directory

Editorial notes

Source

  • Creator: openai
  • Repository: openai/plugins
  • Skill file: plugins/superpowers/skills/dispatching-parallel-agents/SKILL.md

What it does

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

Skill instructions

Dispatching Parallel Agents Overview You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for coordination work. When you have multiple unrelated failures (different test files, different subsystems, different bugs), investigating them sequentially wastes time. Each investigation is independent and can happen in parallel. Core principle: Dispatch one agent per independent problem domain. Let them work concurrently. When to Use dot digraph whentouse { "Multiple failures?" [shape=diamond]; "Are they independent?" [shape=diamond]; "Single agent investigates all" [shape=box]; "One agent per problem domain" [shape=box]; "Can they work in parallel?" [shape=diamond]; "Sequential agents" [shape=box]; "Parallel dispatch" [shape=box]; "Multip

Verified compatibility and discovery

Frequently asked questions

What is dispatching-parallel-agents?

dispatching-parallel-agents is a open-source AI agent skill with Copy skill directory. Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

Who is dispatching-parallel-agents best for?

dispatching-parallel-agents is best for reusing agent instructions, scripts, and references, testing workflows.

How do I install dispatching-parallel-agents?

Install or run dispatching-parallel-agents using Copy skill directory. Check dispatching-parallel-agents for the latest setup command.

Is dispatching-parallel-agents actively maintained?

dispatching-parallel-agents may need a closer maintenance check before production use.

Share:

Stars
5,411
Forks
776
Last commit
10 days ago
Last verified
Sep 6, 2026
Metadata fetched
Sep 6, 2026
Repository age
6 months
License
Unknown

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to dispatching-parallel-agents