← スキル一覧に戻る

adr-logger
by tomfordrumm
⭐ 2🍴 0📅 2026年1月16日
SKILL.md
name: adr-logger description: Enforce Architectural Decision Records (ADR) logging for every task. Use when a user asks to create, update, or enforce ADRs, or when a workflow requires logging decisions in an ADR directory with daily files named adr_yyyy_mm_dd.md.
Adr Logger
Overview
Ensure an ADR directory exists and log a decision entry for every task in a daily ADR file named adr_yyyy_mm_dd.md.
Workflow
- Locate the project root in the current workspace.
- Ensure an
ADR/directory exists at the root; create it if missing. - Use today's local date to select the file name:
ADR/adr_yyyy_mm_dd.md. - If the file exists, append a new entry; if not, create it with a header and the first entry.
- Each task must produce exactly one entry.
Entry Format
Use this structure for each entry (append under the file header if the file already exists):
## HH:MM - <task title>
### Context
- <what prompted the decision or change>
### Decision
- <what was decided or done>
### Consequences
- <impact, tradeoffs, or follow-up>
Guidelines:
- Use local time for
HH:MM. - Keep entries concise and task-specific.
- If a task has no architectural impact, log a brief "No architectural impact" in Consequences.
スコア
総合スコア
55/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です