← Back to list

creating-adrs
by thkt
⭐ 3🍴 0📅 Jan 24, 2026
SKILL.md
name: creating-adrs description: > Structured ADR creation in MADR format. Triggers: ADR, Architecture Decision, 決定記録, 技術選定, アーキテクチャ決定, design decision, 技術的決定, 設計判断, deprecation, 非推奨化, process change, プロセス変更 allowed-tools: [Read, Write, Edit, Grep, Glob, Bash, Task]
ADRクリエーター
6フェーズプロセス
| フェーズ | アクション |
|---|---|
| 1. 事前チェック | ls adr/*.md、重複チェック、次の番号を取得 |
| 2. テンプレート | キーワードをテンプレートタイプにマッチ |
| 3. 参照 | プロジェクトドキュメント、Issue、外部リソースを収集 |
| 4. 検証 | 必須セクションをチェック(Title、Status、Context、Decision、Consequences) |
| 5. インデックス | adr/README.mdを自動生成 |
| 6. リカバリー | 欠落ディレクトリ、重複、欠落セクションを処理 |
テンプレート選択
| テンプレート | ユースケース | 必須セクション |
|---|---|---|
| technology-selection | ライブラリ、FW選択 | オプション(最低3つ)、Pros/Cons |
| architecture-pattern | 構造、設計ポリシー | コンテキスト、結果 |
| process-change | ワークフロー、ルール変更 | Before/After比較 |
| deprecation | 技術の廃止 | 移行計画、タイムライン |
ディレクトリ構造
adr/
├── README.md # 自動生成インデックス
├── 0001-*.md # 連番
└── 0002-*.md
参照
| トピック | リソース |
|---|---|
| MADR | https://adr.github.io/madr/ |
| コマンド | ../../commands/adr.md |
| テンプレート | ../../templates/adr/ |
| スクリプト | ./scripts/ |
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