game-design

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

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/DaytimeBlues/ADHD-CADDI --skill game-design-daytimeblues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: game-design
Source: https://github.com/DaytimeBlues/ADHD-CADDI/tree/main/.agent/skills/game-development/game-design
Command: npx skills add https://github.com/DaytimeBlues/ADHD-CADDI --skill game-design-daytimeblues

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured approach to designing engaging video games by covering core principles of game design, documentation, player psychology, and balancing.

Core Features & Use Cases

  • Core Loop Design: Understand and implement the fundamental action-feedback-reward cycle.
  • Game Design Document (GDD): Learn the essential sections and principles for creating a living GDD.
  • Player Psychology: Identify different player motivations and apply effective reward schedules.
  • Difficulty Balancing: Strategies to achieve the 'flow state' for optimal player engagement.
  • Progression Design: Design meaningful player advancement through skill, power, content, or story.
  • Anti-Patterns: Avoid common pitfalls in game development.
  • Use Case: A new game developer can use this Skill to structure their Game Design Document, ensuring all critical aspects are considered before starting development.

Quick Start

Use the game-design skill to outline the core loop for a new puzzle game.

Frequently Asked Questions about game-design

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

FAQPage Schema
How do I structure a Game Design Document for a new project?

A Game Design Document (GDD) should include essential sections covering core loop mechanics, player psychology, difficulty balancing, and progression systems to serve as a living reference for iterative development.

What is a core loop in game design and how does it work?

A core loop in game design is the fundamental action-feedback-reward cycle driving player engagement. Implementing this cycle properly ensures players receive consistent feedback and rewards for their actions.

How do I balance game difficulty to achieve a flow state?

Balancing game difficulty to achieve a flow state requires applying targeted strategies that match player skill levels with appropriate challenges. This approach ensures sustained player engagement without causing frustration.

How do I design meaningful progression systems for players?

Designing meaningful progression systems involves structuring player advancement through skill, power, content, or story. This ensures players experience continuous and rewarding growth alongside the core game mechanics.

What are common game design anti-patterns to avoid during development?

Common game design anti-patterns are structural pitfalls in mechanics, balancing, or progression that disrupt player engagement. Identifying these anti-patterns early helps developers avoid traps and maintain a compelling experience.

Can I use player psychology to design better reward schedules?

Yes, applying player psychology helps identify different player motivations and establish effective reward schedules. Integrating these psychological principles into your core loop enhances overall game engagement.