Download Latest Version v1.0.0 -- Claude Code Game Studios source code.tar.gz (982.8 kB)
Email in envelope

Get an email when there's a new version of Claude Code Game Studios

Home / v1.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md < 19 hours ago 2.1 kB
v1.0.0 -- Claude Code Game Studios source code.tar.gz < 19 hours ago 982.8 kB
v1.0.0 -- Claude Code Game Studios source code.zip < 19 hours ago 1.4 MB
Totals: 3 Items   2.4 MB 0

First stable release. Upgraders from v1.0.0-beta: see UPGRADING.md.

Headline changes

/prototype and /vertical-slice are now two distinct gates

  • /prototype = concept prototype, run after /brainstorm and before GDDs. New HTML / Engine / Paper paths. New --spike mode for ad-hoc mid-project technical questions.
  • /vertical-slice = brand-new pre-production gate. Production-quality end-to-end build that validates the full game loop before Production commits.
  • prototyper agent rewritten to operate in both modes.
  • Two new templates (prototype-report.md, vertical-slice-report.md) and two new coordination patterns (8, 8b).

Pre-production workflow restructured (workflow-catalog.yaml)

  • New entity-inventory step before asset/UX authoring.
  • UX specs minimum raised to 3 (main menu + HUD + pause).
  • prototype step now optional in pre-production (it runs earlier).
  • vertical-slice step rewired to the new skill.
  • Solo-dev skip language throughout.

Polish

  • AskUserQuestion widgets added to 7 skills that were missing them.
  • --review full|lean|solo flag now visible in argument-hints for all team-* skills.
  • Skill consistency audit pass — prompts, flow, naming.
  • ~17 skill frontmatters got their missing model: sonnet field.
  • README platform-support copy made honest about Windows-first testing.
  • Windows PowerShell fallback in /smoke-check.

Bug fixes

  • #21 log-agent hooks logged "unknown" agent_type
  • #36 missing allowed-tools in /architecture-decision and /story-done
  • #42 rg --type gdscript is invalid — now uses --glob *.gd
  • #43 session-start preview showed oldest state instead of newest
  • #45 duplicate ## 0. heading and broken step numbering in /architecture-decision

Project docs

  • New CONTRIBUTING.md — contributor guidelines for the framework itself
  • New SECURITY.md — coordinated disclosure policy
  • UPGRADING.md — new v1.0.0-beta → v1.0 section

Full diff: https://github.com/Donchitos/Claude-Code-Game-Studios/pull/50

Source: README.md, updated 2026-05-13