refactor: switch pi-subagents to generic subagents
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
---
|
||||
description: Implement, review, then revise using subagents
|
||||
description: Implement, review, then revise using generic 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}`
|
||||
1. Run a generic subagent to implement: $@
|
||||
2. Run a generic subagent to review `{previous}` and identify issues
|
||||
3. Run a generic subagent to revise the implementation using `{previous}`
|
||||
|
||||
User request: $@
|
||||
|
||||
Reference in New Issue
Block a user