Sample documents generated by the Helm pipeline, showing what each stage produces.
A match-3 puzzle game with cascading combos and power-ups.
Coming soon — run
/build-gamewith 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 |
cd /path/to/unity/project
claude
> /game-idea
# Describe your game interactively
> /architect
# Generates TDD from your GDD
> /plan-workflow
# Creates the execution planAll outputs are saved to docs/ in your project directory.