Spawn agent in WezTerm tab with color coding.
/plugin marketplace add barnent1/quetrex-claude/plugin install barnent1-quetrex-claude@barnent1/quetrex-claude# /spawn <agent-type> [feature-name]
## Valid Types
orchestrator, designer, architect, developer (dev), test-runner (test), qa-fixer (fix), reviewer (review), security
## Execute
## Manual Instructions (if script unavailable)
1. New WezTerm tab
2. Navigate to project directory
3. Run: `claude`
4. Send: "You are the {agent} agent. Read agents/{agent}.md for your instructions."
## Agent Colors
| Agent | Color | Hex |
|-------|-------|-----|
| Orchestrator | Blue | #3b82f6 |
| Developer | Green | #22c55e |
| Test-Runner | Yellow | #eab308 |
| QA-Fixer | Red | #ef4444 |
| Reviewer | Pur...