npx claudepluginhub vp-k/godot-craftThis skill uses the workspace's default tool permissions.
모든 검증을 최종 실행하고, DoD 체크리스트를 완성한 후, promise를 선언합니다.
Verifies phase builds match plans with automated checks against must-haves and interactive UAT walkthroughs. For PBR workflows; supports --auto-fix, --teams, model overrides.
Performs 3-level deep verification (EXISTS, SUBSTANTIVE, WIRED) of completed tasks with fresh evidence only. Use for milestones, PRs, or post-quick-gate audits.
Verifies feature completion by writing automated tests against SPEC.md, running commands for fresh evidence, and confirming outputs per Iron Law of Verification.
Share bugs, ideas, or general feedback.
모든 검증을 최종 실행하고, DoD 체크리스트를 완성한 후, promise를 선언합니다.
# 1. 컴파일 검증
bash ${CLAUDE_PLUGIN_ROOT}/scripts/godot-gate.sh compile-check
# 2. 에셋 정합성
bash ${CLAUDE_PLUGIN_ROOT}/scripts/godot-gate.sh asset-integrity
# 3. 씬 참조 정합성
bash ${CLAUDE_PLUGIN_ROOT}/scripts/godot-gate.sh scene-integrity
# 4. 예산 리포트
bash ${CLAUDE_PLUGIN_ROOT}/scripts/godot-gate.sh budget-report
progress JSON의 dod 필드를 모두 업데이트합니다.
각 항목은 직전 실행 결과를 evidence로 기록해야 합니다.
{
"compileCheck": { "checked": true, "evidence": "compile-check exit 0, 0 errors" },
"assetIntegrity": { "checked": true, "evidence": "all N assets validated" },
"sceneIntegrity": { "checked": true, "evidence": "0 broken references" },
"allTasksDone": { "checked": true, "evidence": "N/N tasks done" },
"vqaPassed": { "checked": true, "evidence": "VQA round 2: pass, score 0.82" },
"videoGenerated": { "checked": true, "evidence": "gameplay.mp4 (30s)" }
}
금지: 이전 실행 결과 재사용. 반드시 이 Phase에서 새로 실행.
bash ${CLAUDE_PLUGIN_ROOT}/scripts/godot-gate.sh status
모든 Phase가 completed인지, 모든 태스크가 done인지 확인.
bash ${CLAUDE_PLUGIN_ROOT}/scripts/godot-gate.sh update-phase phase_5 completed
모든 조건 충족 시에만:
<promise>MAKE_WITH_GODOT_COMPLETE</promise>
조건:
하나라도 미충족이면 promise를 선언하지 않고, 미충족 항목을 해결합니다.
<promise>MAKE_WITH_GODOT_COMPLETE</promise> 선언