Home / minleev5 / devkeel · .harness/skills/openspec-update-change/SKILL.md · GitHub

openspec-update-change skillA

openspec-update-change is agent-read markdown (skill) from minleev5/devkeel: 修订现有 OpenSpec change;先更新 Living 决定并重新确认,再原地重投影现有 planning artifacts,绝不修改代码。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

原地修订 change 的共同设计与已有投影。绝不能修改实现代码。

## 1. 选择与读取

显式名称优先;无法唯一确定时用 `list --json` 让用户选择。运行 `status --json`,解析
`schemaName`、`artifacts[].requires`、`applyRequires`、`artifactPaths`、`planningHome`、
`changeRoot` 和 `actionContext.planningArtifacts`。OpenSpec 1.12 的 schema `instruction` 是权威;
只为旧 CLI 兼容读取 `isComplete`。

所有候选文件必须来自 `artifactPaths.<id>.existingOutputPaths`。只有字段缺失时才对
`<changeRoot>/specs/**/*.md` 使用 existing-only fallback;解析 canonical path 并拒绝越过
`changeRoot` 的符号链接。artifact id 与文件路径不是同类值,不得直接求交集;不得写入
`allowedEditRoots` 以外位置。

## 2. 先修订语义源

运行共享 planning-state 检查器。LEGACY 先按 Continue 延迟迁移;INVALID 先修复格式。

把用户请求拆成相互依赖的语义决定,每次只处理一件事。加载 Brainstorming change-draft:调查
仓库事实,给出猜测与影响,等待用户明确回答。答案无歧义后更新对应 D/A/O:

- 任何语义变化把状态重置 DRAFT,下游状态设为 STALE;
- 当前实现和验证证据仍成立的 tasks `[x]` 可暂时保留,受影响或不确定项恢复 `[ ]`;
- 纯排版、错链或不改变含义的修复不使 Confirmed 失效;
- `<!-- harness:lite-to-full-promotion -->` 和
  `<!-- harness:full-tasks-reconciled -->` 的 Full 恢复语义必须保留。

满足 Brainstorming 的快照确认条件后,展示全部当前 D/A 快照。只有用户明确确认,才改为
CONFIRMED;不要逐个 artifact 再要求确认。

## 3. 原地重投影已有 artifacts

按 `applyRequires` 与 `artifacts[].requires` 计算 planning 传递闭包和拓扑顺序。只处理已经存在、
且受决定变化影响的下游文件;不得创建尚不存在的 artifact,也不得在 glob artifact 下新建文件。
…

Read the whole file at its exact version.

How to install

Latest version
mdr add minleev5/devkeel/openspec-update-change@v2.2
Exact content
mdr add minleev5/devkeel/openspec-update-change@sha256:ad91ccd17c2333d7

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_cy5xfg4w2jg44i2a.svg)](https://markdownregistry.com/a/art_cy5xfg4w2jg44i2a)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v2.2 latest2026-09-24 8bc6bbc 3,126 BA view · diff
v2.12026-09-23 6c34cd9 3,126 BA view · diff
v2.02026-09-22 123429c 3,106 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (3126 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

minleev5/devkeel · 3 stars · license MIT · pushed 2026-09-24 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_cy5xfg4w2jg44i2a
GET https://markdownregistry.com/api/v1/resolve?ref=minleev5/devkeel/openspec-update-change
GET https://markdownregistry.com/api/v1/blob/ad91ccd17c2333d795f40653810141314097ed0690eca7d2aaca5f4e07c9638d

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from minleev5/devkeel

brainstorming skill
minleev5/devkeel · .harness/skills/brainstorming/SKILL.md · 探索、比较、挑战或补全开发方案;按 Lite/Full 深度进行单题访谈,并在用户同意持久化后维护 OpenSpec Living brainstorm。
v9.1.1 · audit A · 3 stars
changelog skill
minleev5/devkeel · .harness/skills/changelog/SKILL.md · Use when 编辑 changelog、发布 CLI 或模板版本、或判断某项用户可见变更是否需要进入版本记录。
v3.0.0 · audit A · 3 stars
commit skill
minleev5/devkeel · .harness/skills/commit/SKILL.md · 用户明确选择 commit、push 或 MR/PR 后使用的原子交付流程。任务完成或归档本身不触发;在授权范围内完成交付目标及其必要动作。
v1.2.4 · audit A · 3 stars
doc-maintenance skill
minleev5/devkeel · .harness/skills/doc-maintenance/SKILL.md · CLI 文档维护与一致性检查流程
v1.2.0 · audit A · 3 stars
domain-init skill
minleev5/devkeel · .harness/skills/domain-init/SKILL.md · 对项目进行全盘扫描,识别领域类型和技术栈,通过多 subAgent 并行扫描多维度, 生成项目知识 docs 与专属 rules、skills 和 agents。使用「自动 baseline + 交互式增强」…
v2.0.2 · audit A · 3 stars
health-check skill
minleev5/devkeel · .harness/skills/health-check/SKILL.md · 一键检查项目代码健康度指标
v1.0.0 · audit A · 3 stars
instruction-maintenance skill
minleev5/devkeel · .harness/skills/instruction-maintenance/SKILL.md · 精简并校验 AGENTS.md、OpenSpec schema/instruction、OPSX commands、SKILL.md、prompt 与 artifact 模板。用于审查当前 diff…
v1.0.0 · audit A · 3 stars
jira-defect-orchestrator skill
minleev5/devkeel · .harness/skills/jira-defect-orchestrator/SKILL.md · 独立编排 Jira 缺陷的取证、修复、验证、回填与 MR 交付,按决策风险确认。适用于用户提供 Jira URL 或 issue key,要求结合运行日志、配置、只读业务数据和代码证据处理生产或测试环境缺陷;普通无 Jira…
v1.3.2 · audit A · 3 stars
new-subcommand skill
minleev5/devkeel · .harness/skills/new-subcommand/SKILL.md · 为 DevKeel CLI 新增子命令的标准开发流程
v1.0.0 · audit A · 3 stars
openspec-apply-change skill
minleev5/devkeel · .harness/skills/openspec-apply-change/SKILL.md · 按 OpenSpec 动态 apply instruction 实施 change tasks,并处理 DevKeel 收尾门禁。
v3.2 · audit A · 3 stars
openspec-archive-change skill
minleev5/devkeel · .harness/skills/openspec-archive-change/SKILL.md · 检查完成状态、评估 spec sync,并按 schema 收尾门禁归档 OpenSpec change。
v3.3 · audit A · 3 stars
openspec-bulk-archive-change skill
minleev5/devkeel · .harness/skills/openspec-bulk-archive-change/SKILL.md · 批量检查 spec 冲突,并按 schema 门禁归档用户明确选择的多个 OpenSpec changes。
v2.2 · audit A · 3 stars

Every file in minleev5/devkeel

Other files named openspec-update-change

openspec-update-change skill
partcad/partcad · .claude/skills/openspec-update-change/SKILL.md · Update an OpenSpec change by revising its existing planning artifacts and keeping them coherent with one another. Use…
v1.0 · audit A · 496 stars
openspec-update-change skill
partcad/partcad · .cursor/skills/openspec-update-change/SKILL.md · Update an OpenSpec change by revising its existing planning artifacts and keeping them coherent with one another. Use…
v1.0 · audit A · 496 stars
openspec-update-change skill
jim60105/copilot-prompt · skills/openspec-update-change/SKILL.md · Update an OpenSpec change by revising its existing planning artifacts and keeping them coherent with one another. Use…
v1.0 · audit A · 21 stars
openspec-update-change skill
davekruse/phaser · .claude/skills/openspec-update-change/SKILL.md · Update an OpenSpec change by revising its existing planning artifacts and keeping them coherent with one another. Use…
v1.0 · audit A · 3 stars

Browse by kind, by grade A, or by owner.