problem-validation
Validate whether a problem is worth solving before building anything. Use when asked to validate a problem, assess problem-solution fit, decide whether to build something, or evaluate if a problem is real. Scores problems on frequency, intensity, willingness to pay, and existing workarounds.
What this skill does
Validate problems with evidence, not opinions. A problem worth solving is one that people encounter frequently, feel intensely, and have already tried to solve. If nobody has attempted a workaround, the problem isn't painful enough to build for. ## Scoring Framework Rate each dimension 1-5 based on evidence: ### Frequency (How often does this happen?) - 5: Daily or multiple times per day - 4: Weekly - 3: Monthly - 2: Quarterly - 1: Rarely or once ### Intensity (How painful is it when it happens?) - 5: Blocks critical work, causes real losses (money, time, reputation) - 4: Major friction, significant workarounds needed - 3: Annoying but manageable - 2: Minor inconvenience - 1: Barely noticeable ### Existing Workarounds (Are people already trying to solve it?) - 5: Paying for imperfect solutions or built custom tools - 4: Cobbled together multi-tool workflows (spreadsheets + email + manual steps) - 3: Have a basic process but it's tedious - 2: Occasionally Google for solutions - 1: Haven't tried to solve it ### Willingness to Pay (Would they pay to make this go away?) - 5: Already spending money on partial solutions - 4: Have explicitly said they'd pay (and named a number) - 3: Would "probably" pay (hypothetical — discount this) - 2: Want it free - 1: Haven't considered paying **Validation Score = Frequency x Intensity x Workarounds x WTP** - **250+**: Strong signal. Build. - **100-249**: Promising. Needs more evidence on weak dimensions. - **Under 100**: Weak. Either pivot the problem framing or walk away. Example: "PDF Export" — Frequency: 3 (monthly board reports), Intensity: 2 (screenshot workaround exists), Workarounds: 4 (3 users built browser-print-to-PDF workflows), WTP: 1 (nobody has paid for an export tool). Score = 3 x 2 x 4 x 1 = **24**. Verdict: Kill — not painful enough. ## Evidence Requirements Every score MUST cite evidence. Acceptable evidence types, strongest first: 1. **Observed behavior:** You watched someone struggle with this 2. **Spending:** They pay for alternatives or workarounds 3. **Time invested:** They built custom solutions (scripts, spreadsheets, processes) 4. **Quotes from interviews:** Direct quotes about past behavior (Mom Test compliant) 5. **Support tickets / forum posts:** Public complaints with specifics 6. **Survey responses:** Weakest — people say one thing and do another If your only evidence is survey responses or "my friend said," your validation is weak. ## Go / No-Go Decision **Go** when: - Score 250+ with evidence across all four dimensions - At least 5 people independently describe the same problem - Someone has spent money or significant time on workarounds **Investigate more** when: - Score 100-249 with strong evidence on 2-3 dimensions - You've talked to fewer than 5 people - Workaround evidence is weak **Kill** when: - Score under 100 - Nobody has tried to solve the problem themselves - "Willingness to pay" is entirely hypothetical - You've talked to 5+ people and stories don't converge ## Guidelines - CRITICAL: NEVER validate based on opinions or surveys alone. Require evidence of past behavior. - ALWAYS require workaround evidence. No workarounds = not painful enough. - NEVER count "I would definitely use that!" as validation. Enthusiasm is not evidence. - ALWAYS talk to at least 5 people in the ICP before making a go/no-go call. - NEVER confuse "interesting problem" with "problem worth solving." Interesting doesn't pay the bills. --- *Built on YC's "talk to users" philosophy and The Mom Test (Rob Fitzpatrick). Skills from [productskills](https://github.com/assimovt/productskills).*
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.