← スキル一覧に戻る

decision-capture
by mainbranch-ai
⭐ 0🍴 0📅 2026年1月16日
SKILL.md
name: decision-capture description: Record business decisions with context and reasoning. Use when making choices, resolving questions, or committing to a direction that should be documented.
Decision Capture
Record decisions so you never relitigate the same question twice.
Quick Start
/decision-capture "We're going with Stripe over Square for payment processing"
Creates: decisions/2026-01-13-stripe-over-square.md
Workflow
- Understand the decision and context
- Ask clarifying questions if needed (options considered, reasoning)
- Create dated file in decisions/ folder
- Structure with frontmatter + ADR format
- Return file path to user
Output Format
---
date: 2026-01-13
decision: Stripe over Square for payment processing
status: decided
stakeholders: [Devon, Matt]
tags: [payments, infrastructure, tools]
---
# Stripe Over Square for Payment Processing
## Context
[What situation prompted this decision?]
## Decision
[The actual decision in one clear sentence]
## Options Considered
1. **Stripe** - [pros/cons]
2. **Square** - [pros/cons]
3. **Other** - [why ruled out]
## Reasoning
[Why this option won]
## Consequences
- [What this enables]
- [What this prevents]
- [What this costs]
## Review Date
[When to revisit, if applicable]
File Naming
Pattern: decisions/YYYY-MM-DD-decision-slug.md
Examples:
decisions/2026-01-13-stripe-over-square.mddecisions/2026-01-13-three-tier-pricing.mddecisions/2026-01-13-github-for-premium-access.md
Status Values
proposed- Under considerationdecided- Committed, implementingsuperseded- Replaced by newer decisiondeprecated- No longer relevant
Guidelines
- One decision per file
- Include options that were rejected (future you will wonder why)
- Tag for discoverability
- Link to related decisions if applicable
- Create decisions/ folder if it doesnt exist
Why This Matters
Six months from now, youll ask "why did we choose Stripe?" This file answers that question instantly. No archeology through Slack. No relitigating. The decision is documented with full context.
スコア
総合スコア
45/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
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です