Install
openclaw skills install game-design-prototyping-companionTrack game design prototype ideas, branching outcomes, dead ends, baselines, and next experiments, and optionally generate a simple SVG visualization of prototype evolution. Use when a prototype leads to several possible follow-up paths, when the team needs to backtrack without losing learned branches, when exploring unknowns through multiple iterations, or when you want both a written prototype log and a branch map of how the concept evolved over time.
openclaw skills install game-design-prototyping-companionTrack prototype evolution, not just prototype results.
Use this skill when prototyping produces branching decisions, dead ends, alternative paths, and backtracking. The aim is to preserve learning structure: what was tested, what was learned, what branch it created, which path was followed, and which paths remain available to revisit.
This skill can also generate a simple SVG branch map from a lightweight text or JSON structure.
Generate one or more of these outputs:
A prototype is not just a yes/no answer. It often creates a tree:
The skill should preserve that tree.
For each prototype node, record:
Use result states such as:
When a prototype produces several next moves, capture each branch explicitly.
For each branch, record:
Do not treat the selected branch as the only meaningful output. Preserve:
If a branch is not chosen now, record:
Use scripts/branch_map_svg.py to render a simple SVG from a branch-map JSON file.
Read:
references/branch-map-format.md for the input structurereferences/example-branch-map.json for an exampleUse this structure unless the user asks for something else:
When the user wants a visual branch map:
references/branch-map-format.mdscripts/branch_map_svg.py <input.json> <output.svg>references/branch-map-format.md for the JSON structurereferences/example-branch-map.json for a starter examplereferences/state-labels.md for recommended branch/node labelsPrototype trees are design memory. If you only remember the path you chose, you lose the intelligence of the paths you rejected.