What problem does it solve?
This Skill reduces the time and token cost of finding relevant files and gathering context across large, multi-directory codebases by running coordinated parallel subagents and returning a concise aggregated report.
Core Features & Use Cases
- Parallel Scouting: Spawn multiple internal Explore or external Bash subagents to search distinct directory scopes in parallel and avoid overlap.
- Flexible Tooling & Chunking: Use Gemini/OpenCode CLIs or internal Explore agents with line-count chunking strategies, 3-minute timeouts, and fallback logic when external tools are unavailable.
- Task Coordination & Aggregation: Register scout tasks for observability, deduplicate and merge findings, and produce a single scout report for onboarding, debugging, or large refactors.
Quick Start
Run the scout targeting "auth" to locate and summarize all authentication-related files across the repository using internal Explore agents.