What problem does it solve? When approaching an unfamiliar Unity project, proposing architectural 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 is already there. ## Core Features & Use Cases - Technical Baseline Collection: Gathers Unity version, render pipeline, installed packages, and Packages/manifest.json contents. - Architecture Signal Detection: Identifies existing use of asmdef layouts, ScriptableObject config, service/singleton patterns, event-driven flows, custom inspectors, and tests. - Convention Preservation: Surfaces naming styles, folder organization under Assets/, and risks or inconsistencies before any structural proposal. - Use Case: Before refactoring a legacy Unity project, run this scout to produce a report of existing patterns and constraints, ensuring your suggestions build on the current architecture instead of replacing it blindly. ## 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 changes.