원클릭으로
demerzel-audit
Run Demerzel governance audit — three levels of validation from schema checks to full governance integrity assessment
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run Demerzel governance audit — three levels of validation from schema checks to full governance integrity assessment
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when a pull request needs review by a different AI model than the one that authored it, or when configuring cross-model code review pipelines in CI/CD.
Run Demerzel's autonomous driver — full cycle or individual phases across all repos
Capture meaningful session state (current cursor, in-flight work, live hypotheses, open questions, do-NOT-carry-forward, success criteria) to state/digests/latest.md so the next session — including one after auto-compaction — can re-enter without re-discovering context cold. Distinct from /learnings (which captures surprises). Validates against docs/contracts/digest-schema.json.
Autonomous research scheduler — selects the most under-researched department by coverage ratio, generates questions from completeness gaps, cross-model validates, auto-produces courses at T>=0.8, rate-limited to 6 cycles/day with kill switch
Personalized AI tutor — turns any topic into a customized, progress-tracked learning course. Use when the user wants to LEARN a concept, skill, language, tool, or domain. Creates a MISSION, curated RESOURCES, iterative lessons with self-checks, and learning-records that persist across sessions. NOT for interrogating the user about their own design (use brainstorming/IDSD for that).
Run one bounded supervised autonomous cycle on the Demerzel governance repo. Picks the smallest unchecked governance slice inside allow_edit, implements it, runs the oracle (`pwsh scripts/verify.ps1`), emits cycle evidence, and stops. Refuses to run unless dev-process-overseer reports loop-eligible and the preflight passes. Use when asked to "run one supervised loop", "advance governance autonomously", or "do one cycle and stop".
| name | demerzel-audit |
| description | Run Demerzel governance audit — three levels of validation from schema checks to full governance integrity assessment |
Run a governance audit at one of three levels. Each level includes all checks from lower levels.
/demerzel audit [level] — level is 1, 2, or 3 (default: 1)
Verify all governance artifacts conform to their schemas.
schemas/persona.schema.jsonschemas/reconnaissance-profile.schema.jsonlogic/kaizen-pdca-state.schema.jsonlogic/knowledge-state.schema.jsonlogic/loop-state.schema.jsonVerify artifacts reference each other correctly.
tests/behavioral/estimator_pairing values reference existing personasreferences point to existing constitutions/policies$ref values resolveVerify the governance framework is internally consistent.
galactic-protocol.mdRead policies/governance-audit-policy.yaml for the full checklist with methods and severity levels. Execute each check and report results.
Audits MUST read and write Demerzel's persistent state:
state/beliefs/ for baselinestate/evolution/ for artifact historystate/beliefs/ for audit findings:
state/evolution/ — add audit events to assessed artifactsstate/snapshots/{date}-audit-level{N}.snapshot.jsonlogic/tetravalent-state.schema.jsonlogic/governance-evolution.schema.jsonpolicies/governance-audit-policy.yaml