problem-diagnosis
Use when animation "feels wrong" but you can't pinpoint why—debugging floaty movement, stiff characters, unclear action, or any motion that isn't working and needs systematic troubleshooting.
What this skill does
# Problem Diagnosis Think like a doctor examining symptoms. Something feels wrong. Your job is to identify the specific principle being violated and prescribe the cure. Systematic diagnosis beats random fixes. ## Core Mental Model When animation feels off, ask: **What principle is being violated, and how?** "It doesn't look right" isn't actionable. The 12 principles are your diagnostic checklist. Every animation problem is a principle problem—find which one, and the solution becomes clear. ## Diagnostic Framework ### Symptom: "Floaty" or "Weightless" **Likely Causes:** - Missing slow-in/slow-out (objects should accelerate with gravity) - Insufficient anticipation before jumps - No squash on landing impacts - Timing too uniform (everything same speed) - Missing secondary weight (hair/clothing not responding to gravity) **Fixes:** 1. Add ease-in at motion start 2. Add squash frames at impact points 3. Include settling oscillations after stops 4. Vary timing based on mass ### Symptom: "Stiff" or "Robotic" **Likely Causes:** - Missing arcs (linear interpolation instead of curves) - No overlapping action (all parts move together) - Twinning (left and right doing identical things) - No secondary action - Timing too uniform **Fixes:** 1. Add arc curves to all motion paths 2. Offset timing of connected body parts 3. Break symmetry in poses 4. Add breathing and weight shifts 5. Include micro-movements ### Symptom: "Unclear" or "Hard to Read" **Likely Causes:** - Poor staging (elements overlap confusingly) - Weak silhouettes - Insufficient anticipation (action comes from nowhere) - Not enough exaggeration - Competing attention points **Fixes:** 1. Simplify background during key action 2. Push poses to clear silhouettes 3. Extend anticipation timing 4. Increase exaggeration 20% 5. Reduce secondary action during primary beats ### Symptom: "Boring" or "Lifeless" **Likely Causes:** - No appeal in character posing - Timing lacks contrast (no fast vs. slow) - Missing anticipation-payoff structure - Insufficient exaggeration - No secondary action or texture **Fixes:** 1. Push personality in poses 2. Create timing contrast (faster fasts, slower slows) 3. Add clear anticipation beats 4. Increase exaggeration of key poses 5. Layer in secondary movement ### Symptom: "Cartoony" (Unintentionally) **Likely Causes:** - Excessive squash and stretch - Over-exaggerated timing - Physics violations too extreme - Follow-through too elastic **Fixes:** 1. Reduce squash/stretch to 10-20% range 2. Add more frames to smooth extremes 3. Ground with realistic settling time 4. Pull back follow-through delay ### Symptom: "Too Fast" / "Too Slow" **Likely Causes:** - Frame count mismatch with intention - Missing ease-in or ease-out - Key poses not held long enough - Anticipation/payoff imbalance **Fixes:** 1. Adjust frame count (add/remove in-betweens) 2. Check easing curves 3. Hold key poses 2-4 more frames 4. Rebalance anticipation vs. action timing ## Diagnostic Process 1. **Identify the symptom** — Name what's wrong in plain terms 2. **Isolate the problem** — Is it the whole scene or specific moments? 3. **Check principles systematically:** - Timing and spacing? - Squash and stretch? - Anticipation and follow-through? - Arcs? - Staging? - Exaggeration level? - Secondary action? 4. **Test hypothesis** — Make one change, evaluate 5. **Iterate** — If unfixed, try next most likely principle ## The Golden Rule **One fix at a time.** Animation problems often have multiple causes, but changing everything at once makes it impossible to learn what worked. Diagnose, treat one principle, evaluate, repeat.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.