449 B
449 B
| description |
|---|
| Scout gathers context, planner creates a plan, implementer applies it |
Use the subagent tool with chain mode for this workflow:
- Run
scoutto gather the most relevant code paths for: $@ - Run
plannerto turn the findings into an implementation plan for: $@ - Run
implementerto execute the plan from the previous step using{previous}
Use a chain so each step receives the prior step's output via {previous}.