Adr

Create TCC Architecture Decision Records (ADRs) in docs/ADRs for architecture, data, API, security, infra, or compliance decisions. Use when making or changing significant system behavior, contracts, tenancy/RLS, evidence/audit posture, data retention, or integrations.

majiayu000 29d921a 2 files · 1.8 KB Updated 567 repo stars

File contents

ADR

Workflow

  1. Find the next ADR number
ls docs/ADRs/*.md 2>/dev/null | sort -V | tail -5
  • If none exist, start at 0001.
  1. Create the ADR file

docs/ADRs/NNNN-<kebab-case>.md

  1. Fill the template
# NNNN - <Decision Title>

## Context
- What problem or constraint is driving this decision now?
- What options were considered?

## Decision
- What will we do?
- What will we explicitly not do?

## Consequences
- Positive outcomes
- Negative tradeoffs
- Follow-up work (if any)

## Decision Linkback
- Related ADRs
- Related specs/plans (e.g., ENGINEERING_SPEC.md, IMPLEMENTATION_PLAN.md)

## Behavior Delta
- What changes in system behavior, contracts, or operations?

Checklist

  • Title is the decision (not the problem)
  • Context explains why now and key constraints
  • Decision is specific and testable
  • Consequences include positives and negatives
  • Linkback references relevant ADRs/specs
  • Behavior Delta is explicit

majiayu000/claude-skill-registry-data/tree/main/development/adr-mcart13-tcc commit 29d921a089

Frequently asked questions

npx skillmds add majiayu000/adr-3