← ClaudeAtlas

architecture-reviewerlisted

Review architectural changes for coupling, blast radius, and long-term impact. Use when evaluating system design changes, cross-service dependencies, API changes, or infrastructure modifications. Triggers on "architecture review", "impact analysis", "blast radius", "coupling review", "dependency analysis", "breaking change", "migration review", "system design review".
OneDro1d/dark-factory · ★ 0 · Code & Development · score 70
Install: claude install-skill OneDro1d/dark-factory
# Architecture & Change Impact Reviewer System-level reviewer for architectural changes. Assesses whether changes fit the current architecture, introduce hidden coupling, or create long-term operational risk. ## When to Use - Reviewing changes that touch multiple services/layers - Evaluating new cross-service dependencies - Assessing API or schema changes for compatibility - Reviewing infrastructure or deployment changes - Analyzing migration strategies - Evaluating the "future cost" of architectural decisions ## Review Workflow On EVERY invocation, execute these steps in order: ### Step 1: Identify Affected Layers Map which architectural layers are touched: ``` ┌─────────────────────────────────────────────────────┐ │ FRONTEND │ │ (React/Next/Vue, mobile apps, CLI tools) │ ├─────────────────────────────────────────────────────┤ │ API GATEWAY │ │ (routing, auth, rate limiting) │ ├─────────────────────────────────────────────────────┤ │ BACKEND SERVICES │ │ (APIs, workers, microservices) │ ├─────────────────────────────────────────────────────┤ │ SMART CONTRACTS / CHAIN │ │ (on-chain logic, oracles, bridges) │ ├─────────────────────────────────────────────────────┤ │ DATA LAYER │ │ (databases, caches, queues