Help us improve
Share bugs, ideas, or general feedback.
From fireauto
Guides multi-agent collaboration in Claude Code with CEO/team agents, shared task boards, SendMessage chats, and git worktree isolation for parallel development like API+frontend splits.
npx claudepluginhub imgompanda/fireauto --plugin fireautoHow this skill is triggered — by the user, by Claude, or both
Slash command
/fireauto:fireauto-team-guideThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Claude Code 빌트인 팀 기능을 활용한 멀티 에이전트 협업 패턴.
Use when a task benefits from multiple Claude instances collaborating with peer-to-peer messaging - parallel research, multi-module features, cross-layer changes, or competing hypothesis debugging. Not for simple independent tasks (use parallel-execution) or sequential tasks (use delegated-execution).
Coordinates multiple Claude Code sessions as a team with shared task lists, mailbox messaging, and file-lock claiming. Includes patterns for team sizing (3-5 recommended), task decomposition strategies, and dependency handling.
Orchestrates multi-agent teams to decompose complex tasks, select optimal sub-agents like Explore or Plan, and execute parallel work across domains such as frontend and backend.
Share bugs, ideas, or general feedback.
Claude Code 빌트인 팀 기능을 활용한 멀티 에이전트 협업 패턴.
회사처럼 동작하는 에이전트 조직:
| 도구 | 역할 |
|---|---|
TeamCreate | 팀 생성, 공유 태스크 보드 초기화 |
TeamDelete | 팀 삭제 및 리소스 정리 |
TaskCreate | 태스크 등록 (담당자 지정) |
TaskUpdate | 태스크 상태 변경 |
TaskList | 전체 태스크 조회 |
TaskGet | 개별 태스크 상세 조회 |
SendMessage | 에이전트 간 DM (자동 전달, 유휴 에이전트도 깨움) |
Agent | 팀원 에이전트 스폰 (team_name 파라미터 필수) |
Agent 호출 시 isolation: "worktree" 옵션을 사용하면:
핵심 차별점: 에이전트들이 파일이 아닌 SendMessage로 직접 대화합니다.
frontend-dev -> backend-dev:
"UserProfile에 avatarUrl 필드 추가해줄 수 있어?"
backend-dev -> frontend-dev:
"추가했어. nullable이니 fallback 처리 부탁."
frontend-dev -> CEO:
"pagination 방식을 결정해주세요. offset vs cursor."
CEO -> all:
"offset으로 가겠습니다."
| 시나리오 | 팀원 | 분할 기준 |
|---|---|---|
| API + 프론트 | 2명 | backend-dev, frontend-dev |
| 풀스택 기능 | 3명 | backend, frontend, tester |
| 대규모 리팩토링 | 4명 | type-lead, core, ui, test |
/fireauto-team - 팀 구성, 실행, 대화 관리 (대화 기능 통합)/fireauto-team-status - 태스크 보드 및 진행 상태 확인