Files
magnus919_agent-skills/data-architect/templates/adr-template.md
Magnus Hedemark 15ba8bb82a feat: add data-architect skill
A virtual data architect for teams without one. Includes:
- 8 reference files covering architecture patterns, cloud platforms,
  governance maturity, anti-patterns, compliance, vendor evaluation,
  case studies, and discovery frameworks
- Interactive governance maturity assessment script
- ADR template for capturing architecture decisions
- 4 Mermaid decision trees for common architecture choices
- QuickScan and proactive discovery flow for users who don't know
  where to start

No personal or identifying information included.
2026-05-21 22:33:45 -04:00

1.4 KiB

Architecture Decision Record

Use this template to capture architecture decisions during consulting sessions. Fill in each section as the decision is made. Save the result to the team's ADR directory.

# ADR-[NUMBER]: [Title]

## Status
[Proposed | Accepted | Deprecated | Superseded]

## Context
What's the problem we're solving? What constraints, assumptions, and forces are at play?

* Business driver:
* Technical context:
* Constraints (budget, timeline, team capability, compliance):
* Key stakeholders:

## Options Considered

### Option A: [Name]
* How it works:
* Pros:
* Cons:
* Migration cost:
* Operational complexity:

### Option B: [Name]
* How it works:
* Pros:
* Cons:
* Migration cost:
* Operational complexity:

*(Add more options as needed)*

## Decision
**Chosen option:** [A / B / C]

**Rationale:**
1. [Primary reason]
2. [Secondary reason]
3. [Tiebreaker]

**Consequences:**
* Positive:
* Negative / tradeoffs accepted:
* What we're explicitly not doing:

## Verification
How will we know this was the right decision?

* [Metric or milestone]
* [Review date]

## References
* [Link to relevant reference file in this skill]
* [Link to vendor docs, case studies, or external sources]

Usage

When I recommend a specific architecture or tool during a consulting session, I'll offer to produce an ADR. If you want one, say "capture that as an ADR" and I'll fill in the template from our conversation.