team

team is a command for Claude Code from imgompanda/fireauto. It costs 17 tokens per session (2,355 once invoked), scanned A, original, MIT.

A command that creates a team of AI agents with different roles, led by a main agent. The agents can discuss work directly and share a task board showing assignments and progress.

In plain words
What is it for?
Use it for projects needing two to five cooperating agents, such as separate frontend and backend tasks. The main agent sets direction, approves work, and performs the final review.
Why use it?
It divides a larger project into separate workstreams and keeps responsibilities and dependencies visible.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions Claude Code.

Part of the fireauto plugin — 19 skills, 17 commands, 3 hooks, 1 MCP server shipped together

Good fit Use it for projects needing two to five cooperating agents, such as separate frontend and backend tasks. The main agent sets direction, approves work, and performs the final review.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/imgompanda/fireauto/team
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/imgompanda/fireauto

Made for: Claude Code.

Or install fireauto, the plugin that ships this one along with the rest of its 19 skills, 17 commands, 3 hooks, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for team

README.md
[![agentmods](https://agentmods.dev/badge/commands/imgompanda/fireauto/team.svg)](https://agentmods.dev/commands/imgompanda/fireauto/team)
Your own site
<a href="https://agentmods.dev/commands/imgompanda/fireauto/team"><img src="https://agentmods.dev/badge/commands/imgompanda/fireauto/team.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,355 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.02355
Opus 5 $0.00009 $0.01177
Sonnet 5 $0.00003 $0.00471
Haiku 4.5 $0.00002 $0.00235

Measured 7d ago against content hash afcb8ca01444, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

team scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugin/commands/team.md · 276 lines

How it starts

The opening of the file, as written. The whole thing — 276 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/fireauto-team - 컴퍼니 모델 팀 시스템

Claude Code 빌트인 팀 기능을 활용한 멀티 에이전트 협업 시스템입니다.

컴퍼니 모델이란?

회사 조직처럼 동작하는 에이전트 팀 구조입니다:

  • CEO (메인 에이전트 = 당신): 전체 방향 설정, 태스크 승인/반려, 최종 검토
  • 팀원 (서브 에이전트들): 각자 담당 업무 수행, 서로 SendMessage로 실시간 논의
  • 공유 태스크 보드: TaskCreate/TaskUpdate로 진행 상황 투명하게 관리

핵심 차이점:

  • 기존: 파일 기반 메시지 전달 (board.md) -> 에이전트가 파일을 읽어야 소통 가능
  • 지금: SendMessage로 직접 대화 -> 에이전트끼리 자동으로 메시지 주고받으며 논의

1단계: 사용자로부터 정보 수집

사용자에게 다음을 확인합니다:

  • 작업 목표: 전체 프로젝트의 최종 목표
  • 팀 구성: 어떤 역할의 에이전트가 필요한지 (2~5명)
  • 각 팀원 역할: 담당할 구체적 작업 범위

사용자가 충분한 정보를 이미 제공했다면 확인 후 바로 진행합니다.

2단계: 팀 생성 (TeamCreate)

TeamCreate 도구를 사용하여 팀을 생성합니다.

TeamCreate 호출:
  team_name: "{프로젝트명}-team"  (예: "landing-redesign-team")

이렇게 하면:

  • ~/.claude/teams/{team_name}/ 디렉토리가 생성됨
  • 공유 태스크 보드가 자동으로 만들어짐
  • 팀 내 모든 에이전트가 SendMessage로 서로 DM 가능

3단계: 태스크 등록 (TaskCreate)

각 팀원이 수행할 태스크를 공유 보드에 등록합니다.

각 워크스트림에 대해 TaskCreate 호출:
  team_name: "{team_name}"
  title: "{태스크 제목}"
  description: "{상세 설명, 산출물, 완료 조건}"
  assignee: "{팀원 이름}"  (예: "frontend-dev")

태스크 설계 원칙:

  • 각 태스크의 파일 수정 범위가 겹치지 않도록 분할
  • 의존성이 있으면 description에 명시 ("backend-api 태스크 완료 후 시작")
  • 완료 조건을 구체적으로 작성

4단계: 팀원 에이전트 스폰

각 팀원을 Agent 도구로 생성합니다. 반드시 team_name 파라미터를 전달해야 팀 기능이 활성화됩니다.

Git Worktree 격리

코드를 수정하는 팀원은 isolation: "worktree" 옵션을 사용합니다.

Agent 호출:
  prompt: "{팀원별 상세 지시사항}"
  team_name: "{team_name}"
  isolation: "worktree"  (코드 수정이 필요한 경우)

worktree란? Git worktree는 하나의 저장소에서 여러 브랜치를 동시에 체크아웃하는 기능입니다.

  • 각 에이전트가 별도의 작업 공간에서 코드를 수정
  • 서로의 변경사항이 충돌하지 않음
  • 완료 후 메인 브랜치에 안전하게 병합 가능
  • 마치 각 개발자가 자기 컴퓨터에서 독립적으로 작업하는 것과 같음

팀원 프롬프트 구성

각 팀원 에이전트에게 전달할 프롬프트에는 다음을 포함합니다:

당신은 "{팀원 이름}" 역할의 팀원입니다.

## 당신의 역할
- 담당: {구체적 업무 범위}
- 수정 가능한 파일/디렉토리: {범위}

## 협업 규칙 (중요!)

1. **다른 팀원과 적극적으로 소통하세요**
   - SendMessage로 다른 팀원에게 직접 질문하거나 정보를 공유합니다
   - 인터페이스, API 형식, 타입 정의 등은 관련 팀원과 논의 후 결정합니다
   - "이렇게 하려는데 괜찮아?" 같은 확인도 자유롭게 합니다

2. **CEO(메인 에이전트)에게 보고할 때**
   - 중요한 설계 결정이 필요할 때
   - 다른 팀원과 의견이 갈릴 때
   - 태스크 범위를 벗어나는 작업이 필요할 때

3. **태스크 상태 업데이트**
   - 작업 시작 시: TaskUpdate로 상태를 "in_progress"로 변경
   - 완료 시: TaskUpdate로 상태를 "completed"로 변경
   - 블로커 발생 시: TaskUpdate로 상태를 "blocked"로 변경하고 사유 기록

4. **금지 사항**
   - 담당 범위 외 파일 수정 금지
   - CEO 승인 없이 공유 인터페이스 변경 금지

## 구체적 태스크
{태스크 상세 내용}

## 산출물
{예상 결과물 목록}

Read the full file on GitHub · 276 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 276 lines · 17 tokens per session scan A afcb8ca01444

Subscribe to this mod's changes

team is a command published in the GitHub repository imgompanda/fireauto (140 stars, last pushed 5mo ago), licensed MIT. It adds 17 tokens to every session and 2,355 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.