Recon Team¶
Fast codebase reconnaissance and implementation planning.
Agents¶
scout¶
| Field | Value |
|---|---|
| Tools | read, grep, find, ls, bash |
Quickly investigates a codebase and returns structured findings (file locations, key code, architecture notes) that another agent can use without re-reading everything. Adjusts thoroughness based on the task.
planner¶
| Field | Value |
|---|---|
| Tools | read, grep, find, ls |
Takes context from a scout and produces a concrete, numbered implementation plan. Read-only -- does not make changes.
Prompts¶
/implement¶
Full implementation workflow:
- scout gathers relevant code
- planner creates an implementation plan