What problem does it solve? Choosing the right video generation provider for each creative task is error-prone and scattered across multiple specialist skills. This Skill centralizes that decision by reading a routing matrix and delegating each brief to the correct provider-specific prompt builder. ## Core Features & Use Cases - Provider routing: Parses the Video matrix in .specs/architecture/PROVIDERS.md to map task kinds like cinematic_reel, ugc_product_holder, or programmatic_short to Higgsfield, Topview, Wavespeed, or Hyperframes. - Override and fallback handling: Honors provider_override.video in piece files, falls back to the cinematic default for unknown task kinds, and drops to the next provider when required env vars are missing. - Dry-run and cost visibility: Returns the resolved provider, params, MCP tool, and cost estimate without calling the MCP, and logs every run to data/video-usage.jsonl. - Use Case: A marketing pipeline receives a brief for a 6-second editorial reel; the Skill resolves cinematic_reel to Higgsfield, translates the brief into the specialist's input shape, and returns the generated artifact reference. ## Quick Start Ask the agent to build a video generation prompt from your brief, specifying the task kind such as cinematic_reel or ugc_product_holder, and let it route to the right provider.