What problem does it solve? Product walkthrough videos go stale the moment the UI changes, and re-recording plus re-narrating them by hand is tedious. This Skill turns a plain-English goal into a reproducible, narrated tutorial: Playwright drives your app, a neural TTS voice narrates each step, and the output regenerates on command. ## Core Features & Use Cases - Gated record-and-render pipeline: Draft a scenario, approve it, record with Playwright, then render a real motion MP4, a screenshot slideshow MP4, or a no-ffmpeg HTML player — all with WebVTT captions. - Drift-free narration sync: Per-step audio is muxed over the recorded session video, freezing a frame only when narration runs long, so voice and picture never desync. - Themeable branded index: Generates a light/dark, logo-branded index.html that switches between all published tutorials, driven by tutorial.config.json. - Use Case: After shipping a new onboarding flow, run /tutorial-create "show a new user how to create their first record", approve the scenario, and publish a narrated video tour of your app. ## Quick Start Ask the assistant to run /tutorial-init to configure your project, then use /tutorial-create with a one-line goal to record and publish your first narrated tutorial.