team

team is a command for Claude Code from FerroxLabs/ijfw. It costs 23 tokens per session (211 once invoked), scanned A, original, MIT.

A command for managing the group of specialized coding agents assigned to a project. It can create a team from a project brief, list members, add or remove specialists, and replace one specialist with another.

In plain words
What is it for?
Use it to set up project agents, change their roles, and view the current team and responsibilities.
Why use it?
It keeps agent roles organized so work can be sent to an agent whose specialty matches the task.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ijfw plugin — 34 skills, 22 commands, 37 agents, 6 hooks, 1 MCP server shipped together

Good fit Use it to set up project agents, change their roles, and view…

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/ferroxlabs/ijfw/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/FerroxLabs/ijfw

Made for: Claude Code.

Or install ijfw, the plugin that ships this one along with the rest of its 34 skills, 22 commands, 37 agents, 6 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/ferroxlabs/ijfw/team.svg)](https://agentmods.dev/commands/ferroxlabs/ijfw/team)
Your own site
<a href="https://agentmods.dev/commands/ferroxlabs/ijfw/team"><img src="https://agentmods.dev/badge/commands/ferroxlabs/ijfw/team.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 211 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.00023 $0.00211
Opus 5 $0.00012 $0.00105
Sonnet 5 $0.00005 $0.00042
Haiku 4.5 $0.00002 $0.00021

Measured yesterday against content hash 0ee1f43708dd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 yesterday.

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.

claude/commands/team.md · 25 lines

What it actually says

Manage project-specific agents in .ijfw/agents/.

/team (no args) -- List current team and their roles. Example output:

Team -- my-project
  backend-lead   Owns API routes and DB layer
  frontend-lead  Owns UI components and state
  qa-analyst     Owns test coverage and edge cases

/team setup -- Generate a team based on the project brief (or ask what you're building). /team add -- Add a specialist to the team. Describe what you need. /team remove -- Remove an agent from the team. /team swap -- Replace one agent with another.

Team agents are used automatically during workflow execution. Tasks are dispatched to the agent whose specialty matches. Parallel execution where tasks are independent.

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. yesterday First seen · 25 lines · 23 tokens per session scan A 0ee1f43708dd

Subscribe to this mod's changes

team is a command published in the GitHub repository FerroxLabs/ijfw (210 stars, last pushed 6d ago), licensed MIT. It adds 23 tokens to every session and 211 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-09-05.

Related

Other commands, from other repositories

taskstoissues

A command that turns structured tasks from project design documents into ordered GitHub Issues, written in simplified Chinese.

loulanyue/spec-kit-zh · 24 tokens

implementation-plan

Define an incremental, reviewable, production-safe implementation plan for the active task and persist it as IMPLEMENTATIONPLAN.md plus a TASKSTATE.md update. Breaks work into the smallest safe slices with objective, exact scope, ordering rationale, key risks, validation approach, exit criteria, and work complexity…

Mozurok/fhorja.dev · 207 tokens

slice-closure

Decide whether the current slice is ready to close, distinguishing slice completion from full task completion, then persist the result in slice notes and TASKSTATE.md as explicit reviewable closure notes. For single-slice tasks may route directly to delivery. Returns no-op when slice memory would not materially…

Mozurok/fhorja.dev · 146 tokens

task-close

Perform the terminal task lifecycle transition for a finished task: verify the spec done-conditions, set TASKSTATE.md to its final closed state, and move the task folder from active/ to archive/. The symmetric counterpart to task-init and the only official way to close a whole task. Use when every slice is closed, the…

Mozurok/fhorja.dev · 177 tokens

task-init

Initialize the official task folder and base task memory inside projects/ /active/YYYY-MM-DD /. Creates README.md, TASKSTATE.md, SOURCEOFTRUTH.md, DECISIONS.md, IMPLEMENTATIONPLAN.md; seeds from PROJECTCHARTER.md when present; emits a multi-repo.

Mozurok/fhorja.dev · 70 tokens

autonomous-run

Drive an approved, waved IMPLEMENTATIONPLAN through the autonomous delivery track. A thin dispatcher over the existing fleet primitives (the Workflow tool, implement-approved-slice as single writer) bounded by two human gates and a runtime governor. Runs verifiable slices with little supervision and emits PROPOSED…

Mozurok/fhorja.dev · 210 tokens