원클릭으로
demerzel-recon
Execute Demerzel's three-tier reconnaissance protocol on a target repo — self-check, environment scan, situational analysis
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Execute Demerzel's three-tier reconnaissance protocol on a target repo — self-check, environment scan, situational analysis
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-recon |
| description | Execute Demerzel's three-tier reconnaissance protocol on a target repo — self-check, environment scan, situational analysis |
Execute the three-tier mandatory discovery protocol before governing or acting.
/demerzel recon [repo] — repo is ix, tars, or ga
Zeroth Law concern at any tier → immediate hard stop regardless of progress.
Recon is not read-only. Every scan MUST update Demerzel's persistent state:
state/beliefs/ — check for staleness (> 7 days)state/snapshots/ for the target repo (if exists)state/beliefs/ for every proposition assessed:
state/snapshots/{date}-{repo}-recon.snapshot.jsonstate/evolution/ if any governance artifact's effectiveness was assessedstate/oversight/ with per-repo compliance statusstate/beliefs/{date}-{short-description}.belief.jsonstate/snapshots/{date}-{repo}-recon.snapshot.jsonstate/evolution/{date}-{artifact-name}.evolution.jsonIf any belief in state/beliefs/ has last_updated older than 7 days:
logic/tetravalent-state.schema.jsonlogic/governance-evolution.schema.jsonschemas/contracts/belief-snapshot.schema.jsonpolicies/reconnaissance-policy.yaml