🎯

dispatching-parallel-agents

🎯Skill

from norseboar/superpowers-cursor

VibeIndex|
What it does

Coordinates multiple Claude Code agents to work on different tasks simultaneously, enabling parallel execution of complex workflows.

πŸ“¦

Same repository

norseboar/superpowers-cursor(20 items)

dispatching-parallel-agents

Installation

Quick InstallInstall with npx
npx skills add https://github.com/norseboar/superpowers-cursor --skill dispatching-parallel-agents

Need more details? View full documentation on GitHub β†’

1Installs
-
AddedFeb 12, 2026

More from this repository10

🎯
sharing-skills🎯Skill

Enables Claude Code to create, test, validate, and distribute custom AI coding skills within the Superpowers ecosystem.

🎯
defense-in-depth🎯Skill

Implements layered security validation and error handling to catch issues at multiple levels before they reach production.

🎯
systematic-debugging🎯Skill

Guides through a 4-phase debugging process to systematically identify and resolve code issues.

🎯
testing-anti-patterns🎯Skill

Identifies and helps avoid common testing mistakes like brittle assertions, inadequate coverage, and flaky test patterns.

🎯
brainstorming🎯Skill

Facilitates interactive design refinement through structured brainstorming conversations to explore ideas and refine solutions before implementation.

🎯
using-superpowers🎯Skill

Teaches Claude Code to leverage the Superpowers skills library through slash commands and automatic activation of proven AI coding techniques.

🎯
root-cause-tracing🎯Skill

Systematically traces bugs to their origin by analyzing symptoms, isolating variables, and identifying root causes rather than treating surface-level issues.

🎯
finishing-a-development-branch🎯Skill

Guides developers through completing a development branch by integrating changes, running final tests, and preparing code for merge or deployment.

🎯
writing-plans🎯Skill

Creates structured implementation plans by breaking down features into sequential, actionable tasks with clear dependencies and success criteria.

🎯
using-git-worktrees🎯Skill

Teaches Claude Code to use Git worktrees for parallel branch development and efficient context switching.