game-design

Guides game design decisions covering core loops, GDD structure, balancing, and player psychology.

1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/mst-software-vn/mst-checkscam --skill game-design-mst-software-vn
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: game-design
Source: https://github.com/mst-software-vn/mst-checkscam/tree/main/.agent/skills/game-development/game-design
Command: npx skills add https://github.com/mst-software-vn/mst-checkscam --skill game-design-mst-software-vn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Designing engaging games requires structured thinking about core loops, difficulty, and player motivation, which is hard to do consistently without a framework. ## Core Features & Use Cases - Core Loop Design: Define the 30-second action-feedback-reward loop that anchors gameplay for any genre. - GDD Structure: Provides the essential sections of a Game Design Document including pitch, mechanics, progression, and art direction. - Balancing & Psychology: Covers player motivation types, reward schedules, flow-state difficulty tuning, and progression pacing. - Use Case: When prototyping a new platformer, use this Skill to define the core loop, draft a lean GDD, and plan difficulty curves before writing any code. ## Quick Start Help me design the core loop and progression system for a 2D puzzle platformer using game design principles.

Frequently Asked Questions about game-design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a core gameplay loop for a new game?▼

A core loop follows the pattern action, feedback, reward, repeat, and should be fun within 30 seconds. Examples include run-jump-collect for platformers and aim-shoot-loot for shooters. Prototype the loop first before adding content.

What sections should a Game Design Document include?▼

A GDD should include a one-sentence pitch, the core loop, mechanics, progression, art style, and audio direction. Keep it lean, update it regularly, and use visuals to communicate ideas.

How do I balance game difficulty to keep players engaged?▼

Balance difficulty by targeting the flow state between frustration and boredom. Use dynamic difficulty adjustment, player-selectable difficulty, or accessibility options, and pace challenges with rest beats between intense moments.

What are the main player motivation types in game design?▼

The four common motivation types are Achievers driven by goals, Explorers driven by discovery, Socializers driven by community, and Killers driven by competition. Reward schedules like fixed, variable, and ratio reinforce these motivations differently.

What are common game design mistakes to avoid?▼

Common anti-patterns include designing in isolation without playtesting, polishing before the game is fun, forcing a single playstyle, and punishing players excessively. Prototype early and iterate based on playtesting feedback.