refactor: switch pi-subagents to generic subagents
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
description: Scout the codebase, then produce a plan using subagents
|
||||
description: Inspect the codebase, then produce a plan using generic subagents
|
||||
---
|
||||
Use the `subagent` tool in chain mode:
|
||||
|
||||
1. `scout` to inspect the codebase for: $@
|
||||
2. `planner` to turn `{previous}` into an implementation plan
|
||||
1. Run a generic subagent to inspect the codebase for: $@
|
||||
2. Run a generic subagent to turn `{previous}` into a concrete implementation plan for: $@
|
||||
|
||||
User request: $@
|
||||
|
||||
Reference in New Issue
Block a user