Forge
11 tools in this family (folder Editor/Tools/Forge/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
buril_gdd_balance_report | read-only | Buril Forge — Run a stochastic balance simulation and render a human-readable Markdown report. |
buril_gdd_content_roadmap | writes | Buril Forge — Export the GDD weekly_roadmap as a Linear/Notion-compatible Markdown file. |
buril_gdd_evolve | writes | Buril Forge — Evolve (patch) an existing GDD via LLM. Provide an evolution prompt describing what to… |
buril_gdd_export_pdf | writes | Buril Forge — Export GDD to a styled HTML file (Assets/Buril/GDD/{slug}.html). |
buril_gdd_extract_asset_manifest | read-only | Buril Forge — Extract and display the asset manifest from a GDD. |
buril_gdd_generate | writes | Buril Forge — Generate a 50-page Game Design Document from a text prompt. |
buril_gdd_run_asset_manifest | writes | Buril Forge — Orchestrate asset generation for all entries in the GDD asset manifest. |
buril_gdd_scaffold_unity_project | writes | Buril Forge — Generate Unity ScriptableObject data classes + MonoBehaviour system shells from the GD… |
buril_gdd_simulate_balance_mlagents | writes | Buril Forge — ML-Agents reinforcement-learning balance simulation. |
buril_gdd_simulate_balance_stochastic | read-only | Buril Forge — Run a Monte Carlo balance simulation against the GDD economy graph. |
buril_gdd_validate | read-only | Buril Forge — Validate an existing GDD JSON file against the Buril Forge schema. |