From autonomous-claude-agent-team
Runs autonomous Claude agent team workflow TypeScript script via npx tsx from plugin root, passing arguments to execute team-based agent processes.
How this command is triggered — by the user, by Claude, or both
Slash command
/autonomous-claude-agent-team:workflowThe summary Claude sees in its command listing — used to decide when to auto-load this command
Run:
Run:
CLAUDE_PLUGIN_ROOT="${CLAUDE_PLUGIN_ROOT}" npx tsx "${CLAUDE_PLUGIN_ROOT}/src/autonomous-claude-agent-team-workflow.ts" $ARGUMENTS
npx claudepluginhub ntcoding/autonomous-claude-agent-team --plugin autonomous-claude-agent-team/team-claudeCreates a Claude agent team with Opus orchestrating Sonnet/Haiku workers — spawns teammates, assigns tasks, coordinates execution, and shuts down on completion.
/team-builderComposes and deploys optimal agent teams from available agents and skills based on task description or -t template-name. Catalogs resources and follows SKILL.md workflow.
/team-devExecutes implementation plans in parallel using coordinated agent teams, enforcing quality gates for reliable execution.
/team-spawnSpawns a multi-agent team from presets (review, debug, feature, fullstack, research, security, migration) or custom composition with optional name, member count, and delegation mode.
/criar-teamGuides creation of an Agent Team using two architectures: v2.8 parallel subagents (file-based consolidation) or v2.10 real-time debate (experimental). Asks discovery questions, reads specs, and generates code.
/teamManages Claude Code Agent Teams for multi-agent coordination via shared tasks, messaging, and parallel execution. Supports create, status, wave, review, research, build, clean subcommands.