← スキル一覧に戻る

architecture-decisions
by JustineDevs
Starter Pack Template that synthesizes end-to-end execution playbooks, frameworks, and blueprints from practitioners who've generated measurable ROI.
⭐ 1🍴 0📅 2026年1月21日
SKILL.md
name: architecture-decisions description: Document architecture decisions using Architecture Decision Records (ADRs) with context, alternatives, and consequences.
Architecture Decisions Skill
Auto-activated when user asks to create ADRs, document decisions, or "create an ADR".
Purpose
Helps teams document architecture decisions using Architecture Decision Records (ADRs), ensuring decisions are captured with context, alternatives, and consequences.
Activation Triggers
- "Create an ADR"
- "Document this decision"
- "Architecture decision record"
- "Document technical decision"
Output
Provides:
- ADR template
- Decision structure
- Context capture
- Alternatives analysis
- Consequences documentation
Connected To
- Section 4: System Architecture & Design
- Section 13: Lessons Learned & Continuous Improvement
- docs/adr/ directory
ADR Template
When activated, provides structured ADR template:
# ADR [Number]: [Decision Title]
Status: [Proposed / Accepted / Deprecated / Superseded]
Date: [Date]
Deciders: [Names]
Consulted: [Names]
Informed: [Names]
## Context
[What is the issue we're seeing?]
## Decision
[What is the change we're proposing?]
## Consequences
Positive:
- [Benefit 1]
- [Benefit 2]
Negative:
- [Trade-off 1]
- [Trade-off 2]
## Alternatives Considered
1. [Alternative 1]
- Pros: [List]
- Cons: [List]
- Why not chosen: [Reason]
Usage
Ask: "Create an ADR for [decision description]"
The skill will:
- Generate ADR number
- Guide through context capture
- Help document decision
- Analyze alternatives
- Save to docs/adr/ directory
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です