Координация задач в мультиагентных командах
★ 8.5 · productivity
task-coordination-strategies is a Claude Code skill that helps break down complex work into parallelizable units, design dependency graphs, and coordinate multi-agent teams with proper workload balancing. It covers four decomposition strategies — by architectural layer, functional component, cross-cutting concern, and file ownership — and explains how to model task dependencies using blockedBy/blocks while avoiding circular deadlocks and overly deep chains. Each task should follow a structured template with sections for objective, owned files, requirements, interface contracts, acceptance criteria, and explicit scope boundaries. A workload-monitoring section provides a signal table for detecting imbalance and a five-step rebalancing process using TaskList, TaskUpdate, and SendMessage. The skill is aimed at anyone orchestrating agent teams on large features, parallel implementations, or structured code reviews.
- #task-management
- #project-management
- #team-coordination
- #dependency-management
- #workload-balancing