基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/govctl-org/govctl --skill spec命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Write durable work items with scoped descriptions, testable categorized acceptance criteria, governing references, and risk-matched guards
Explore a governance design, resolve ambiguity, and draft RFC or ADR artifacts without implementation
Execute governed implementation with work-item traceability, RFC/ADR authority, risk-scoped verification, and closure
| name | spec |
| description | Maintain RFC and ADR artifacts without implementation work |
| allowed-tools | Read, Write, Edit, Bash, Glob, Grep, TodoWrite |
| argument-hint | <artifact-maintenance-task> |
Maintain governance artifacts for $ARGUMENTS without implementing code or
creating execution work.
Establish artifact and lifecycle state first:
govctl status
govctl search <topic>
govctl rfc list
govctl adr list
Read the current projection with the resource show command and use --history
only when obsolete content matters. Use govctl <resource> --help for current
authoring and lifecycle syntax. In the govctl repository itself, invoke the
development binary as cargo run --quiet --.
spec.gov/ files.
Clause operations use the root govctl clause namespace.discuss or gov.| Change | Path |
|---|---|
| Clarify an obligation without changing behavior | Edit and review the RFC |
| Change, add, deprecate, or remove behavior | Amend the RFC, then hand implementation to gov |
| Refine rationale or alternatives | Edit and review the ADR |
| Resolve an open design question | Hand off to discuss |
| Fix governance metadata or references | Edit the owning artifact |
Follow rfc-writer or adr-writer for artifact quality. Use rfc-reviewer
for RFCs, adr-reviewer for ADRs, and wi-reviewer for Work Items before
treating substantively changed content as ready for a lifecycle transition.
Inspect the RFC and its governing lifecycle clauses before editing:
spec remains open for current-candidate
authoring; do not bump merely to retarget that candidate.spec creates an amendment that needs an
authorized version-changing bump before later phase progression.spec RFC without a trustworthy sealed baseline requires the
documented migration or version-control restoration path, not an inferred
bump.Clause since and version assignment are lifecycle-owned. Use the Clause
lifecycle surface rather than rewriting history. Current-version changelog
corrections use the canonical changelog edit path and do not replace a content
amendment or lifecycle bump.
Run govctl check after substantive artifact edits and render affected
projections. Resolve structural diagnostics and critical reviewer findings
before requesting a lifecycle transition.
Use:
discuss when the decision remains open;gov when code or implementation tests are required;quick only for unrelated non-behavioral cleanup outside governance
artifacts; andcommit for raw VCS operations.Spec maintenance is complete when:
govctl check passes and affected projections are current; andLeave unapproved artifacts in their existing draft/proposed lifecycle state.