| name | well-architected-review |
| description | Run a Well-Architected Framework review against proposed infrastructure changes. Use when designing new infrastructure or reviewing significant architectural changes. |
| user-invokable | true |
| allowed-tools | Read, Grep, Glob, Bash |
| argument-hint | [description of infrastructure change or path to CF templates] |
Well-Architected Review
Evaluate infrastructure changes against AWS Well-Architected Framework pillars.
Input
$ARGUMENTS = description of the proposed change, or path to CF templates.
Process
1. Understand the Change
Read templates or description. Identify what's being added, modified, or removed.
2. Evaluate Each Pillar
Operational Excellence
Security
Reliability
Performance Efficiency
Cost Optimization
Sustainability
3. Risk Assessment
For each pillar, rate: Strong / Adequate / Needs Improvement / At Risk
Output
Summary table of pillar ratings, specific findings, and recommended actions prioritized by risk.