| Name | Modified | Size | Downloads / 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/brainstormand before GDDs. New HTML / Engine / Paper paths. New--spikemode 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.prototyperagent 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).
prototypestep now optional in pre-production (it runs earlier).vertical-slicestep rewired to the new skill.- Solo-dev skip language throughout.
Polish
AskUserQuestionwidgets added to 7 skills that were missing them.--review full|lean|soloflag now visible in argument-hints for allteam-*skills.- Skill consistency audit pass — prompts, flow, naming.
- ~17 skill frontmatters got their missing
model: sonnetfield. - README platform-support copy made honest about Windows-first testing.
- Windows PowerShell fallback in
/smoke-check.
Bug fixes
#21log-agent hooks logged "unknown"agent_type#36missingallowed-toolsin/architecture-decisionand/story-done#42rg --type gdscriptis invalid — now uses--glob *.gd#43session-start preview showed oldest state instead of newest#45duplicate## 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