task-coordination-strategies
Strategies for decomposing tasks, managing dependencies, and coordinating parallel work across agent teams.
Install
npx skills add https://github.com/wshobson/agents --skill task-coordination-strategiesStats
| Total installs | 2,572 |
| Weekly installs | 2.5K |
| GitHub stars | 32.4K |
| First seen | Feb 5, 2026 |
| Source | @wshobson/agents |
Summary
- Provides four decomposition strategies: by architectural layer, functional component, cross-cutting concern, or file ownership to parallelize work effectively
- Includes dependency graph patterns (independent, sequential, diamond) with principles for minimizing chain depth and identifying critical paths
- Offers task description template covering objective, owned files, requirements, interface contracts, acceptance criteria, and scope boundaries
- Supplies workload monitoring indicators and rebalancing steps to detect imbalances and reassign tasks across agent teams
Tags
Related skills
| Skill | Installs | vs task-coordination-strategies |
|---|---|---|
| langgraph-human-in-the-loop | 2,594 | +22 |
| multi-reviewer-patterns | 2,485 | -87 |
| discovery-interview | 2,459 | -113 |
| langgraph-persistence | 2,629 | +57 |
| team-composition-patterns | 2,489 | -83 |
FAQ
- How many installs does task-coordination-strategies have?
- task-coordination-strategies has 2,572 total installs and 2.5K installs this week.
- Where is task-coordination-strategies hosted?
- task-coordination-strategies is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does task-coordination-strategies have?
- task-coordination-strategies has 32.4K GitHub stars.
- When was task-coordination-strategies first indexed?
- OrangeBot.AI first indexed task-coordination-strategies on Feb 5, 2026.
- How do I install task-coordination-strategies?
- Run: npx skills add https://github.com/wshobson/agents --skill task-coordination-strategies