Game Design
Skill by kjaylee
Why use this skill?
Master game design with OpenClaw's Game Design skill. Access expert frameworks, checklists, and templates to build, balance, and monetize your next game.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kjaylee/game-designWhat This Skill Does
The Game Design skill by kjaylee provides a comprehensive, structured framework for developing game concepts from initial ideation to final polishing. It serves as a personal AI consultant that guides you through the MDA (Mechanics, Dynamics, Aesthetics) framework, ensuring that your game design follows proven industry patterns. It offers specific, categorized templates for various genres including puzzles, arcade action, and survival games, while providing a clear roadmap for balancing difficulty, monetization, and user retention.
Installation
To install this skill, use the following command in your terminal:
clawhub install openclaw/skills/skills/kjaylee/game-design
Use Cases
- Rapid Prototyping: Quickly outline a game idea using the 30-minute concept definition framework.
- Balancing Game Difficulty: Utilize the S-curve difficulty design and DDA (Dynamic Difficulty Adjustment) parameters to ensure your levels are challenging yet fair.
- Monetization Strategy: Design your ad placements, IAP (In-App Purchase) systems, or Telegram Stars integration effectively without breaking the game flow.
- Genre-Specific Planning: Use the predefined templates to flesh out mechanics for Match-3, arcade, or survival games efficiently.
Example Prompts
- "I'm planning a new puzzle game. Can you help me define the MDA framework and core loop using the Game Design skill template?"
- "Review my game design document for an arcade game. Check it against your mandatory checklist to see if I missed any essential features."
- "Help me design a difficulty curve for a survival game where the player needs to last 15 minutes. What metrics should I monitor for balancing?"
Tips & Limitations
- Tips: Always iterate using the 10-second rule during prototyping to verify 'fun' immediately. Ensure you refer to the game-test-case-template.md for robust QA practices.
- Limitations: This skill provides high-level design frameworks and checklists. It acts as an advisor for game logic and structure but does not generate binary game code, assets, or final implementation files directly. Users should use this as a strategic tool to refine their game documents before proceeding to technical development.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kjaylee-game-design": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Related Skills
ui-ux-pro-max
UI/UX design intelligence and implementation guidance for building polished interfaces. Use when the user asks for UI design, UX flows, information architecture, visual style direction, design systems/tokens, component specs, copy/microcopy, accessibility, or to generate/critique/refine frontend UI (HTML/CSS/JS, React, Next.js, Vue, Svelte, Tailwind). Includes workflows for (1) generating new UI layouts and styling, (2) improving existing UI/UX, (3) producing design-system tokens and component guidelines, and (4) turning UX recommendations into concrete code changes.
ralph-loop
AI 자율 구현 방법론. 구현/개발/코딩 요청 시 자동 적용. 메인은 마더 서브에이전트를 spawn하고, 마더가 워커들을 관리. specs/ → IMPLEMENTATION_PLAN.md → 1태스크씩 구현 → 2단계 리뷰 → 테스트 → 반복.
game-dev-rust-godot
Game development workflow using Rust+WASM or Godot 4.x for HTML5 games. Use when creating new games, implementing game mechanics, or porting existing games. Follows TDD-based production pipeline v3.1 with asset-first approach. Covers Rust(Macroquad/Bevy), Godot HTML5 Export, asset acquisition, test case writing, and QA automation. Master directive (2026-02-06) - ONLY Rust+WASM or Godot allowed, JS/TS frameworks prohibited.
subagent-dev
Execute implementation plans using fresh subagents per task with two-stage review (spec compliance + code quality). Use when executing multi-task plans with independent work units. Enhances ralph-loop methodology.
systematic-debugging
Root-cause-first debugging methodology. Use when encountering any bug, test failure, or unexpected behavior BEFORE proposing fixes. Prevents random fix attempts that waste time and create new bugs.