slot-mechanics-designer/SKILL.md
Design, review, and harden slot feature mechanics from product idea to implementation-ready behavior spec. Use when defining feature triggers, state transitions, retrigger rules, multipliers, respins, bonus entry/exit flow, mechanic sequencing, anti-loop constraints, or pre-implementation mechanic validation.
npx skillsauth add egorfedorov/slot-casino-game-developer-skills-for-stake-engine slot-mechanics-designerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to convert mechanic ideas into deterministic state/trigger/action specs that engineering and math teams can implement safely.
base, feature, bonus, terminal as needed).triggerEvent, entryState, targetState, and actions.python3 scripts/check_mechanics_spec.py \
--input <path/to/mechanics_spec.json>
Treat non-zero exits as blocker findings.
Return:
Mechanic Map: states, transitions, mechanics, and action payloads.Validation Findings: graph consistency and trigger/action coverage with pass/fail.Patch Plan: file-level implementation steps.Verification: commands and expected success criteria.Residual Risks: unresolved design or implementation blockers.references/workflow.md: step-by-step mechanics design process.references/mechanics-patterns.md: proven feature patterns and guardrails.references/signoff-template.md: final handoff template.development
Integrate, validate, and harden WebAssembly modules in frontend/backend application pipelines. Use when wiring WASM build artifacts with JS/TS loaders, validating module/loader contracts, checking init symbols and runtime assumptions, triaging WASM loading failures, or preparing release sign-off for wasm bundle integrity.
testing
Design retention-focused UX systems for games with measurable engagement impact. Use when defining habit loops, friction reduction patterns, re-engagement flows, or validating UX retention hypotheses against explicit success metrics.
testing
Design, review, and validate slot game UI/UX flows for desktop and mobile play. Use when defining control hierarchy, spin-state UX, bet/balance presentation, modal interactions, responsive layouts, accessibility constraints, animation-feedback timing, or release readiness checks for slot user experience contracts.
content-media
Define turbo/quick spin behavior, timings, and UI rules for slot games. Invoke when implementing fast spin modes, stop/skip behavior, or spin-speed UX standards.