name: vkc-loop-supervisor description: Enforce the VKC long-running supervisor loop: repo-local preflight, SoT read order, Desktop-outside clean workspace policy, backlog selection priority, patch-only mutation, and fail-closed execution. Use for supervisor automations, ongoing Codex development cycles, or when the user wants this repo to follow a persistent loop. (키워드=supervisor, hypothesis loop, preflight, patch-only, review packet, clean workspace, fail-closed) metadata: short-description: VKC supervisor loop enforcement
VKC Loop Supervisor
Always pair this skill with $vkc-repo-guardrails. Use $vkc-shared-memory-router when the task spans multiple sessions, automations, or subagents.
Core rules
- Run repo-local preflight before mutation.
- Use
docs/engineering/codex/CODEX_LOOP_POLICY.mdas the loop policy SoT. - Prefer a clean workspace outside
Desktopfor mutation work. - Keep one active hypothesis at a time.
- Do not start a new mutation cycle while GPT feedback is pending.
Execution order
npm run ct:loop:bootstrapnpm run ct:loop:healthnpm run ct:loop:hypothesis- Patch only the bounded hypothesis scope.
npm run ct:loop:review-packet- Wait for feedback, then
npm run ct:loop:feedback:normalizeandnpm run ct:loop:next-step
Resources
- Read references/execution-order.md for the VKC-specific priority order.