claudegoodies
Command

spawn

From ruvnet

Spawn a new agent with V3 capabilities

Install

/spawn

Facts

Repository
ruvnet/ruflo
Status
Actively maintained
Last commit

Source preview

The instructions Claude Code reads when this command runs.

# Agent Spawn Command

Spawn a new agent with full V3 capabilities including neural patterns, memory integration, and swarm coordination.

## Usage

```bash
npx claude-flow agent spawn [options]
```

## Options

| Option | Short | Description | Default |
|--------|-------|-------------|---------|
| `--type` | `-t` | Agent type to spawn | Required |
| `--name` | `-n` | Agent name/identifier | Auto-generated |
| `--provider` | `-p` | AI provider (anthropic, openrouter, ollama) | anthropic |
| `--model` | `-m` | Model to use | Provider default |
| `--task` | | Initial task for the agent | None |
| `--timeout` | | Agent timeout in seconds | 300 |
| `--auto-tools` | | Enable automatic tool usage | true |

## Agent Types (87 Available)

### Core Development
```bash
npx claude-flow agent spawn -t coder      # Code implementation
npx claude-flow agent spawn -t reviewer   # Code review
npx claude-flow agent spawn -t tester     # Testing
npx claude-flow agent spawn -t planner    # Planning
npx claude-flow agent spawn -t researcher # Research
```

### V3 Specialized
```bash
npx claude-flow agent spawn -t security-architect     # Security design
npx claude-flow agent spawn -t security-auditor       # CVE remediation
npx claude-flow agent spawn -t memory-specialist      # AgentDB (150x-12,500x faster)
npx claude-flow agent spawn -t performance-engineer   # 2.49x-7.47x optimization
npx claud
View full source on GitHub →

Other slash commands