원클릭으로
gf-export
Export your game design deliverables in various formats
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Export your game design deliverables in various formats
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Show Game Forge project progress with pipeline visualization
Resume a Game Forge project with full context restoration
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-export |
| description | Export your game design deliverables in various formats |
| disable-model-invocation | true |
| allowed-tools | ["Read","Bash"] |
Run:
node bin/gf-tools.cjs init progress
project_exists is false: Display "No Game Forge project found. Run /gf:new-game to start." Stop.complete. If no stages are complete: Display "Export requires at least one completed stage. Start with /gf:concept." Stop.Check if data schema tables exist:
ls .gf/stages/03a-data-schema/tables.md 2>/dev/null && echo "EXISTS" || echo "NOT_FOUND"
If tables.md exists (data_schema stage is in_progress or complete):
Run CSV export:
node bin/gf-tools.cjs data-schema export-csv
Display: "Exported {files_written} CSV config files to .gf/stages/03a-data-schema/configs/."
The CSV files are RFC 4180 compliant with UTF-8 BOM prefix for Excel compatibility. Each CSV contains:
If tables.md does NOT exist:
Display: "Data schema not yet generated. Run /gf:data-schema to generate schema and CSV exports."
Additional export formats (PDF, markdown bundle, structured data packages) will be available in Phase 6 for sharing complete game design deliverables with development teams.
node bin/gf-tools.cjs progress full
Display the progress output to the user.