What problem does it solve? Finding the right files in a large codebase is slow and token-expensive when done manually. This Skill performs fast, scoped codebase scouting using shell search and optional parallel research agents, returning a concise report of relevant files. ## Core Features & Use Cases - Local Shell Scouting: Uses Grep, Glob, and ripgrep patterns to discover files and estimate codebase scale before deeper work begins. - Parallel Agent Delegation: Splits directories across multiple research agents or external Gemini/OpenCode CLI workers when the search space is large. - Structured Scout Reports: Aggregates findings into a deduplicated report listing relevant files with descriptions plus unresolved questions. - Use Case: Before modifying authentication logic spread across src/, api/, and tests/, run a scout to map every auth-related file and its role in under three minutes. ## Quick Start Ask the assistant to scout the codebase and find all files related to authentication, then review the generated scout report.