team-builder
仓库创建 2026年4月15日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
便于按角色并行执行复杂工程任务,减少单点瓶颈。
这个 Skill 做什么
将复杂任务拆分为并行子流并为每个流分配专长代理角色。
把一个复杂工程拆成能并行推进的小流,把每条线分配给最合适的专长代理(Coder、Tester、Infra 等),并调整负载与校验组合合理性。适合那种任务可以自然拆分、不同人同时做不同事的时候用。它不仅分配角色,还会检查文件归属与瓶颈,避免并行时互相冲突。
▸ 展开 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.).
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.claude/skills/team-builder/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.claude/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 公开信息 · 原文版权归作者所有