con un clic
autoplay-system-designer
Define auto-play UX, stop conditions, and safeguards for slot games. Invoke when implementing autoplay controls, confirmations, or stop-on-event rules.
Menú
Define auto-play UX, stop conditions, and safeguards for slot games. Invoke when implementing autoplay controls, confirmations, or stop-on-event rules.
Create structured game info/rules content for slot games. Invoke when drafting game info sections, symbol payouts, bonus purchase rules, or required disclaimers.
End-to-end Stake game development workflow for math, RGS contract, frontend playback, and compliance gating. Use when building or updating Stake games, defining game modes and RTP targets, validating generated books/index metadata, validating event streams, integrating frontend event playback, implementing RGS communication and replay mode, or preparing publication checks including social-language and jurisdiction requirements.
Design, mix, and integrate slot game audio including ambient loops, spin sounds, win celebrations, and feature music. Use when defining audio assets, tuning volume levels, synchronizing sound with animations, or validating audio loop seamlessness.
Design and execute test plans for slot games covering math correctness, UI logic, performance, and compliance. Use when validating game rules, running regression tests, verifying error handling, checking jurisdiction constraints, or preparing release sign-off reports.
Design and implement visual effects for slot games using shaders, particle systems, and sprite animations. Use when defining big win sequences, feature transitions, symbol animations, or optimizing VFX performance for mobile devices.
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.
| name | autoplay-system-designer |
| description | Define auto-play UX, stop conditions, and safeguards for slot games. Invoke when implementing autoplay controls, confirmations, or stop-on-event rules. |
Use this skill to design casino-grade auto-play behavior with clear stop rules, safe UI states, and compliance-ready confirmations.
Return:
Auto-Play Policy: limits, counters, stop conditions.UI Mapping: button state, counters, labels.Confirmation Flow: modal content and gating rules.Error Handling: resume/stop policy and user messaging.Verification: test matrix and pass criteria.Risks: edge cases or ambiguity.python3 scripts/validate_autoplay_spec.py \
--input <path/to/autoplay_spec.json>
Treat non-zero exits as blocker findings.
references/workflow.md: autoplay design flow.references/contracts.md: autoplay spec contract.references/checklist.md: UX and compliance checks.references/signoff-template.md: sign-off template.