What problem does it solve? Evaluating whether a codebase is structurally healthy, documenting significant technical decisions, and designing new systems from requirements are time-consuming tasks that often lack a consistent, evidence-based method. This Skill provides three structured modes with scoring rubrics, mandatory structural metrics, and standardized output templates. ## Core Features & Use Cases - Architecture Review: Scores a codebase across 9 dimensions (A1-A9: modularity, layering, dependency direction, anti-patterns, scalability, testability, observability, security boundaries, SOLID) with structural metrics like fan-in/fan-out, circular dependencies, and temporal coupling from git history. - ADR Creation: Produces Architecture Decision Records with option evaluation tables, trade-off analysis, and consequences, saved to docs/adr/. - System Design: Generates full design documents from requirements covering data models, API design, scaling, rollout plans, and trade-offs. - Use Case: Before a major refactor, run a review on your repository to get a weighted architecture health score with evidence-backed findings and prioritized recommendations saved to zuvo/audits/. ## Quick Start Ask the assistant to run an architecture review of the current repository and produce a scored report with recommendations.