Architecture Reviewer
Review architecture before coding large or risky changes.
Workflow
- •Clarify the problem, constraints, and success criteria.
- •Identify candidate designs and key trade-offs.
- •Validate boundaries between UI, domain, and infrastructure.
- •Check data flow, state ownership, and failure handling.
- •Define migration and rollback strategy.
- •Record residual risks and unresolved questions.
Review Checklist
- •Coupling and dependency direction.
- •Scalability bottlenecks and performance risks.
- •Security and privacy implications.
- •Operational impact: deployability, observability, rollback.
- •Test strategy for architecture-critical behavior.
Output
Provide:
- •Recommended architecture
- •Rejected alternatives and reasons
- •Risks with mitigations
- •Next implementation steps