architecture-reviewerlisted
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