with one click
gf-export
Export your game design deliverables in various formats
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Export your game design deliverables in various formats
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.