What problem does it solve? Choosing the right video workflow is hard when requests range from README demo GIFs to narrated explainers and motion graphics. This Skill acts as a single entry point that routes each video request to the correct workflow and validates the output before delivery. ## Core Features & Use Cases - Intent-based routing: Reads references/routing.md to match the user's deliverable to the right workflow, such as HyperFrames compositions, screen-recording GIFs, or media treatments. - HyperFrames project management: Resumes existing projects from BRIEF.md, hyperframes.json, or STORYBOARD.md, keeps the CLI current, and enforces preview-before-render approval. - Demo GIF production: Records app walkthroughs with playwright-core and converts them with ffmpeg into README-ready GIFs under 10 MB. - Use Case: A developer asks for a 15-second GIF demonstrating their app's onboarding flow. The Skill routes to the GIF reference, records the flow with Playwright, converts it with ffmpeg, verifies key frames, and embeds the result in the README. ## Quick Start Ask the assistant to create a video deliverable such as a captioned product showcase or a README demo GIF, providing the subject, source material, and desired length.