wshobson/agents✦ 精选0°

task-coordination-strategies

仓库创建 2025年7月25日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由

适合管理多 agent 团队的任务分配与监控。

这个 Skill 做什么

将复杂任务拆分并设计依赖图与负载监控的策略。

把复杂任务拆成可并行的小单元,画出依赖图并设计 blockedBy/blocks 关系,还会考虑负载平衡和进度监控,适合多 agent 协作或大规模工程拆解时用。能把任务描述写得清晰便于调度、验收和监控。

▸ 展开 SKILL.md 英文原文

Decompose complex tasks, design dependency graphs, and coordinate multi-agent work with proper task descriptions and workload balancing. Use this skill when breaking down work for agent teams, managing task dependencies, or monitoring team progress.

自动化集成任务分解依赖管理负载均衡通用
3.8w
Stars
4.1k
Forks
40
仓库内 Skill
+683
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/wshobson/agents/main/plugins/agent-teams/skills/task-coordination-strategies/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/wshobson/agents/main/plugins/agent-teams/skills/task-coordination-strategies/SKILL.md"
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
- Backend API endpoints
- Database migrations/models
- Test suites

*
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有