architecture-decision

仓库创建 2026年4月30日最近提交 3 天前SkillHot 收录 21 天前
▸ 精选理由

帮助团队系统化记录重要技术选择与权衡过程。

这个 Skill 做什么

生成记录技术决策背景、备选方案与后果的 Architecture Decision Record(ADR)。

把重大技术选择写成标准化的 ADR 文档,记录背景、可选方案、权衡理由和潜在后果,方便未来回溯和审查。做关键设计决策或需要把历史决定补齐时用,能统一团队对为什么这么选的理解。还能配合不同的 review 模式(如 retrofit)做流程化的校验。

▸ 展开 SKILL.md 英文原文

Creates an Architecture Decision Record (ADR) documenting a significant technical decision, its context, alternatives considered, and consequences. Every major technical choice should have an ADR.

开发编程ADR架构决策记录规范通用
65
Stars
7
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/architecture-decision/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/architecture-decision/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
When this skill is invoked:

## 0. Parse Arguments — Detect Retrofit Mode

Resolve the review mode (once, store for all gate spawns this run):
1. If `--review [full|lean|solo]` was passed → use that
2. Else read `production/review-mode.txt` → use that value
3. Else → default to `lean`

See `docs/framework/director-gates.md` for the full check pattern.

**If the argument starts with `retrofit` followed by a file path**
(e.g., `/architecture-decision retrofit docs/architecture/adr-0001-event-system.md`):

Enter **retrofit mode**:

1. Read the existing ADR file completely.
2. Identify which template sections are present by scanning headings:
   - `## Status` — **BLOCKING if missing**: `/story-r
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有