# Gamification Design

> Gamification patterns, points systems, badges, leaderboards, and engagement mechanics.

- Skill: `dragoon0x/gamification-design` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dragoon0x/gamification-design`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dragoon0x/gamification-design/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: dragoon0x (https://skillmd.com/u/dragoon0x)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dragoon0x/gamification-design

---


# Gamification Design

## Core Mechanics
| Mechanic | Motivation | Example |
|----------|-----------|----------|
| Points | Measurable progress | XP earned per action |
| Badges | Achievement recognition | 'First post' badge |
| Streaks | Habit formation | '7-day streak' |
| Leaderboards | Competition | Top contributors this week |
| Levels | Long-term progression | Level 1 → Level 50 |
| Challenges | Goal-directed engagement | 'Complete 5 tasks this week' |

## When Gamification Works
- Learning platforms (motivation to practice)
- Fitness apps (motivation to exercise)
- Community platforms (motivation to contribute)
- Productivity tools (motivation to complete tasks)

## When It Fails
- Financial products (trivializes serious decisions)
- Healthcare (gamifying treatment is problematic)
- When it replaces genuine value
- When competition is inappropriate

## Design Rules
1. Reward learning/achievement, not just time spent
2. Progress should feel earned, not arbitrary
3. Leaderboards can discourage newcomers (show relative progress instead)
4. Allow opting out of competitive elements
5. Badges should be meaningful (not 'You logged in!')

