What problem does it solve? A project with no architecture documentation starts every session blind - no map of the stack, modules, or build/test/run commands. This Skill produces a provisional ORIENTATION.md from one deterministic scan of the project's manifests, so sessions begin with a basic map until a real architecture capture replaces it. ## Core Features & Use Cases - Manifest-Based Scan: Reads *.csproj and solution files, package.json with angular.json, and extension manifest.json to derive stack, modules, and commands. - Provisional by Design: The output is marked 'provisional - replaced by the architecture capture', reported as stale by docs.js, and overwritten when the real architecture capture runs. - Guardrails: Refuses to run over an existing architecture capture, reports unrecognized manifests, and never hand-writes rows - the scan script is the single source. - Use Case: You clone an unfamiliar .NET/Angular repository with no docs. Run this Skill to get ORIENTATION.md with the stack, module count, and build/test/run commands in one pass. ## Quick Start Ask the assistant to give you a first look or quick orientation of this project that has no architecture docs yet.