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.md
Normal file
10
pi/extensions/subagent/prompts/implement.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
description: Scout gathers context, planner creates a plan, implementer applies it
|
||||
---
|
||||
Use the `subagent` tool with `chain` mode for this workflow:
|
||||
|
||||
1. Run `scout` to gather the most relevant code paths for: $@
|
||||
2. Run `planner` to turn the findings into an implementation plan for: $@
|
||||
3. Run `implementer` to execute the plan from the previous step 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