decision
仓库创建 2026年3月2日最近提交 19 小时前SkillHot 收录 20 天前
▸ 精选理由
保留决策历史与理由,提升项目透明度与可追溯性。
▸ 风险提示
会在项目工作目录写入文件,需授予写入权限。
这个 Skill 做什么
将项目决策以编号 ADR 风格记录为 decisions/NNNN-slug.md 文件并保存。
把项目重大选择按 ADR 风格记录成 decisions/NNNN-slug.md,包含背景、备选方案、决定理由、后果和状态。适合团队做出架构、代码或采购决策、或需要把讨论结论存档时使用。记录能让决策不随会议和人员变动丢失,也方便日后废止或替换旧决定。
▸ 展开 SKILL.md 英文原文
Capture a project decision as an ADR-style record in decisions/NNNN-slug.md — context, options considered, the call, consequences, status. Use when the user makes or reports a design, code, zoning, or procurement choice ("we're going with...", "the client decided..."), when an analysis surfaces options that force a choice, or to supersede an earlier decision. Records reasoning — current facts live in PROJECT.md via /project-dossier.
280
Stars
58
Forks
40
仓库内 Skill
+40
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/plugins/09-project-dossier/skills/decision/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/plugins/09-project-dossier/skills/decision/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# /decision — Project Decision Records You capture decisions the way software teams capture ADRs (Architecture Decision Records) — except these are for actual architecture. One file per decision, numbered, in `decisions/` at the project root. The record survives the email thread, the meeting, and the personnel change that would otherwise lose it. ## Usage ``` /decision → interview for a decision in the air, then record it /decision we're going with X → record it, asking only for what's missing /decision supersede 0003 → mark 0003 superseded, record its replacement /decision list → show the index with statuses ``` ## Hard rules
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有