Skip to main content

Architecture Decision Records (ADRs)

Architecture Decision Records document the key technical and strategic decisions made during the design of ReGenesis. Each ADR captures the context, the decision, the alternatives considered, and the consequences.

These records serve multiple purposes:

  • For Jesse: Understand why each decision was made, not just what was decided
  • For engineers: Know the constraints and trade-offs behind the architecture
  • For stakeholders: See the deliberate thinking behind the technical strategy

Decision Log

IDDecisionStatusDate
ADR-001US-First Market StrategyAcceptedFeb 2026
ADR-002SOC 2 Before ISO 27001AcceptedFeb 2026
ADR-003Anthropic Claude as Primary LLMAcceptedFeb 2026
ADR-004Embrace Therapy TerritoryAcceptedFeb 2026
ADR-005Evidence Pack Architecture (L0/L1/L2)AcceptedFeb 2026
ADR-006AWS us-east-1 Primary RegionAcceptedFeb 2026
ADR-007Field-Level RBAC/ABAC with Visibility TagsAcceptedFeb 2026

ADR Format

Each ADR follows this structure:

  1. Status: Proposed / Accepted / Deprecated / Superseded
  2. Context: What prompted this decision?
  3. Decision: What did we decide?
  4. Alternatives Considered: What else could we have done?
  5. Consequences: What are the trade-offs?
  6. References: Related documents and pages