スキル一覧に戻る
aiskillstore

decisions

by aiskillstore

decisionsは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

102🍴 3📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: decisions description: Load past architectural decisions. Use when making new decisions to ensure consistency. allowed-tools: Read, Glob

Decisions Skill

Understanding and respecting past decisions.

When to Load This Skill

  • Making architectural decisions
  • Choosing between approaches
  • Questioning existing patterns

Decision Records

@memory/knowledge/decisions/

Each decision file contains:

  • Context: Why decided
  • Options: What was considered
  • Decision: What was chosen
  • Rationale: Why chosen
  • Consequences: What follows

How to Use

Before Making a Decision

  1. Check if similar decision exists:
Glob("memory/knowledge/decisions/*.json")
  1. If exists:

    • Read the decision
    • Understand the rationale
    • Either follow or document why diverging
  2. If not exists:

    • Make and document the decision

Recording a Decision

{"knowledge_updates":[{"category":"decision","content":"Decision: Use X over Y | Context: Needed to solve Z | Rationale: X better because...","confidence":"certain"}]}

Decision Format

{"id":"DEC-001","title":"Short title","date":"YYYY-MM-DD","status":"accepted|deprecated|superseded","context":"Why this decision was needed","options":[{"option":"Option A","pros":["list"],"cons":["list"]},{"option":"Option B","pros":["list"],"cons":["list"]}],"decision":"Which was chosen","rationale":"Why this option","consequences":["What follows"]}

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

+5
最近の活動

3ヶ月以内に更新

+5
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です