task-coordination-strategies

Installation
Summary

Decompose complex tasks, design dependency graphs, and coordinate multi-agent work with structured task descriptions.

  • 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
SKILL.md

Task Coordination Strategies

Strategies for decomposing complex tasks into parallelizable units, designing dependency graphs, writing effective task descriptions, and monitoring workload across agent teams.

When to Use This Skill

  • Breaking down a complex task for parallel execution
  • Designing task dependency relationships (blockedBy/blocks)
  • Writing task descriptions with clear acceptance criteria
  • Monitoring and rebalancing workload across teammates
  • Identifying the critical path in a multi-task workflow

Task Decomposition Strategies

By Layer

Split work by architectural layer:

  • Frontend components
Related skills

More from wshobson/agents

Installs
5.2K
Repository
wshobson/agents
GitHub Stars
35.3K
First Seen
Feb 5, 2026