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.