374 B
374 B
| description |
|---|
| Scout gathers context, planner turns it into a concrete plan without implementation |
Use the subagent tool with chain mode for this workflow:
- Run
scoutto gather the most relevant code paths for: $@ - Run
plannerto create a concrete implementation plan for: $@ using{previous}as context
Return the plan only. Do not implement changes.