What problem does it solve? Teams need a consistent way to evaluate whether proposed changes, PRs, or design decisions comply with their platform architecture, topology rules, and ADR governance before implementation proceeds. ## Core Features & Use Cases - Architecture Compliance Review: Evaluates changes against canonical documents such as platform maps, topology definitions, and stack overviews. - Native-First Enforcement: Flags bespoke implementations of components that should use native platform capabilities, such as model gateways, vector stores, or secret managers. - Structured Verdicts: Produces a standardized review output with APPROVED, CONCERNS, or BLOCKED verdicts plus actionable findings and ADR impact notes. - Use Case: Before merging a PR that introduces a custom caching layer, run this review to confirm whether the change violates the native-first rule and whether an ADR needs to be created or updated. ## Quick Start Ask the assistant to run an architecture review on your proposed changes or PR and evaluate them against the platform map, topology, and native-first rules.