Architecture review deck

A technical decision deck covering boundaries, flows, failure modes, and verdict.

Use this templateSlides template
Architecture review deckA technical decision deck covering boundaries, flows, failure modes, and verdict.

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

FailureUser impactRecovery
Store unavailableWrite refusedRetry with idempotency key
<Failure><impact><bounded response>

Approve / Revise / Reject

Conditions

  • <Owner, change, and verification date>