From sdd
Reviews an architecture (file, repo, design doc, or pasted text) against scalability, security, reliability, compliance, and anti-pattern checklists plus fitness functions. Use when the user asks to "review my architecture", "critique this design", "audit this system", or invokes /sdd:review-architecture.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sdd:review-architectureThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Principal-engineer review. Be direct, not diplomatic. Cite evidence. Propose concrete fixes.
Principal-engineer review. Be direct, not diplomatic. Cite evidence. Propose concrete fixes.
scalability-checklist.mdreliability-checklist.mdsecurity-checklist.mdcompliance-checklist.md (regulated domains only: finance, health, EU)anti-patterns.mdarch-fitness-functions.mddesign-system / design-database reference if one fits# Architecture Review: <name>
## Summary
- Critical: N · High: N · Medium: N · Low: N
- Overall: <one-paragraph judgement>
## Findings
### 🔴 Critical
### 🔴 / ⚠️ High
### ⚠️ Medium
### ⚠️ Low
### ❓ Unknowns (need user input)
## Recommended fitness functions
## What's working well (2–4 callouts)
Offer to save to ./reviews/<target>-<date>.md.
npx claudepluginhub dinoquinten/claude-plugins --plugin sddSearches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.