refactor pi resource wiring by directory
This commit is contained in:
parent
d1bbc5bf6f
commit
b465e0aed0
19 changed files with 2087 additions and 0 deletions
10
pi/extensions/subagent/prompts/implement-and-review.md
Normal file
10
pi/extensions/subagent/prompts/implement-and-review.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
description: Implementer makes the change, reviewer critiques it, implementer applies the review
|
||||
---
|
||||
Use the `subagent` tool with `chain` mode for this workflow:
|
||||
|
||||
1. Run `implementer` to implement: $@
|
||||
2. Run `reviewer` to review the implementation output using `{previous}`
|
||||
3. Run `implementer` again to apply the review feedback using `{previous}`
|
||||
|
||||
Use a chain so each step receives the prior step's output via `{previous}`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue