decision-log

仓库创建 2026年7月6日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

便于追溯设计变更与冲突仲裁,适合多人协作研究组。

这个 Skill 做什么

将项目重要决策记录成编号条目,包含状态与理由以便仲裁。

把项目里的重要选择写成编号条目,记录状态与决策理由,像轻量 ADR 一样便于查找和仲裁。做出或变更假设、默认值、方法选型或范围裁剪时用,能让代码、文档与笔记有一个权威来源。被替代的决策也会保留历史状态,方便追溯决策链。

▸ 展开 SKILL.md 英文原文

Use when a project decision is made or changed — a modeling assumption, a default value, a method choice, a scope cut, a rejected alternative — and it must be recorded as a numbered ADR-lite entry, or when an existing decision is superseded, or when the user asks "why did we choose X" / "is there a decision for this". Trigger phrases: "record this decision", "write an ADR", "add a D-number", "supersede D12", "why is this the default", "log the rationale".

研究检索决策记录ADR可追溯通用
0
Stars
0
Forks
33
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/huguryildiz/ALETHEIA/main/skills/core/decision-log/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/huguryildiz/ALETHEIA/main/skills/core/decision-log/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# decision-log

Keep one append-mostly file — `{{decision_log}}` — holding the project's numbered decisions
with status and rationale. It is the project's authority layer: when code, docs, and
notebooks disagree, the decision log arbitrates (see `layer-sync`). Entries are conclusions,
not discussions; superseded entries stay in place with a changed status so the derivation
chain of the eventual paper stays traceable.

## When to use

- An assumption, default, threshold, data source, or method is chosen — especially anything
  another layer (spec, code, notebook, paper) will depend on.
- A previously accepted decision is replaced, relaxed, or reversed.
- An alternative was seriously evaluated
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有