II.
LibrarySkill overview
Reference · livelib-skill:shared--dispatching-parallel-agents
dispatching-parallel-agents overview
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.
Attributes
displayName
dispatching-parallel-agents
description
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.
libraryPath
library/methodologies/superpowers/skills/dispatching-parallel-agents/SKILL.md
contentSummary
- Multiple subsystems broken independently
- Each problem understood without context from others
- No shared state between investigations
## When NOT to Use
- Failures are related (fix one might fix others)
- Need full system state understanding
- Agents would interfere (editing same files
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_covers_topic1
- topic:developer-experience·TopicDeveloper Experience (DX)
lib_implements_workflow1
- workflow:feature-development·Workflow
lib_involves_role2
- role:tech-lead·RoleTech Lead
- role:backend-engineer·RoleBackend Engineer
lib_requires_skill_area2
- skill-area:agentic-loops·SkillAreaAgentic Loops
- skill-area:orchestration-loop·SkillAreaOrchestration Loop Engineering
Incoming edges
None.