What problem does it solve? Producing a polished vertical short (YouTube Shorts / Reels / X) for each Feel Your Protocol exploration requires coordinating narration scripts, voice synthesis, browser recording, video muxing, and social copy — a multi-tool pipeline that is error-prone when done by hand. ## Core Features & Use Cases - End-to-end video pipeline: Derives a beat-by-beat plan from an exploration's canonical.ts, drafts content.json / playbook.json / zones.json / narration.json, synthesizes voice with ElevenLabs, records the widget with Playwright, and muxes a 1080x1920 H.264/AAC *-final.mp4 with ffmpeg. - Hard QA gates: Three-tier validation (vitest suites, storyboard + Playwright rehearsal, Chromium preflight) plus codec, frame-0, audio-start, and duration verification before shipping. - Publication assets: Writes tweet.yml (announcement thread with intent URLs and accessibility description) and youtube.yml (title, description, tags, playlist, auto-extracted title-card thumbnail) for X and YouTube Shorts. - Use Case: After finishing an EIP exploration, ask for a short video; the skill registers the exploration, adds missing data-testid hooks, runs the full pipeline, and reports a clickable local file URL to the final 1080x1920 mp4 plus paste-ready social copy. ## Quick Start Generate a video short for EIP-7708, running the full pipeline from narration synthesis through the final 1080x1920 mp4 and publication assets.