$npx -y skills add Stanestane/game-design-skills-bundle --skill game-design-player-perspective-reframeReframe a player's current situation to reveal new meaning, goals, roles, or playstyles without changing the underlying mechanics. Use when diagnosing stagnation, boredom, or mid/late-game disengagement; when designing re-engagement prompts, adaptive guidance, or dynamic missions
| 1 | # Game Design Player Perspective Reframe |
| 2 | |
| 3 | Reframe a player's current situation so the same game state can be interpreted through a more motivating lens. |
| 4 | |
| 5 | Use this skill when the player is not blocked by a fundamentally broken system, but by a stale interpretation of what their situation means or what kind of play is currently available to them. |
| 6 | |
| 7 | ## Core principle |
| 8 | |
| 9 | Sometimes the problem is not lack of content, but lack of meaning. |
| 10 | |
| 11 | A player can have options available and still feel stuck because they are reading the current state through an exhausted frame: "I cannot grow," "I am behind," "nothing is happening," or "this part is just waiting." Reframing changes the interpretation of the state so a new kind of goal, role, or challenge becomes visible. |
| 12 | |
| 13 | ## What to produce |
| 14 | |
| 15 | Generate: |
| 16 | 1. **Current state summary** - what the player is doing, wanting, and feeling |
| 17 | 2. **Stagnation diagnosis** - why the current frame is no longer working |
| 18 | 3. **Reframe options** - alternative ways to interpret the current state |
| 19 | 4. **Chosen reframe** - the strongest new lens |
| 20 | 5. **Action hook** - immediate next objective or prompt |
| 21 | 6. **Expected effect** - why the reframe may restore interest, agency, or momentum |
| 22 | 7. **Use-case judgment** - whether reframing is actually the right intervention, or whether the underlying system instead needs fixing |
| 23 | |
| 24 | ## Process |
| 25 | |
| 26 | ### 1. Define the stuck state |
| 27 | |
| 28 | Clarify: |
| 29 | - what the player is trying to do |
| 30 | - what they believe is the problem |
| 31 | - what the system state actually looks like |
| 32 | - what kind of disengagement is happening: boredom, frustration, aimlessness, repetition, self-comparison fatigue, etc. |
| 33 | |
| 34 | Write: |
| 35 | - **Player state** |
| 36 | - **Current goal** |
| 37 | - **Why the current frame is failing** |
| 38 | |
| 39 | ### 2. Decide whether reframing is appropriate at all |
| 40 | |
| 41 | Before generating reframes, check whether the problem is truly interpretive rather than structural. |
| 42 | |
| 43 | Reframing is appropriate when: |
| 44 | - the player has meaningful options, but does not currently value or notice them |
| 45 | - the underlying systems are basically sound, but the player's current lens is exhausted |
| 46 | - the game can support alternate self-directed goals without pretending the state is healthier than it is |
| 47 | - the intervention is meant to extend or redirect engagement, not conceal a broken loop |
| 48 | |
| 49 | Reframing is not the right primary move when: |
| 50 | - the system is actually opaque, unfair, or under-rewarding |
| 51 | - the player lacks real agency or feasible next steps |
| 52 | - the economy is over-constrained and the reframe would just romanticize waiting |
| 53 | - frustration is caused by balance, UX, matchmaking, or monetization abuse |
| 54 | |
| 55 | If the issue is mostly structural, say so clearly and treat any reframe as secondary at best. |
| 56 | |
| 57 | ### 3. Diagnose the dominant stagnation pattern |
| 58 | |
| 59 | Common patterns: |
| 60 | - **growth lock** - player only values expansion and cannot see value in consolidation |
| 61 | - **efficiency fatigue** - player is optimizing mechanically but no longer feels purpose |
| 62 | - **goal vacuum** - no compelling next objective is visible |
| 63 | - **identity exhaustion** - player has overidentified with one role or playstyle |
| 64 | - **failure fixation** - player reads current state only as a deficit or loss |
| 65 | - **content blindness** - systems are present but the player does not recognize them as meaningful play |
| 66 | |
| 67 | ### 4. Choose a reframe strategy |
| 68 | |
| 69 | Use one or combine several: |
| 70 | |
| 71 | #### Role reframe |
| 72 | Shift who the player is right now. |
| 73 | Examples: |
| 74 | - builder -> optimizer |
| 75 | - collector -> curator |
| 76 | - attacker -> steward |
| 77 | - grinder -> planner |
| 78 | |
| 79 | #### Goal reframe |
| 80 | Shift what success means. |
| 81 | Examples: |
| 82 | - expansion -> refinement |
| 83 | - speed -> elegance |
| 84 | - raw power -> consistency |
| 85 | - completion -> experimentation |
| 86 | |
| 87 | #### Constraint reframe |
| 88 | Turn a limitation into a challenge premise. |
| 89 | Examples: |
| 90 | - "What can you achieve with only your current tools?" |
| 91 | - "Can you solve this with one district / one deck / one weapon class?" |
| 92 | |
| 93 | #### System reframe |
| 94 | Reveal another layer of meaning already present in the same mechanics. |
| 95 | Examples: |
| 96 | - "This is not just waiting; this is production planning." |
| 97 | - "This is not a content gap; it is a logistics puzzle." |
| 98 | |
| 99 | #### Narrative reframe |
| 100 | Wrap the current state in story meaning. |
| 101 | Examples: |
| 102 | - recovery phase |
| 103 | - rebuilding chapter |
| 104 | - proving-ground moment |
| 105 | - specialist mission |
| 106 | |
| 107 | #### Social reframe |
| 108 | Redefine the current state through comparison, contribution, or recognition. |
| 109 | Examples: |
| 110 | - show off efficiency |
| 111 | - mentor others |
| 112 | - attempt a community challenge |
| 113 | - compare style rather than speed |
| 114 | |
| 115 | ### 5. Generate multiple plausible reframes |
| 116 | |
| 117 | Produce at least three candidate reframes before choosing one. |
| 118 | |
| 119 | Each ca |