원클릭으로
gf-progress
Show Game Forge project progress with pipeline visualization
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Show Game Forge project progress with pipeline visualization
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Resume a Game Forge project with full context restoration
Export your game design deliverables in various formats
Stage 1: Co-create your game concept document chapter by chapter
Stage 2: Expand your concept into detailed, traceable system designs
Stage 3B: Fill your data tables with balanced values
Stage 4: Produce art, UI/UX, and tech specifications
| name | gf-progress |
| description | Show Game Forge project progress with pipeline visualization |
| disable-model-invocation | true |
| allowed-tools | ["Read","Bash"] |
Display the current Game Forge project progress with an ASCII pipeline visualization and a stage detail table.
Run:
node bin/gf-tools.cjs init progress
Parse the JSON result.
project_exists is false: Display "No Game Forge project found in this directory. Run /gf:new-game to start a new project." Stop here.Run:
node bin/gf-tools.cjs progress full
Display the full output to the user. This includes:
Based on the current stage from Step 1, suggest the appropriate next action:
| Current Stage | Next Action |
|---|---|
| 0 (setup) | "Next: run /gf:concept to begin Stage 1 -- Concept Design" |
| 1 (concept in progress) | "Continue: run /gf:concept to resume concept work" |
| 1 (concept complete) | "Next: run /gf:system-design to begin Stage 2 -- System Design" |
| 2 (system design in progress) | "Continue: run /gf:system-design to resume system design" |
| 2 (system design complete) | "Next: run /gf:data-schema to begin Stage 3A -- Data Schema" |
| 3A (data schema in progress) | "Continue: run /gf:data-schema to resume data schema work" |
| 3A (data schema complete) | "Next: run /gf:balance to begin Stage 3B -- Balance" |
| 3B (balance in progress) | "Continue: run /gf:balance to resume balance work" |
| 3B (balance complete) | "Next: run /gf:production to begin Stage 4 -- Production" |
| 4 (production in progress) | "Continue: run /gf:production to resume production work" |
| 4 (production complete) | "All stages complete! Run /gf:export to export your deliverables." |
/gf:resume for recovery.