Game design feature prioritization
Skill Stanestane/game-design-skills-bundle/game-design-feature-prioritization
A public OpenClaw and ClawHub-ready bundle of game design skills for emotional direction, feature workflows, audits, FTUE, pitch decks, prototyping, and red-team design review.
npx -y skills add Stanestane/game-design-skills-bundle --skill game-design-feature-prioritizationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Prioritize game design feature options by comparing expected impact, implementation cost, strategic fit, and roadmap context. Use when choosing between competing feature ideas, deciding what to do now versus later, ranking solution paths after ideation, or identifying which option is best immediately and which is better long-term.
SKILL.md
2.4 KB, as published. Nobody here has run it
Game Design Feature Prioritization
Choose the strongest next move, not just the loudest idea.
Use this skill to compare candidate features or solution paths and decide what should happen now, later, or not at all. Keep the process practical. Rough structured judgment is better than fake precision, but explicit comparison is still useful.
Read references/family-conventions.md when you need the shared conventions for this GROW-derived skill family.
What to produce
Generate:
- Candidate list - what is being prioritized
- Evaluation matrix - impact, cost, fit, risk, timing
- Priority ranking - now, later, discard, or monitor
- Recommendation - what should happen next and why
Process
1. List the candidates
Make sure the compared items are clear and meaningfully distinct.
2. Score the options
Use rough structured scoring such as 1-5 for:
- Impact - expected player or business value
- Implementation cost - time, resources, complexity
- Strategic fit - alignment with game direction and roadmap
- Risk - uncertainty, dependency burden, fragility
- Timing - whether this is right now or later
3. Interpret in context
Do not choose purely by raw score. Also consider:
- roadmap sequencing
- enabling value for future features
- opportunity cost
- whether a slightly weaker option is smarter in the long run
4. Recommend action
For each option, classify it as:
- Do now
- Test first
- Do later
- Discard for now
Response structure
Candidates
- ...
Evaluation Matrix
| Option | Impact | Cost | Strategic Fit | Risk | Timing | Notes |
|---|
Priority Ranking
- ...
Recommendation
- ...
Fast mode
- What are we choosing between?
- Which option has the best impact-to-cost profile?
- Which option best fits the roadmap right now?
- What should we do now, later, or not at all?
Working principle
The locally optimal choice is not always the strategically best one.