Help us improve
Share bugs, ideas, or general feedback.
From software-development-team
Produce a structured delegation plan for parallel agent execution. Takes a task description or plan output, analyzes dependencies, assigns agents, and groups tasks for parallel execution. Use after /plan-task or when you need to plan how to delegate work across agents.
npx claudepluginhub yu-iskw/software-development-team-plugin --plugin software-development-teamHow this skill is triggered — by the user, by Claude, or both
Slash command
/software-development-team:orchestrateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produce a structured delegation plan for the following:
Patterns and principles for orchestrating parallel subagent execution: work decomposition (fan-out/fan-in, map-reduce), isolation, result synthesis, and failure handling. Use when a task splits into independent subtasks.
Decompose complex tasks into parallel units, design dependency graphs with blockedBy/blocks, and write effective task descriptions with acceptance criteria.
Guides coordination of parallel agent teams (Implementer, Reviewer, Architect) for complex plans, cross-cutting concerns, and communicating work streams.
Share bugs, ideas, or general feedback.
Produce a structured delegation plan for the following:
$ARGUMENTS
## Delegation Plan
### Overview
[One sentence summary]
### Parallel Group 1: [Name]
Dependencies: none
| Task | Agent | Description | Files |
|------|-------|-------------|-------|
| 1.1 | [agent-name] | [What to do] | [Which files] |
### Parallel Group 2: [Name]
Dependencies: Group 1
| Task | Agent | Description | Files |
|------|-------|-------------|-------|
| 2.1 | [agent-name] | [What to do] | [Which files] |
### Quality Gates
- [ ] [What must pass]