← Back to list

adr
by mcart13
⭐ 0🍴 0📅 Jan 14, 2026
SKILL.md
name: adr description: 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.
ADR
Workflow
- Find the next ADR number
ls docs/ADRs/*.md 2>/dev/null | sort -V | tail -5
- If none exist, start at 0001.
- Create the ADR file
docs/ADRs/NNNN-<kebab-case>.md
- 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
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon