Back to list
claudeaceae

decision

by claudeaceae

Bootstrap specification for giving Claude a persistent body, memory, and agency on a Mac

7🍴 2📅 Jan 24, 2026

SKILL.md


name: decision description: Access past architectural and technical decisions with their rationale. Contains decisions made over time with context, alternatives considered, and reasoning. Use when asked why something was decided, checking past rationale, understanding trade-offs, or reviewing architectural history. Triggers: why did we decide, past decision, rationale, what was decided, trade-offs, ADR. allowed-tools:

  • Read
  • Grep
  • Bash

Decisions Access

Provides on-demand access to past decisions stored in ~/.claude-mind/memory/decisions.md.

File Location

~/.claude-mind/memory/decisions.md

This file contains chronological records of technical and architectural decisions with full rationale.

When to Use

  • User asks "why did we decide X"
  • Need context on past trade-offs
  • Checking if something was already decided
  • Understanding architectural history
  • Reviewing related decisions before making new ones

Access Patterns

Read recent decisions (quick overview)

tail -200 ~/.claude-mind/memory/decisions.md

Search for specific topic

grep -ni "search term" ~/.claude-mind/memory/decisions.md

Read full file (when comprehensive context needed)

cat ~/.claude-mind/memory/decisions.md

List all decision titles

grep "^## " ~/.claude-mind/memory/decisions.md

Count decisions

grep -c "^## " ~/.claude-mind/memory/decisions.md

Entry Format

Decisions follow an ADR-like format:

## 2025-01-04: Use AppleScript over MCP for Mac Apps

### Context
What prompted this decision?

### Decision
What was decided?

### Alternatives Considered
1. Alternative A - pros/cons
2. Alternative B - pros/cons

### Rationale
Why this choice over alternatives?

### Expected Outcome
What we expect to happen

Output Guidelines

When presenting decisions:

  • Include the full entry for context
  • Show the rationale prominently
  • Note if the decision was later superseded
  • Link related decisions if relevant
  • /decide - For creating new decision records
  • /learning - For lessons learned from decisions

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