What problem does it solve? When joining a new project or reviewing an unfamiliar repository, reading every directory wastes time and rarely produces actionable understanding. This Skill produces an architecture explanation focused on what you need to actually modify the code, not a directory listing. ## Core Features & Use Cases - Structured Explanation Order: Covers problem statement, entry points, one complete data flow, load-bearing abstractions, and external dependencies in a fixed sequence. - Evidence-Grounded Analysis: Prioritizes README, entry files, tests, dependency manifests, and git history over reading every source file. - Honest Uncertainty Marking: Clearly separates confirmed findings from inferences instead of fabricating explanations. - Use Case: Before adding a feature to an unfamiliar repository, ask for a walkthrough and receive an answer to "where do I change code to add feature X" with concrete file paths and a data-flow diagram. ## Quick Start Explain this repository so I know where to make changes to add a new feature.