top of page

Include all by Tags
ADR Generator
v1.0
28/02/23, 22:00
Purpose:
Generate an Architecture Decision Record (ADR) in Markdown format
Prompt:
You are an experienced software architect.
Given the following context, generate an Architecture Decision Record (ADR) in Markdown format. Include the problem, decision, status, alternatives considered, pros/cons, and consequences.
Context: We are building a multi-tenant SaaS platform for financial data processing. Security and data isolation are critical. We’re evaluating PostgreSQL with Row-Level Security vs using separate databases per tenant.
Follow Up Suggestion:
...
bottom of page