Site Motion Excellence Director
Use this skill before adding substantial motion to a website or app.
Workflow
- Identify the brand, route, audience, and first user task.
- Define the first read before animation.
- Name the motion job: orient, reveal, explain, confirm, compare, express brand, or convert.
- Pass the still-frame gate.
- Write a beat sequence: setup, trigger, primary move, secondary support, hold, final state.
- Choose the lightest runtime that preserves the intent.
- Specify reduced motion in the same pass.
- Implement only after the spec is clear.
- Verify with browser screenshots, mobile, reduced motion, and video/frame proof.
- Score with the excellence gate.
Runtime Rules
- Use CSS for simple state changes, hover/focus, skeletons, and low-risk reveals.
- Use Motion for React for component choreography, layout transitions, presence, and React scroll work.
- Use GSAP ScrollTrigger for pinned, scrubbed, snapped, SVG/canvas, or complex authored timelines.
- Use Rive for interactive vector state machines.
- Use Lottie/dotLottie for portable non-interactive vector loops.
- Use Three.js only when 3D is central and visually verified.
- Use Remotion for rendered video, social variants, product explainers, and exact text/layout in media.
- Use Grok/imagegen/Veo/Sora/Luma/Runway/Higgsfield only as source generation, then finish and QA in context.
Taste Rules
- Motion is hierarchy over time.
- Do not animate a weak still frame.
- Make one object the hero.
- Use stillness as contrast.
- Keep repeated task motion short and quiet.
- Do not bake exact product text into generated images or videos.
- Treat mobile as separate choreography.
- Never ship meaningful motion without reduced-motion behavior.
Required Spec
Use templates/site-motion/SITE_MOTION_SPEC.md for substantial site motion.
Use rubrics/site-motion-excellence-gate.md before handoff.
Output Shape
Return: motion thesis, first-read diagnosis, still-frame verdict, motion map, runtime choice, reduced-motion plan, implementation tasks, QA proof required, and excellence score.
1---2name: site-motion-excellence-director3description: Use when planning, auditing, specifying, implementing, or improving premium website/app motion across FrankX, Arcanea, Starlight, or Vercel/Next.js sites. Use for motion design systems, site choreography, scroll motion, generated media integration, runtime selection, reduced-motion planning, visual QA, and turning rough motion ideas into implementation-ready specs.4---56# Site Motion Excellence Director78Use this skill before adding substantial motion to a website or app.910## Workflow11121. Identify the brand, route, audience, and first user task.132. Define the first read before animation.143. Name the motion job: orient, reveal, explain, confirm, compare, express brand, or convert.154. Pass the still-frame gate.165. Write a beat sequence: setup, trigger, primary move, secondary support, hold, final state.176. Choose the lightest runtime that preserves the intent.187. Specify reduced motion in the same pass.198. Implement only after the spec is clear.209. Verify with browser screenshots, mobile, reduced motion, and video/frame proof.2110. Score with the excellence gate.2223## Runtime Rules2425- Use CSS for simple state changes, hover/focus, skeletons, and low-risk reveals.26- Use Motion for React for component choreography, layout transitions, presence, and React scroll work.27- Use GSAP ScrollTrigger for pinned, scrubbed, snapped, SVG/canvas, or complex authored timelines.28- Use Rive for interactive vector state machines.29- Use Lottie/dotLottie for portable non-interactive vector loops.30- Use Three.js only when 3D is central and visually verified.31- Use Remotion for rendered video, social variants, product explainers, and exact text/layout in media.32- Use Grok/imagegen/Veo/Sora/Luma/Runway/Higgsfield only as source generation, then finish and QA in context.3334## Taste Rules3536- Motion is hierarchy over time.37- Do not animate a weak still frame.38- Make one object the hero.39- Use stillness as contrast.40- Keep repeated task motion short and quiet.41- Do not bake exact product text into generated images or videos.42- Treat mobile as separate choreography.43- Never ship meaningful motion without reduced-motion behavior.4445## Required Spec4647Use `templates/site-motion/SITE_MOTION_SPEC.md` for substantial site motion.4849Use `rubrics/site-motion-excellence-gate.md` before handoff.5051## Output Shape5253Return: motion thesis, first-read diagnosis, still-frame verdict, motion map, runtime choice, reduced-motion plan, implementation tasks, QA proof required, and excellence score.