initial version

This commit is contained in:
2026-03-18 18:03:44 -03:00
commit 9d269e902b
136 changed files with 28175 additions and 0 deletions

43
templates/adr-template.md Normal file
View File

@@ -0,0 +1,43 @@
# ADR-{NUMBER}: {TITLE}
**Status**: Accepted | Proposed | Superseded
**Date**: {DATE}
**Deciders**: {STAKEHOLDERS}
## Context
{Why this decision was needed. What problem are we solving? What constraints exist?}
## Decision
{What was chosen and how it will be implemented.}
## Alternatives Considered
### Option A: {NAME}
- **Pros**: {benefits}
- **Cons**: {drawbacks}
### Option B: {NAME}
- **Pros**: {benefits}
- **Cons**: {drawbacks}
## Rationale
{Why this option was selected over alternatives. Reference workload profile requirements, Well-Architected Framework checks, and commercial considerations.}
## Consequences
- **Positive**: {benefits gained}
- **Negative**: {trade-offs accepted}
- **Risks**: {what could go wrong and mitigations}
## Well-Architected Alignment
| Pillar | Impact | Notes |
|--------|--------|-------|
| Security & Compliance | {PASS/GAP} | {details} |
| Reliability & Resilience | {PASS/GAP} | {details} |
| Performance & Cost | {PASS/GAP} | {details} |
| Operational Efficiency | {PASS/GAP} | {details} |
| Distributed Cloud | {N/A/PASS/GAP} | {details} |