Skip to content
Development
Command

/team

Manage your project's agent team. Usage: /team [setup|list|add|remove|swap]

From plugin
ijfw
20522 skills37 agents22 commands1 MCP
Install
$ npx -y skills add FerroxLabs/ijfw --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/team

Context preview

What this command does when you run it.

Manage your project's agent team. Usage: /team [setup|list|add|remove|swap]

Command definition

team.md
name: team
description: "Manage your project's agent team. Usage: /team [setup|list|add|remove|swap]"

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 <role>** -- Add a specialist to the team. Describe what you need. **/team remove <role>** -- Remove an agent from the team. **/team swap <old> <new>** -- 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.

Ships withijfw

IJFW — It Just F*cking Works. Ferrox Labs' local-first infrastructure for AI coding agents: shared memory, smart routing, multi-AI cross-audits, disciplined workflow.

Get the whole plugin