game-design

Guides game development decisions using curated patterns, failure modes, and validation rules.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/fiando/bake-tycoon --skill game-design-fiando
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: game-design
Source: https://github.com/fiando/bake-tycoon/tree/main/.github/skills/game-design
Command: npx skills add https://github.com/fiando/bake-tycoon --skill game-design-fiando

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Game projects often fail from scope creep, weak core loops, and avoidable technical pitfalls. This Skill grounds game development advice in proven patterns, known failure modes, and strict validation rules so you build games that are fun, performant, and shippable. ## Core Features & Use Cases - Pattern-Guided Creation: Consults references/patterns.md to dictate how mechanics, game loops, and systems should be built rather than relying on generic advice. - Risk Diagnosis: Uses references/sharp_edges.md to explain critical failures like physics glitches, performance bottlenecks, and scope creep before they sink your project. - Objective Review: Validates design decisions against references/validations.md, covering engines like Phaser, Unity, Unreal, and Godot. - Use Case: You are prototyping an idle clicker game in Phaser 3 and want to know whether your upgrade scaling and prestige loop follow sound design patterns before writing more code. ## Quick Start Ask the assistant to review your game loop design or prototype plan using the game-design skill before you start building systems.

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 game core loop before building systems?▼

Prototype the core loop first and validate it against the patterns in references/patterns.md before adding systems. The Skill prioritizes fun and a polished core loop over feature completeness, since scope creep kills more games than technical debt.

What game engines does this game design guidance cover?▼

The guidance applies to Phaser, Unity, Unreal, and Godot, as well as general game development topics like sprites, collision, physics, tilemaps, and game loops. Engine-agnostic principles like performance and player experience are emphasized throughout.

How do I diagnose performance problems in my game?▼

Consult references/sharp_edges.md, which lists critical failures and why they happen, including frame rate and physics issues. The Skill treats frame rate as a feature, so performance problems are diagnosed as player-experience risks, not just technical bugs.

Can this Skill review my game design decisions objectively?▼

Yes, it validates design inputs against references/validations.md, which contains strict rules and constraints. If your request conflicts with the reference guidance, the Skill corrects it using the documented information rather than generic opinion.

When should I playtest my game during development?▼

Playtest early, often, and with fresh eyes, according to the Skill's core principles. Testing the prototype of the core loop before building additional systems prevents wasted effort on mechanics that do not serve the player experience.