How this skill is triggered — by the user, by Claude, or both
Slash command
/bluecore:adrThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- 「ADRにして」「この決定を記録」
# ADR-NNNN: [決定タイトル]
**日付**: YYYY-MM-DD **ステータス**: proposed | accepted | deprecated | superseded by ADR-NNNN
## コンテキスト
[状況・制約・関与する力を 2-5 文]
## 決定
[決定 1-3 文]
## 検討した代替案
### 代替案 1: [名前]
- 長所 / 短所 / 却下理由
## 結果
### 肯定的 / 否定的 / リスク
docs/adr/ ディレクトリ・インデックス(README.md)・テンプレート作成(ユーザー確認後)docs/adr/README.md 更新docs/adr/
├── README.md ← インデックス(| ADR | Title | Status | Date |)
├── 0001-*.md
└── template.md
明示的: "Xを採用しよう" / "YではなくXを使うべき" / "これをADRとして記録"
暗黙的(提案のみ・自動作成しない): フレームワーク比較→結論 / DBスキーマ設計選択 / アーキテクチャパターン選択
proposed → accepted → [deprecated | superseded by ADR-NNNN]
search: ADR architecture decision {topic} / {technology} vs alternative decision
record: {"event_type": "adr-create", "content": "Created ADR-{num}: {title}. Decision: {summary}"}
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub aokumablue/bluecore --plugin bluecore