Technical Architecture Review
Get a structured architecture review with trade-off analysis for your system design.
Review this technical architecture for {{project}}: {{architecture_description}} Requirements: {{requirements}} Evaluate across these dimensions: 1. **Scalability** — Will it handle 10x growth? 2. **Reliability** — Single points of failure, graceful degradation 3. **Security** — Attack surface, data protection 4. **Maintainability** — Code complexity, coupling, tech debt risk 5. **Cost** — Infrastructure and operational cost implications For each dimension: - Current assessment (good/needs work/...