ソース情報
- リポジトリ
- govctl-org/govctl
- ソースの最終更新活動
- 2026年7月31日 03:55
- 検出された SKILL.md の言語
- 英語
- スター
- 242
- フォーク
- 12
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/govctl-org/govctl --skill specコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
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
SOC 職業分類に基づく
SKILL.md を表示中
| 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.