11 lines
284 B
Markdown
11 lines
284 B
Markdown
---
|
|
description: Implement, review, then revise using tmux-backed subagents
|
|
---
|
|
Use the `subagent` tool in chain mode:
|
|
|
|
1. `worker` to implement: $@
|
|
2. `reviewer` to review `{previous}` and identify issues
|
|
3. `worker` to revise the implementation using `{previous}`
|
|
|
|
User request: $@
|