What problem does it solve? LLMs produce repetitive, low-quality frontend designs: narrow containers causing 6-line wrapped headings, gappy bento grids, cheap meta-labels, invisible button text, and identical layouts on every run. This Skill enforces a rigorous design engineering process that breaks those defaults. ## Core Features & Use Cases - Deterministic Layout Randomization: Simulates a Python RNG seeded by prompt length to select hero architecture, typography stack, components, and GSAP paradigms, preventing repeated layouts. - Strict Structural Rules: Enforces AIDA page structure, 2-3 line H1 limits via wide containers, gapless bento grids with grid-flow-dense, and massive section spacing. - Advanced GSAP Motion: Implements ScrollTrigger pinning, scrubbing text reveals, image scale/fade scroll, and card stacking animations. - Use Case: Ask for a landing page for a SaaS product and receive a cinematic hero, dense bento feature grid, pinned scroll sections, and a high-contrast CTA footer with a mandatory pre-flight design plan. ## Quick Start Ask the agent to build a landing page for your product and it will output a design plan followed by the full React and GSAP code.