milestone-review
Review milestone completion against criteria. Generates a status report with go/no-go recommendation for advancing.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review milestone completion against criteria. Generates a status report with go/no-go recommendation for advancing.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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.
SOC 職業分類に基づく
| name | milestone-review |
| description | Review milestone completion against criteria. Generates a status report with go/no-go recommendation for advancing. |
Ask: "Which milestone are we reviewing?"
production/milestones/Read the milestone document. Extract:
For each criterion, check:
game-designer for verification)lead-programmer)qa-tester)exploit-security-specialist)performance-analyst)# Milestone Review: [Milestone Name]
**Status**: [Complete / Incomplete / At Risk]
**Date**: YYYY-MM-DD
**Reviewer**: [user name]
## Criteria Status
| Criterion | Status | Notes |
|-----------|--------|-------|
| Feature X implemented | ✅ Done | |
| Feature Y implemented | ⚠️ Partial | UI incomplete |
| No critical security findings | ✅ Done | |
| Performance benchmarks | ❌ Missed | Server frame time 45ms (target 33ms) |
## Deliverables
- [x] GDD for combat system
- [x] Implementation of combat core
- [ ] Polish pass
- [x] Unit tests
- [ ] Exploit check
## Risk Status
- Risk 1: [description] — Mitigated
- Risk 2: [description] — Still open, impact Medium
## Recommendation
[ ] **Advance to next milestone**
[X] **Not ready — blockers listed below**
### Blockers
1. Performance regression in combat system (server frame time)
2. Combat UI 40% incomplete
3. No exploit check run yet
### Next Steps
1. Delegate perf issue to `performance-analyst`
2. Finish UI via `ui-programmer`
3. Run `/exploit-check` before re-review
Present the report. On approval, save to production/milestones/milestone-<name>-review.md.
Update production/session-state/ with milestone status.