team-builder

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

帮助把任务拆成并行流,优化专家角色分配。

这个 Skill 做什么

为复杂任务组建并行化特化代理团队并验证配置。

把复杂任务拆成互不干扰的并行子流,为每条子流指定擅长的代理角色并校验配置是否合理,兼顾负载平衡。在需要同时推进 API、测试、部署等不同专业工作的场景下用。特点是既考虑角色匹配和文件所有权,又能减少沟通开销,确保并行流高效协作。

▸ 展开 SKILL.md 英文原文

Compose parallel teams of specialized agents for a multi-faceted task. Map subtasks to agent roles, balance workload, and validate team composition. Use this when breaking a task into parallel streams that require different expertise (Coder, Tester, Infra, etc.).

Skill 开发管理团队编排角色分配负载均衡通用
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.agents/skills/team-builder/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.agents/skills/team-builder/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Team Builder — compose parallel agent teams

Decomposes complex tasks into parallel streams and assigns each stream to the right specialist.

## When to use

- A task naturally splits into independent subtasks (e.g., API changes + tests + deployment wiring).
- You have multiple specialist roles available (Coder, Tester, Infra, Architect).
- Subtasks have non-overlapping file ownership and can run in parallel.

## Workflow

### 1. Decompose the task

List all subtasks and identify dependencies:

```
Task: Add a new provider
  ├─ Subtask 1: Core provider implementation (Coder)
  ├─ Subtask 2: Unit + integration tests (Tester)
  ├─ Subtask 3: Aspire AppHost wiring (Infra)
  â””â
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有