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 before any recommendations are made. ## 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 ScriptableObject config, service/singleton patterns, event-driven flows, custom inspectors, and tests. - Convention & Risk Reporting: Outputs existing naming conventions, folder structure under Assets/, asmdef layout, risks, and constraints for future suggestions. - Use Case: A developer joins an existing Unity codebase and asks the agent to review the project. The Skill ensures the agent first inspects the manifest, asmdefs, and folder structure, then reports the baseline before suggesting any structural changes. ## Quick Start Ask the agent to scout this Unity project and report its version, packages, asmdef layout, and existing architectural patterns before suggesting any changes.