refactor pi resource wiring by directory
This commit is contained in:
parent
d1bbc5bf6f
commit
b465e0aed0
19 changed files with 2087 additions and 0 deletions
9
pi/extensions/subagent/prompts/scout-and-plan.md
Normal file
9
pi/extensions/subagent/prompts/scout-and-plan.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
description: Scout gathers context, planner turns it into a concrete plan without implementation
|
||||
---
|
||||
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 create a concrete implementation plan for: $@ using `{previous}` as context
|
||||
|
||||
Return the plan only. Do not implement changes.
|
||||
Loading…
Add table
Add a link
Reference in a new issue