What problem does it solve?
This Skill helps you design and implement game cutscene systems that stay coherent across realtime and video playback, preserve gameplay state, and avoid the common bugs that make cinematics feel broken.
Core Features & Use Cases
- Timeline Architecture: Defines a reusable cutscene asset model with typed tracks, markers, bindings, and a runtime director for Unity and Unreal-style engines.
- Skip, Replay, and State Safety: Ensures skips reach the final state, events still fire, quest progress stays correct, and replay galleries work across different contexts.
- Production and Cinematography Guidance: Covers transition setup, preload gates, session cleanup, shot grammar, camera movement, lighting, mocap workflows, and realtime versus pre-rendered decisions.
- Accessibility and Interactive Cinematics: Advises on QTE design, captions, pause behavior, audio description, branching choices, and player-state reflection.
Quick Start
Ask the skill to design a cutscene system for your game, including timeline structure, skip-safe state handling, camera transitions, and accessibility rules.