What problem does it solve? Short-form videos fail when hooks are weak, captions violate platform limits, or storyboards lack visual specificity. This Skill encodes every creative constraint governing the SwarmXQ video generation subsystem so that script sections, tone routing, virality scoring, captions, and storyboards meet enforceable quality gates instead of relying on subjective judgment. ## Core Features & Use Cases - Script Section Contracts: Defines non-negotiable rules for [HOOK] (≤18 words, no preamble openers), [BODY] (stakes escalation with ComfyUI-ready [VISUAL:] tags), [RESOLUTION] (action frame), and [CTA] (5–8 specific words). - Tone & Virality Governance: Maintains the TONE_RULES map for eight tone variants and the ViralitySignal scoring contract with a fixed weighted formula (hookStrength×0.35 + completionProxy×0.25 + shareability×0.25 + seoScore×0.15). - Caption & Storyboard Gates: Enforces CAPTION_RULES (firstLine ≤40 chars, 3–5 hashtags, platform character caps for TikTok/Reels/Shorts) and storyboard scene-count ranges with per-scene comfyPrompt standards. - Use Case: When modifying video-orchestrator.ts prompt templates, adding a new tone variant, or changing virality-scorer.ts, load this Skill to apply the hook blocklist, tone table, and scoring rubric before committing changes. ## Quick Start Load this skill alongside swarmxq-video-pipeline-architect and ask the AI to review or modify the scripting stage prompt in video-orchestrator.ts for hook quality compliance.