Install any skill in seconds. Free to start, no credit card required.
Get Started Free →How game development works as a process — roles, subtasks, workflows and role descriptions, especially (but not only) for Roblox. Use this skill when it's about the ORGANIZATION of game dev rather than concrete code: Which roles exist (Creative Director, Engineer, Artist, Polish/Audio, Business, QA-Tester, Game Critic)? Who does which subtask? What does a development chain (concept → backend → frontend → polish → test) look like? How do you write a Game Design Document / KONZEPT.md? How do sever
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | 31% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 59% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 39% | 0% |
| case-01 | ✗→✓ | ▲ Improved | 37% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 31% | 0% |
<img src="banner.png" width="100%" alt="game-design banner">
> Deutsch — Offizielle Deutsch-Version / Documento Oficial en Deutsch.
Game development is teamwork made of clearly separated disciplines — even when a single person or one AI agent takes on several of them. This skill provides the organizational model: which roles exist, which subtasks belong to them, in what order they interact and how to capture a game as a concept (GDD). For the technical how, see /rojo (sync), /rbx-studio (editor/assets) and the meta-skill /rbx-dev (architecture).
Use this skill when planning a new game, when dividing up the work (also across several AI agents) and when writing/reviewing a Game Design Document.
A proven, compact role distribution. Full descriptions with all subtasks: references/roles-and-workflows.md.
| Role | Focus | Core subtasks | | --- | --- | --- | | Creative Director | WHAT & WHY & for WHOM | GDD/KONZEPT, design & balance mechanics, prioritization/sprints, story, UX flow | | Engineer | HOW (technical) | Server/client/shared code, game loop, networking/remotes, DevOps (Rojo, build), bugfixing | | Artist | how the world looks | World/level building, lighting & atmosphere, particles, asset sourcing (incl. malware check) | | Polish / Audio | how it feels & sounds | SFX/music/ambient, animations, UI/UX fine-tuning, "juice" (screen shake, hit-stop), feedback | | Business | outward-facing | Store page, icon/thumbnail, monetization (gamepass/products/pass), analytics, community | | QA-Tester | technically correct? | Bug scans in code, playtests + check console, reproducible reports, regression, performance | | Game Critic | is it fun? | First/long impression from the player's view, honest assessment (fun, clarity, fairness), suggestions |
Basic rule: Development and testing are separate roles — ideally separate people or agents. Whoever writes code does not test it objectively. The Game Critic may be tough.
Work flows as a chain from role to role. The most important patterns:
Standard feature chain:
Creative Director (plans feature) → Engineer (backend) → Artist (frontend/assets)
→ Polish/Audio (sound + fine-tuning) → QA-Tester (technical test)
→ Game Critic (player perspective) → Creative Director (feedback → next iteration)Quick-fix chain: QA-Tester (bug) → Engineer (fix) → QA-Tester (verifies).
Asset chain: Artist (store search) → Artist (malware scan) → Artist (integrate) → QA (visual).
Polish chain: Game Critic (weakness) → Polish/Audio → Artist → Game Critic (re-check).
Human-in-the-loop: agent chain] → human tester → Creative Director (feedback) → chain].
Each iteration should leave a short changelog. Stop condition: time budget reached or quality goal met.
A game only survives if very different players can cope with it. Therefore test (also simulated by agents) from several personas instead of only from your own perspective — varied by age, experience, platform (PC/mobile/tablet/console), attention span, language and accessibility. Examples: a 9-year-old casual kid on a tablet who only wants to press buttons; a 12-year-old core player on PC who looks for the meta; a 60+ beginner who needs big buttons. Persona tests should run blind (the tester does not know the design intent).
Capture every game in a concise GDD — template: assets/KONZEPT_template.md. Minimum structure:
Several AI agents (or human+AI) can divide up a game — two modes:
one feature, coordinated by the Creative Director).
Proven in practice: never give development and testing to the same agent; fix role prompts per role (system prompt = role description); each chain iteration ends with a changelog + test report; the human remains the quality gate.
Platform knowledge that grounds the concept work for Roblox (no guarantee, just rules of thumb):
and effort.
high-quality sports games, cozy/life sim, co-op puzzle/escape, auto-battler.
(2) monetization should support gameplay, not block it, (3) social design (trading, co-op) is infrastructure, (4) mobile-first (50%+ play on phones), (5) content-creator suitability (YouTube/TikTok) is marketing.
> For current, reliable market figures, research instead of estimating — the points above are > stable heuristics, not live data.
/rojo, /rbx-studio; meta-skill /rbx-dev (architecture patterns,project structure, Luau lessons).
<your Roblox project pipeline> (AGENT_ROLES.md, GUIDE.md,IDEAS.md, market analyses).
.ROBLOX/AGENT_ROLES.md& GUIDE.md, user-neutral (without project-specific portfolio).
Other measured skills in the registry, with their headline benchmark lift.