用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/govctl-org/govctl --skill discuss命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Write durable work items with scoped descriptions, testable categorized acceptance criteria, governing references, and risk-matched guards
Execute governed implementation with work-item traceability, RFC/ADR authority, risk-scoped verification, and closure
Set up govctl in the current project with explicit installation and overwrite authorization
基于 SOC 职业分类
正在显示 SKILL.md
| name | discuss |
| description | Explore a governance design, resolve ambiguity, and draft RFC or ADR artifacts without implementation |
| allowed-tools | Read, Write, Edit, Bash, Glob, Grep, TodoWrite |
| argument-hint | <topic-or-question> |
Understand $ARGUMENTS, relate it to existing governance, and produce only the
design artifacts justified by the discussion.
Start from repository context rather than a blank design:
govctl status
govctl search <topic>
govctl rfc list
govctl adr list
Read relevant current artifacts with show; use --history only when prior
content matters. Use govctl <resource> --help for current authoring syntax. In
the govctl repository itself, invoke the development binary as
cargo run --quiet --.
commit skill when drafts should be
recorded.| Question answered | Result |
|---|---|
| What behavior or invariant must be true? | RFC or RFC amendment |
| Why was one design chosen over alternatives? | ADR |
| What does an existing artifact mean? | Discussion or clarification |
| What work should be executed now? | Hand off to gov; no Work Item here |
Not every discussion needs an artifact. Prefer clarification in conversation when no durable obligation or decision changes.
Identify constraints from existing RFCs and ADRs, then compare plausible
options. Ask only questions whose answers materially change the design. For
high-risk or difficult trade-offs, use decision-analysis.
When drafting:
rfc-writer for normative Clause quality;adr-writer and establish alternatives before the decision;govctl clause commands for every Clause operation;[[artifact-id]] references in governed prose; andDraft lifecycle operations belong to the later spec or gov handoff. A
behavior-changing amendment needs governed implementation; a clarification with
no implementation can use spec.
Run govctl check after substantive artifact edits. Use rfc-reviewer for an
RFC draft, adr-reviewer for an ADR draft, and wi-reviewer for a Work Item
when independent semantic review is warranted. Resolve critical findings before
presenting the artifact as ready. Reviewer isolation is for semantic quality;
govctl remains responsible for structural validation.
Conclude with:
spec, gov, or commit.Leave artifacts in draft/proposed state until the user authorizes the owning lifecycle transition.