Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Example Pipeline Outputs

Sample documents generated by the Helm pipeline, showing what each stage produces.

Match-3 Blast

A match-3 puzzle game with cascading combos and power-ups.

Coming soon — run /build-game with a match-3 prompt to see what gets generated.

Document Description
match3-blast/GDD.md Game Design Document — mechanics, progression, art direction
match3-blast/TDD.md Technical Design Document — architecture, systems, data flow
match3-blast/WORKFLOW.md Phased execution plan with tasks and dependencies

Generate Your Own

cd /path/to/unity/project
claude

> /game-idea
# Describe your game interactively

> /architect
# Generates TDD from your GDD

> /plan-workflow
# Creates the execution plan

All outputs are saved to docs/ in your project directory.