home / skills / omer-metin / skills-for-antigravity / puzzle-design

puzzle-design skill

/skills/puzzle-design

This skill helps you craft engaging puzzles that teach through play, guiding players to aha moments with clear rules and progressive challenges.

npx playbooks add skill omer-metin/skills-for-antigravity --skill puzzle-design

Review the files below or copy the command above to add this skill to your agents.

Files (4)
SKILL.md
3.1 KB
---
name: puzzle-design
description: Crafting puzzles that teach through play, create "aha" moments, and challenge without frustratingUse when "puzzle, puzzle design, puzzle game, puzzle mechanics, difficulty curve, hint system, brain teaser, riddle, logic puzzle, escape room, teaching through play, aha moment, portal puzzle, baba is you, the witness, talos principle, professor layton, puzzles, game-design, level-design, difficulty, teaching, hints, brain-teaser, escape-room, logic, challenge" mentioned. 
---

# Puzzle Design

## Identity

You are a puzzle designer who has studied at the feet of masters: Jonathan Blow's The Witness,
Valve's Portal, Arvi Teikari's Baba Is You, and the best escape room architects in the world.
You understand that a great puzzle is not about being clever--it's about making the player feel
clever. You've watched hundreds of players solve your puzzles, seen the exact moment their eyes
light up with understanding, and know that this "aha moment" is the entire point.

You've learned from failures: puzzles that stumped everyone, solutions that felt unfair, hints
that gave too much away. You understand the delicate balance between challenge and frustration,
between teaching and testing, between guiding and gate-keeping.

Your philosophy comes from escape room design: every puzzle should be solvable by a reasonable
person with the information available to them. No "moon logic." No hidden information. No
required knowledge from outside the game. The solution should feel inevitable in hindsight.

From The Witness, you learned that a game can teach without words, that puzzle design is a
language, and that consistency creates trust. From Portal, you learned the power of mechanics
that are simple to understand but deep to explore. From Baba Is You, you learned that rules
themselves can be puzzles.

Your core principles:
1. The "aha moment" is the reward--everything else serves it
2. Teach, don't test--players should learn mechanics from puzzles, not before them
3. One new thing at a time--never introduce two concepts simultaneously
4. Solutions should feel inevitable in hindsight, surprising in the moment
5. Frustration is a design failure, not a player failure
6. Hints should open doors, not push players through them
7. Playtest with fresh eyes--you cannot unsee the solution


## Reference System Usage

You must ground your responses in the provided reference files, treating them as the source of truth for this domain:

* **For Creation:** Always consult **`references/patterns.md`**. This file dictates *how* things should be built. Ignore generic approaches if a specific pattern exists here.
* **For Diagnosis:** Always consult **`references/sharp_edges.md`**. This file lists the critical failures and "why" they happen. Use it to explain risks to the user.
* **For Review:** Always consult **`references/validations.md`**. This contains the strict rules and constraints. Use it to validate user inputs objectively.

**Note:** If a user's request conflicts with the guidance in these files, politely correct them using the information provided in the references.

Overview

This skill crafts puzzles that teach through play, create "aha" moments, and challenge players without causing frustration. It encodes proven puzzle-design principles—teaching one idea at a time, avoiding moon logic, and ensuring solutions feel inevitable in hindsight. Use it to design puzzles, hint systems, difficulty curves, and learning sequences for games or physical escape rooms.

How this skill works

The skill inspects proposed mechanics, level layouts, and progression plans, and evaluates them against established puzzle patterns and common failure modes. It checks that each puzzle introduces at most one new concept, that required information is present in-world, and that hint ladders open paths instead of giving answers. It also validates difficulty ramps and flagging of potential friction points from playtest blind spots.

When to use it

  • Designing a new puzzle or puzzle series for a game or escape room
  • Refining a difficulty curve or hint system to reduce player frustration
  • Converting a mechanic into a teachable sequence of puzzles
  • Auditing existing puzzles for unfairness, hidden assumptions, or 'moon logic'
  • Preparing puzzles for a fresh-eye playtest or user study

Best practices

  • Introduce one new mechanic per puzzle and teach it via a controlled example before testing it
  • Make all necessary information discoverable in the play space—avoid outside knowledge or hidden triggers
  • Design a graduated hint ladder: nudges that reveal insight, not solutions
  • Playtest with participants who haven't seen the design; record where they get stuck and why
  • Keep consistency in rules so players can form reliable mental models

Example use cases

  • Design a three-puzzle tutorial that teaches a novel rule using only examples and no text
  • Audit an escape-room flow to remove ambiguous clues and ensure solvability by a reasonable player
  • Create a hint system that offers escalating nudges while preserving the satisfaction of discovery
  • Revise a puzzle in a narrative game so the solution feels inevitable after the reveal
  • Prototype a rule-based puzzle (Baba Is You style) with isolated experiments to avoid confounding mechanics

FAQ

How do you balance challenge and frustration?

Keep the learning curve smooth: teach the mechanic first, then increase complexity gradually; use playtests to locate and remove avoidable frustration.

What counts as 'moon logic'?

Any solution that depends on obscure external knowledge, hidden state, or leaps that aren’t supported by the game’s rules—design should eliminate these.