gate-check
Stage gate check — does the project meet criteria to advance to the next production phase (pre-prod → prod → polish → live)?
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Stage gate check — does the project meet criteria to advance to the next production phase (pre-prod → prod → polish → live)?
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run a comprehensive health check on the repo. Verifies README counts match reality, promised files exist, no unresolved placeholders, wiki index is synced, toolchain configs are valid, and agent roster is accurate. Use after making structural changes or before publishing.
Begin a new Roblox game project or onboard to an existing one. Use when starting a fresh session with no context, or when the user says "let's start" or "new project".
Generate a 3D asset from a reference image using Blender MCP's image-to-3D AI (Hyper3D). Optimizes for Roblox and exports FBX.
Generate a 3D asset for Roblox using Blender MCP. Creates models from text descriptions via AI (Hyper3D/Hunyuan3D) or downloads from PolyHaven/Sketchfab, optimizes for Roblox constraints, and exports FBX.
Inspect the current Roblox Studio state via MCP. Verifies instance hierarchy, checks for common structural issues, and reports findings.
Capture a screenshot of the current Roblox Studio viewport and analyze it. Use for visual verification of UI, lighting, level layout, and general game appearance.
| name | gate-check |
| description | Stage gate check — does the project meet criteria to advance to the next production phase (pre-prod → prod → polish → live)? |
Stage gates force a deliberate decision about whether to move to the next production phase. Without gates, projects drift — always "almost ready" to start production, or "almost ready" to ship.
Gate criteria:
Gate criteria:
Gate criteria:
Gate criteria (do we continue investing?):
Run /project-stage-detect if unclear. Get the current stage.
"What stage are you trying to advance to?"
For the target transition, go through each criterion:
# Gate Check: [Current Stage] → [Target Stage]
**Date**: YYYY-MM-DD
**Reviewer**: [user]
## Current Status
[Summary of current state]
## Criteria
| Criterion | Status | Notes |
|-----------|--------|-------|
| Master GDD exists | ✅ | |
| Core loop defined | ⚠️ Partial | Meta loop undefined |
| Creative pillars | ✅ | |
| ... | ... | ... |
## Met
[List of passing criteria]
## Not Met / Blockers
1. [Blocker with specific remediation]
2. [Blocker with specific remediation]
## Recommendation
[ ] **PASS** — advance to next stage
[X] **HOLD** — address blockers first
[ ] **PASS WITH CAVEATS** — advance accepting documented risks
## Next Steps (if HOLD)
1. [Action item]
2. [Action item]
## Target Re-review Date
YYYY-MM-DD
Save to production/gates/gate-<stage>-<date>.md on approval.