ワンクリックで
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 職業分類に基づく
| 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.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