Architecture review — <system>
<Decision to make and constraint that matters> Presented by <author> · <date>
Boundaries and flow
Write path
- Client → API → Service → Store
Async path
- Service → Event stream → Worker
Failure-mode review
| Failure | User impact | Recovery |
|---|---|---|
| Store unavailable | Write refused | Retry with idempotency key |
| <Failure> | <impact> | <bounded response> |
Approve / Revise / Reject
Conditions
- <Owner, change, and verification date>
