game-design

Provides game design principles covering core loops, GDD structure, player psychology, and progression.

41|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/DevayoshaUS/Women-scholarship --skill game-design-devayoshaus
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: game-design
Source: https://github.com/DevayoshaUS/Women-scholarship/tree/main/hackathon-main%20%281%29/hackathon-main/.agent/skills/game-development/game-design
Command: npx skills add https://github.com/DevayoshaUS/Women-scholarship --skill game-design-devayoshaus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Designing engaging games requires structured knowledge of core loops, player motivation, difficulty balancing, and progression systems, which is hard to recall and apply consistently during development. ## Core Features & Use Cases - Core Loop Design: Defines the 30-second action-feedback-reward loop with genre-specific examples for platformers, shooters, puzzles, and RPGs. - GDD Structure: Outlines the essential sections of a Game Design Document including pitch, mechanics, progression, art, and audio direction. - Player Psychology & Balancing: Covers motivation types, reward schedules, flow-state difficulty tuning, and progression pacing. - Use Case: When prototyping a new game, use this Skill to draft a GDD, validate the core loop, and plan progression pacing before writing any code. ## Quick Start Use the game-design skill to help me define the core loop and progression system for my 2D platformer prototype.

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 30-second test: action, feedback, reward, repeat. Define what the player does, how the game responds, and what reward motivates repetition, then match the pattern to your genre such as run-jump-collect for platformers.

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 as a living document, use visuals to communicate, and start small rather than over-documenting.

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, and accessibility options so different skill levels stay engaged.

What reward schedules work best for player retention?▼

Fixed schedules suit predictable milestone rewards, variable schedules create addictive loot drops, and ratio schedules reward effort-based grinding. Choose based on whether you want predictability, excitement, or effort-driven engagement.

What are common game design anti-patterns to avoid?▼

Avoid designing in isolation, polishing before the game is fun, forcing a single playstyle, and punishing players excessively. Instead, playtest constantly, prototype first, allow player expression, and reward progress.