スキル一覧に戻る
mcart13

adr

by mcart13

0🍴 0📅 2026年1月14日
GitHubで見るManusで実行

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

  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

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です