game-mechanics-design
Design, inspect, or repair game mechanics, core loops, rules, goals, actions, state, chance, secrets, skills, and emergent dynamics. Use when buildi…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Game Mechanics Design
Use this skill to make gameplay systems explicit enough for an AI coding agent to implement, test, and tune. The mechanic spec should separate rule structure from presentation so the same idea can be prototyped cheaply before polish.
Source Traceability
Primary source: The Art of Game Design: A Book of Lenses, Third Edition by Jesse Schell, especially chapters 12-14 on mechanics, balance, and puzzles. The workflow is transformed and paraphrased.
Supporting source: MDA, which helps distinguish coded mechanics from the player-visible dynamics and aesthetic experience they produce.
Workflow
- Identify the core loop: player input, system response, feedback, reward or consequence, and next decision.
- Specify mechanics across space, time, objects, attributes, state, actions, rules, goals, skill, chance, and information visibility.
- Predict dynamics: dominant strategies, degenerate loops, emergent interactions, pacing, and failure states.
- Define player mastery: what starts simple, what becomes expressive, and how players improve.
- Produce implementation-ready rules with test cases and tuning parameters.
Required Output
Mechanic Brief: player promise, core loop, and intended dynamics.Rules Model: state, objects, actions, rules, goals, and information.Implementation Notes: data structures, tunable constants, edge cases, and instrumentation.Failure Modes: exploits, dead ends, unreadable outcomes, and boring optimal play.Test Scenarios: deterministic cases the agent can implement.
Local References
Before producing a mechanic spec, read:
references/core/guide.mdworkflows/mechanic-spec.md
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
plugins/LVTD-LLC/skills/skills/game-mechanics-design/SKILL.md