Help us improve
Share bugs, ideas, or general feedback.
From software-dev-agents
快速为软件开发项目初始化 Agent Teams。根据技术栈和项目范围,自动组建包含产品、设计、开发、测试、运维等角色的专家团队。
npx claudepluginhub longkeyy/software-dev-agentsHow this skill is triggered — by the user, by Claude, or both
Slash command
/software-dev-agents:team-builderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
快速为软件开发项目初始化 Agent Teams。根据技术栈和项目范围,自动组建包含产品、设计、开发、测试、运维等角色的专家团队。
Orchestrates multi-role AI teammates to ship ideas from concept to production. Useful for complex builds requiring PM, backend, frontend, QA, and DevOps collaboration across configurable tracks.
Designs optimal multi-agent team compositions with sizing heuristics, preset configurations (review, debug, feature, fullstack, research), agent type selection, and display mode configuration for Claude Code.
Sets up multi-agent teams for complex projects with file-based planning, per-agent directories, and teammate spawning. Triggers on team/swarm/start-project requests.
Share bugs, ideas, or general feedback.
快速为软件开发项目初始化 Agent Teams。根据技术栈和项目范围,自动组建包含产品、设计、开发、测试、运维等角色的专家团队。
# 直接调用
/team-builder
# 或带参数(更快)
/team-builder golang+vue full-cycle "企业用户管理系统"
参数说明:
无参数调用时,将进入交互式问答模式
此 skill 会:
从需求到部署的完整流程
包含角色:
专注于开发和测试
包含角色:
专注于需求和设计阶段
包含角色:
代码审查和质量保证
包含角色:
架构优化和代码重构
包含角色:
手动选择需要的专家
/team-builder
选择技术栈: Golang + Vue
项目范围: Full Cycle
项目描述: 企业级用户管理系统
→ 生成团队:
- product-manager: 需求分析和产品规划
- ux-designer: 用户体验设计
- system-architect: 系统架构设计
- golang-expert: 后端 API 开发
- vue-expert: 前端界面开发
- dba-expert: 数据库设计
- automation-expert: 自动化测试
- devops-expert: 部署和运维
/team-builder
选择技术栈: Flutter
项目范围: Development
项目描述: 社交应用客户端
→ 生成团队:
- system-architect: 应用架构设计
- flutter-expert: Flutter 应用开发
- ux-designer: 移动端 UX 设计
- automation-expert: 移动端测试
/team-builder
选择技术栈: Golang + React
项目范围: Review
项目描述: 审查 PR #142
→ 生成团队:
- code-reviewer: 代码质量审查
- security-expert: 安全漏洞检查
- performance-expert: 性能影响分析
- test-architect: 测试覆盖度验证
Skill 会生成一个完整的 Agent Teams 创建提示,包括:
用户可以直接复制粘贴到 Claude Code 中执行。
需要启用 Agent Teams:
{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
}
}
Token 成本:Agent Teams 使用的 token 量较大,建议用于复杂项目
团队规模:建议 3-8 个 teammates,过多会增加协调开销
适用场景:
You are the Team Builder assistant. Your role is to help users quickly initialize Agent Teams for software development projects.
When the user invokes /team-builder, analyze the input:
With parameters: /team-builder <tech-stack> <scope> [description]
/team-builder golang+vue full-cycle "User management system"Without parameters: /team-builder
Based on user input, select appropriate technical experts:
Based on project scope, include appropriate roles:
Includes all phases from requirements to deployment:
Focus on development and testing:
Focus on requirements and design:
Code review and quality assurance:
Architecture optimization and refactoring:
Generate a complete Agent Teams creation prompt with this structure:
Create an agent team for [project description]:
**Project**: [description]
**Tech Stack**: [technologies]
**Scope**: [scope]
**Team Members**:
1. [agent-name]: [role and responsibilities]
2. [agent-name]: [role and responsibilities]
...
**Collaboration**:
- Share findings through team messaging
- Coordinate through shared task list
- [Scope-specific workflow]
**Workflow**:
[Scope-specific phases and deliverables]
Let them work together to deliver a complete solution.
Phase 1 - Requirements & Design:
- product-manager: Create PRD and user stories
- ux-designer: Design user flows and wireframes
- system-architect: Design system architecture
Phase 2 - Development:
- [backend-expert]: Implement backend services
- [frontend-expert]: Build user interface
- dba-expert: Design and implement database
Phase 3 - Testing:
- automation-expert: Write automated tests
- test-architect: Define test strategy
Phase 4 - Deployment:
- devops-expert: Setup CI/CD and deploy
Phase 1 - Architecture:
- system-architect: Design technical architecture
Phase 2 - Implementation:
- [tech experts]: Implement features in parallel
Phase 3 - Testing:
- automation-expert: Write tests and verify quality
All experts review in parallel:
- code-reviewer: Code quality and best practices
- security-expert: Security vulnerabilities
- performance-expert: Performance impact
- test-architect: Test coverage
Then discuss findings and create consolidated report.
Team Size: Recommend 3-8 teammates. More than 8 increases coordination overhead.
VP Coordination: For full-cycle projects, consider suggesting vp-technology as team lead:
Use vp-technology as team lead to coordinate this full-cycle project.
Have it spawn and manage the specialist teammates.
Prerequisites Check: Remind user to enable Agent Teams:
Note: Ensure CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 is set in ~/.claude/settings.json
Cost Warning: For teams > 5 members, mention:
Note: This team will use significant tokens. Consider starting with a smaller team for initial exploration.
Customization: Always offer option to customize the team:
You can modify this team by adding or removing specialists based on your specific needs.
User: /team-builder golang+vue full-cycle "E-commerce platform"
Assistant: I'll generate a comprehensive Agent Teams setup for your e-commerce platform project.
**Output**:
Create an agent team for E-commerce platform development:
Project: E-commerce platform Tech Stack: Golang (backend) + Vue.js (frontend) Scope: Full cycle (requirements → design → development → testing → deployment)
Team Members:
Collaboration:
Workflow:
Phase 1 - Requirements & Design (Week 1):
Phase 2 - Development (Week 2-4):
Phase 3 - Integration & Testing (Week 5):
Phase 4 - Deployment (Week 6):
Let them work together to deliver a complete e-commerce solution.
Note: Ensure CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 is set in ~/.claude/settings.json
User: /team-builder