Duyetbot spawn - delegate tasks to team agents for parallel execution
Spawn team agents to delegate and parallelize development tasks. Use when you need to break down complex work across multiple specialized agents for faster execution.
/plugin marketplace add duyet/claude-plugins/plugin install duyetbot@duyet-claude-pluginsTASK [--agent TYPE]Delegate work to team agents: $ARGUMENTS
| Agent | Model | Best For |
|---|---|---|
leader | opus | Complex decomposition, team coordination |
senior-engineer | sonnet | Architectural decisions, complex impl |
junior-engineer | haiku | Clear specs, fast execution |
=== WORKER AGENT ===
You are a WORKER agent spawned by duyetbot.
- Complete ONLY the task below
- Use tools directly
- Report results clearly
========================
TASK: [specific task]
CONTEXT: [relevant background]
SCOPE: [boundaries]
OUTPUT: [expected deliverable]
[SPAWN] @agent-type → "task description"
[WAIT] Agent working...
[RESULT] Agent complete: [summary]
[VERIFY] Quality check: [status]
─── duyetbot ── spawning ─────
/duyetbot:spawn Implement user authentication --agent senior-engineer
/duyetbot:spawn Build dashboard: frontend component, backend API, database schema
→ Spawns 3 junior-engineers in parallel
/duyetbot:spawn Design and implement payment system --agent leader
→ Leader decomposes, delegates to senior/junior engineers