What problem does it solve? When approaching an unfamiliar Unity project, proposing architecture changes without understanding the existing setup leads to clashing patterns, redundant dependencies, and broken conventions. This Skill guides a structured reconnaissance of the project so recommendations respect what already exists. ## Core Features & Use Cases - Technical Baseline Collection: Gathers Unity version, render pipeline, installed packages, and asmdef layout from Packages/manifest.json and Assets/. - Architecture Signal Detection: Identifies existing use of ScriptableObject config, service/singleton patterns, event-driven flows, custom inspectors, and tests. - Convention & Risk Reporting: Outputs existing conventions worth preserving, risks or inconsistencies, and constraints for future suggestions. - Use Case: Before refactoring a legacy Unity codebase, run this scout to produce a baseline report covering folder structure, naming style, and dependencies, so your proposal aligns with the current stack instead of imposing a clean-slate redesign. ## Quick Start Ask the assistant to scout this Unity project and report its version, render pipeline, packages, asmdef layout, and existing architectural patterns before suggesting any structural changes.