# Architecture Rfc Review

> Use when reviewing architecture RFCs, system design docs, diagrams, proposals, or technical decision records for tradeoffs, missing constraints, risk, and decision readiness.

- Skill: `alexzhu0/architecture-rfc-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add alexzhu0/architecture-rfc-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/alexzhu0/architecture-rfc-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: alexzhu0 (https://skillmd.com/u/alexzhu0)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/alexzhu0/architecture-rfc-review

---


# Architecture RFC Review

## Purpose

Review architecture proposals for clarity, risk, tradeoffs, and readiness to decide.

## Fit

- Use when a technical proposal needs a decision-quality review before implementation.
- Do not use when the task is only code style cleanup or a small isolated bug fix.

## Inputs

- RFC, design doc, diagram, ADR, or proposal.
- Requirements, constraints, scale expectations, and non-goals if available.
- Existing system boundaries or migration context.

## Workflow

1. Restate the proposal in one paragraph.
2. Identify assumptions, constraints, and missing requirements.
3. Review tradeoffs across reliability, operability, cost, security, and complexity.
4. List decision blockers separately from nice-to-have improvements.
5. Recommend approve, revise, reject, or spike with rationale.

## Output

Produce Markdown with:

- Proposal Summary
- Strengths
- Risks And Tradeoffs
- Missing Information
- Decision Blockers
- Recommendation
- Follow-Up Checks

## Validation

- Critique is tied to the actual proposal.
- Alternatives are not invented unless clearly labeled.
- Decision blockers are distinct from polish.
- Recommendation includes confidence.
- Operational and security concerns are considered.

