create-control-manifest

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

把抽象 ADR 转为一线程序员可直接遵循的规则清单。

▸ 风险提示

会写入仓库文档并依赖已接受的 ADR 列表

这个 Skill 做什么

从 ADR 与技术偏好中抽取可执行的编程必须/禁忌与规则清单。

把所有已经通过的 ADR、技术偏好和引擎参考文档里零散的约定,整理成一份扁平可执行的规则清单,按系统和架构层级列出必须做和绝对不能做的事项。架构定型后用它来告诉程序员日常该怎么做,避免读 ADR 时只知道原因却不知具体做法。比 ADR 更直接可执行,方便代码评审和准入检查。

▸ 展开 SKILL.md 英文原文

After architecture is complete, produces a flat actionable rules sheet for programmers — what you must do, what you must never do, per system and per layer. Extracted from all Accepted ADRs, technical preferences, and engine reference docs. More immediately actionable than ADRs (which explain why).

Skill 开发管理编程规范操作清单强制规则通用
65
Stars
7
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/create-control-manifest/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/create-control-manifest/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Create Control Manifest

The Control Manifest is a flat, actionable rules sheet for programmers. It
answers "what do I do?" and "what must I never do?" — organized by architectural
layer, extracted from all Accepted ADRs, technical preferences, and engine
reference docs. Where ADRs explain *why*, the manifest tells you *what*.

**Output:** `docs/architecture/control-manifest.md`

**When to run:** After `/architecture-review` passes and ADRs are in Accepted
status. Re-run whenever new ADRs are accepted or existing ADRs are revised.

---

## 1. Load All Inputs

### ADRs
- Glob `docs/architecture/adr-*.md` and read every file
- Filter to only Accepted ADRs (Status: Accepted) — skip Proposed, 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有