Fast codebase scouting using parallel agents. Use for file discovery, task context gathering, quick searches across directories. Supports internal (Explore) and external (Gemini/OpenCode) agents.
Fast, token-efficient codebase scouting using parallel agents to find files needed for tasks.
./references/internal-scouting.md)ext: Scout using external Gemini/OpenCode CLI tools in parallel (./references/external-scouting.md)Read from .gemini/.ck.json:
gemini.model - Gemini model (default: gemini-3-flash-preview)TodoWrite insteadTaskList first — check for existing scout tasks in sessionTaskCreate per agent with scope metadatareferences/task-management-scouting.md for patterns and examplesLoad appropriate reference based on decision tree:
references/internal-scouting.md (Explore subagents)references/external-scouting.md (Gemini/OpenCode)Notes:
TaskUpdate each task to in_progress before spawning its agent (skip if Task tools unavailable)IMPORTANT: Invoke "skill:project-organization" skill to organize the outputs.
TaskUpdate completed tasks; log timed-out agents in report (skip if Task tools unavailable)# Scout Report
## Relevant Files
- `path/to/file.ts` - Brief description
- ...
## Unresolved Questions
- Any gaps in findings
references/internal-scouting.md - Using Explore subagentsreferences/external-scouting.md - Using Gemini/OpenCode CLIreferences/task-management-scouting.md - Gemini Task patterns for scout coordinationSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer