npx claudepluginhub devstefancho/claude-plugins --plugin agent-team-pluginrole-name# Expand Team 기존 agent team에 새 팀원을 추가한다. 역할 카탈로그를 보여주고 작업에 맞는 역할을 추천한다. ## Role Catalog | # | Role | Description | Best For | |---|------|-------------|----------| | 1 | **tester** | 테스트 작성, 커버리지 분석, edge case 탐지 | 구현 완료 후 품질 검증 | | 2 | **reviewer** | 코드 리뷰, 보안/성능/가독성 체크 | PR 전 코드 품질 게이트 | | 3 | **researcher** | 코드베이스 탐색, 기술 조사, 문서 정리 | 새 기술 도입, 레거시 분석 | | 4 | **architect** | 시스템 설계, 컴포넌트 구조, API 설계 | 대규모 기능, 리팩토링 | | 5 | **devops** | CI/CD, Docker, IaC, 배포 자동화 | 인프라 작업, 파이프라인 구축 | | 6 | **ui-designer** | UI 컴포넌트, 디자인 시스템, 접근성 | 프론트엔드 중심 작업 | | 7 | **security-auditor** | 보안 취약점 분석, 의존성 C...
기존 agent team에 새 팀원을 추가한다. 역할 카탈로그를 보여주고 작업에 맞는 역할을 추천한다.
| # | Role | Description | Best For |
|---|---|---|---|
| 1 | tester | 테스트 작성, 커버리지 분석, edge case 탐지 | 구현 완료 후 품질 검증 |
| 2 | reviewer | 코드 리뷰, 보안/성능/가독성 체크 | PR 전 코드 품질 게이트 |
| 3 | researcher | 코드베이스 탐색, 기술 조사, 문서 정리 | 새 기술 도입, 레거시 분석 |
| 4 | architect | 시스템 설계, 컴포넌트 구조, API 설계 | 대규모 기능, 리팩토링 |
| 5 | devops | CI/CD, Docker, IaC, 배포 자동화 | 인프라 작업, 파이프라인 구축 |
| 6 | ui-designer | UI 컴포넌트, 디자인 시스템, 접근성 | 프론트엔드 중심 작업 |
| 7 | security-auditor | 보안 취약점 분석, 의존성 CVE 검사 | 보안 감사, 릴리스 전 점검 |
| 8 | custom | 사용자 정의 역할 | 위 역할에 없는 특수 작업 |
Run git branch --show-current to get the current branch name. Convert to team name:
worktree- prefix if present+ with -worktree-feat+electron-app → feat-electron-appRead ~/.claude/teams/{team-name}/config.json to verify the team exists.
If team does not exist, report "팀이 존재하지 않습니다. 먼저 팀을 생성해주세요." and stop.
If a role name is provided as argument (e.g., /expand-team tester):
If no argument provided (interactive mode):
specs/ directory exists → spec-driven workflow activeDockerfile, .github/workflows/, terraform/ → infrastructure presentsrc/components/, *.tsx, *.vue → frontend projectAskUserQuestion to ask:현재 팀원: planner, implementer
추천: tester (구현 후 테스트 검증에 적합)
역할을 선택하세요 (번호, 이름, 또는 "custom"):
For catalog roles (1-7):
Read the corresponding prompt template from the templates directory:
skills/create-team/templates/tester-prompt.mdskills/create-team/templates/reviewer-prompt.mdskills/create-team/templates/researcher-prompt.mdskills/create-team/templates/architect-prompt.mdskills/create-team/templates/devops-prompt.mdskills/create-team/templates/ui-designer-prompt.mdskills/create-team/templates/security-auditor-prompt.mdSpawn the teammate using the Agent tool:
team_name: the team namename: the role name (e.g., "tester")description: role description from catalogprompt: full content of the prompt template filerun_in_background: trueFor custom role (8):
Use AskUserQuestion to ask:
Then generate a prompt following the same structure as catalog templates:
Spawn the teammate with the generated prompt.
Display confirmation:
✓ tester 팀원이 추가되었습니다.
현재 팀 구성:
| Member | Role |
|--------|------|
| team-lead | 오케스트레이션 |
| planner | spec 작성 |
| implementer | 코드 구현 |
| tester | 테스트 작성 (NEW) |
/cleanup-team을 사용