spawn
From ruvnet
Spawn a new agent with V3 capabilities
Install
/spawnFacts
- Repository
- ruvnet/ruflo
- Status
- Actively maintained
- Last commit
- Source file
- .claude/commands/coordination/spawn.md
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 claudView full source on GitHub →Other slash commands
feature-development
★ 229,918Workflow command scaffold for feature-development in everything-claude-code.
affaan-mupdated 15d agoMITdatabase-migration
★ 229,918Workflow command scaffold for database-migration in everything-claude-code.
affaan-mupdated 15d agoMITadd-language-rules
★ 229,918Workflow command scaffold for add-language-rules in everything-claude-code.
affaan-mupdated 15d agoMITcommit-push-pr
★ 137,934Commit, push, and open a PR
anthropicsupdated 14d agodedupe
★ 137,934Find duplicate GitHub issues
anthropicsupdated 14d agotriage-issue
★ 137,934Triage GitHub issues by analyzing and applying labels
anthropicsupdated 14d ago