decision-log

仓库创建 2026年7月25日最近提交 4 天前SkillHot 收录 3 天前
这个 Skill 做什么

把关键的技术决策和背后的理由记下来,并在有人想重新提议或质疑时先去查一遍再讨论。常在做架构、范围划分、工具或供应商选型,或有人问“为啥是这样”时使用。特别之处是把被否决的方案和决定缘由都保留,避免旧争论反复出现或无意识地撤销曾经有理据的决定。

▸ 展开 SKILL.md 英文原文

Records durable technical decisions with their reasoning, and searches them before a settled question gets re-opened. Use when an architectural, scope, tooling or vendor choice is made or reversed, when someone asks "why is it like this", or before proposing an approach that may already have been rejected. Trigger: "log this decision", "why did we choose", "did we try", "have we decided", "record that we're not doing", "was this considered".

0
Stars
0
Forks
13
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/makieali/claude-code-engineer/main/skills/decision-log/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/makieali/claude-code-engineer/main/skills/decision-log/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Decision Log — Ruled Out, Made Permanent

A handoff's `Ruled out` section dies with the handoff. A decision log does not.

Without one, a rejected approach comes back every few weeks, gets re-argued from scratch,
and sometimes wins the second time purely because nobody remembers why it lost. The cost is
not the discussion — it is silently reversing a decision that had a good reason.

**Two operations, and the read is the one that matters.**

## Search before proposing

Before proposing an approach, or when a question smells settled:

```bash
grep -il "<term>" docs/decisions/*.md 2>/dev/null | tail -5
```

Anything that hits, read whole. Then:

- **The decision stands** → say so, cite it, m
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有