What problem does it solve? When joining 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 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 configs, service/singleton patterns, event-driven flows, custom inspectors, asmdef layout, and tests. - Convention & Risk Reporting: Outputs existing conventions worth preserving, risks or inconsistencies, and constraints for future suggestions. - Use Case: A developer opens a client's Unity codebase and asks "看看这个项目". The Skill inspects the manifest, Assets folder, and asmdef files, then reports the project's render pipeline, dependency stack, and coding style before any refactor is proposed. ## Quick Start Ask the assistant to scout this Unity project and report its version, packages, asmdef layout, and existing architecture patterns before suggesting changes.