Gsp concept brainstorm
Skill mike007jd/game-superpowers/skills/gsp-concept-brainstorm
Skills-first game development superpowers for Claude Code and Codex: build, audit, polish, and productionize game projects with reusable Agent Skills.
npx -y skills add mike007jd/game-superpowers --skill gsp-concept-brainstormAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when a game idea is still vague and needs pillars, verbs, and an acceptance bar before implementation.
SKILL.md
1.7 KB, as published. Nobody here has run it
Game Concept Brainstorm
Goal
Lock the game fantasy before architecture or implementation.
Outputs
Follow the gsp-orchestrator output strategy:
- inline (default): present concept brainstorm and requirements in conversation.
- minimal or full: write
docs/game-studio/concept-brainstorm.mdanddocs/game-studio/requirements.md.
Use ../../shared/templates/concept-brainstorm.md.
Workflow
- Restate the player fantasy in one sentence.
- Lock the primary verb, the reward loop, and the first 30-second promise.
- Lock the game shape before coding: camera / view model, movement grammar, obstacle or encounter grammar, fail / retry rhythm, and visual anchor.
- Define 3-4 design pillars.
- Separate must-haves from experiments.
- Ask enough high-value questions to remove shape ambiguity. Good question types: subtype, references, control grammar, failure rhythm, visual anchor, and “what must beat baseline.”
- For benchmark or one-prompt builds, spend more tokens here than feels comfortable if ambiguity remains.
- Feed the result into
gsp-requirements-brainstorm,gsp-scope-profile, andgsp-ux-flow-designer.
Important
If the prompt uses an archetype word that can imply multiple valid game forms, do not silently choose one and move on.
Examples: runner, shooter, breakout.
Write the chosen interpretation explicitly so downstream skills inherit a locked shape instead of improvising.
Do not optimize for asking fewer questions. Optimize for asking the fewest questions that still fully lock the concept.