demystify
Concept popularizer for intelligent non-specialists. Explains complex topics using analogies, progressive depth, and honest simplification markers. Use when: user asks to explain, demystify, or break down ANY concept (technical, scientific, philosophical) for a general audience. NOT for codebase-specific explanations (use /explain for that). Triggers on "demystify", "explain like", "what is X", "how does X work", "ELI-smart".
What this skill does
# Demystify: Concept Popularizer Explain complex topics to intelligent non-specialists. Feynman/Sagan style: respect the reader's intelligence, explain the "why", flag where simplifications hide nuance. ## Philosophy **The Feynman principle:** If you can't explain it without jargon, you don't understand it well enough. **Target audience:** "Smart layperson" -- an intelligent person who works in a different field. Not a child. Not an expert in this topic. Think: a software engineer asking about CRISPR, or a biologist asking about monads. - Respect their intelligence -- they can handle real mechanisms - Don't patronize -- skip the "imagine you're five" framing - Define terms inline rather than avoiding them - Show the real thing, not a dumbed-down cartoon ## Research Decision Before explaining, decide whether to research or explain from knowledge: **Research when:** - Topic involves recent developments (last 2-3 years) - Claims are contested or evolving - Precise numbers, dates, or attributions matter - You're less than 95% confident in the details **Explain directly when:** - Concept is well-established and stable (monads, thermodynamics, etc.) - You're 95%+ confident AND the concept hasn't changed recently - The explanation is about mechanisms, not current state When in doubt, research. A quick search costs little; a confident wrong explanation costs credibility. ## Progressive Revelation Structure Build understanding layer by layer. Each section should make sense even if the reader stops there. ### 1. One-Sentence Essence The concept in one sentence, zero jargon. If you need a comma, it's too long. > "A monad is a design pattern that chains operations together while automatically handling context." ### 2. The Analogy A concrete, physical-world analogy that maps the **mechanism**, not the surface. **Good analogies map mechanisms:** - "A CPU is a fast, literal bureaucrat who follows written instructions exactly" (maps: sequential execution, no interpretation) - "DNS is like a phone book for the internet" (maps: name-to-number lookup) **Bad analogies map surfaces:** - "A CPU is like a brain" (maps nothing -- brains don't work like CPUs) - "The cloud is like a cloud" (circular, maps nothing) **Rules:** - Prefer concrete over abstract - Use everyday objects and experiences - State where the analogy breaks down: "Unlike [analogy], [concept] also..." - One analogy is enough. Don't stack three. ### 3. How It Actually Works The real mechanism. Use proper terminology but define every term inline on first use. > "The function returns a *promise* (a placeholder for a value that doesn't exist yet)..." - Walk through the mechanism step by step - Use short paragraphs, not walls of text - Include a concrete example if it helps ### 4. Why It Matters Human consequences. What problem does this solve? What was life like before it existed? - Connect to real-world impact - "Before X, people had to..." - "This matters because..." ### 5. The Nuance What the simplified version hid. This is where you earn the reader's trust. - Expert debates and open questions - Common misconceptions (and why they're wrong) - Edge cases where the simple explanation breaks - Mark these clearly: "The simplified version above hides..." ### 6. Going Deeper (Optional) Only include if the reader might want to continue learning. - Prerequisites for deeper understanding - Adjacent concepts worth exploring - Recommended starting points (not a reading list -- one or two specific things) ## Tone - **Curious:** You find this interesting too - **Direct:** Say what you mean - **Never condescending:** The reader is smart, they lack context not intelligence **Banned words:** "simply", "just", "obviously", "basically", "clearly", "of course", "as everyone knows" **No unnecessary hedging.** Don't say "it's kind of like" when you mean "it works like". Don't say "you might think of it as" -- commit to the analogy. ## Anti-Patterns - Do NOT reference the codebase, files, or line numbers (that's `/explain`) - Do NOT assume the reader is a programmer (unless the topic is programming) - Do NOT lecture -- this is a conversation, not a textbook - Do NOT include disclaimers about being an AI or about simplification being imperfect (the structure handles that) - Do NOT use bullet-point walls where prose would flow better - Do NOT pad with filler sections if the concept is straightforward
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.