pmf-survey
Use when asked to "PMF survey", "measure product-market fit", "40% rule", "Sean Ellis test", "Rahul Vohra method", or "how disappointed would you be". Helps quantify product-market fit and systematically improve it. The PMF Survey framework (created by Sean Ellis, popularized by Rahul Vohra at Superhuman) measures how disappointed users would be without your product and turns that data into a roadmap.
What this skill does
## Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. ## Input Requirements - Context about your product, feature, or problem - Relevant data, research, or constraints (recommended but optional) - Clear articulation of what you're trying to achieve # PMF Survey (Product-Market Fit Survey) ## What It Is The PMF Survey is a method to **measure and systematically improve product-market fit**. The core insight: you can put a number on product-market fit, and you can use that number to write your roadmap. The key question: "How would you feel if you could no longer use this product?" - **Very disappointed** - "I'd be devastated. I need this." - **Somewhat disappointed** - "I'd be bummed but I'd find something else." - **Not disappointed** - "I wouldn't really care." Sean Ellis discovered that companies with **40% or more "very disappointed" responses** almost always grew successfully, while those under 40% struggled. This benchmark has held across thousands of companies. Rahul Vohra at Superhuman took this further: he built an engine that uses survey responses to algorithmically generate a roadmap guaranteed to increase PMF score. ## When to Use It Use the PMF Survey when you need to: - **Quantify product-market fit** before making major investment decisions - **Decide whether to pivot** or double down - **Prioritize your roadmap** based on what will actually move the needle - **Identify your best customer segment** (who loves you most) - **Track PMF over time** as you iterate - **Make the case to investors** with data, not gut feeling ## When Not to Use It - You have fewer than 30 active users (sample too small) - Users haven't had enough time to experience value (survey too early) - The product is employer-mandated (users had no choice) - You want to validate a hypothesis without building (use JTBD instead) ## Resources **Articles:** - *How Superhuman Built an Engine to Find Product-Market Fit* by Rahul Vohra **Books:** - *Hacking Growth* by Sean Ellis - *The Lean Startup* by Eric Ries ## Further Reading - [Pm Ai Evals](https://pmprompt.com/blog/pm-ai-evals) - [Pmf Survey](https://www.productcompass.pm/p/pmf-survey)
Related in Code Review
gstack
IncludedFast headless browser for QA testing and site dogfooding. Navigate pages, interact with elements, verify state, diff before/after, take annotated screenshots, test responsive layouts, forms, uploads, dialogs, and capture bug evidence. Use when asked to open or test a site, verify a deployment, dogfood a user flow, or file a bug with screenshots. (gstack)
startup-due-diligence
IncludedLegal due diligence review for seed-stage and Series A startups (US, Delaware C-Corp focus). Supports both investor and founder perspectives. Capabilities include: (1) Interactive document review and issue spotting; (2) Document request list generation; (3) Cap table and SAFE/convertible note analysis; (4) Red flag identification with severity ratings; (5) Diligence report generation. TRIGGERS: due diligence, DD, startup investment, cap table review, Series A, seed round, investor diligence, legal review startup, SAFE analysis, convertible note, 409A, founder vesting.
interview-master
IncludedThis skill should be used when the user asks to "generate interview questions", "prepare for interview", "optimize resume", "conduct mock interview", "analyze git commits for resume", "generate resume from code", "review my resume", or mentions interview preparation, career assistance, or extracting project experience from git history. Provides comprehensive interview and career development guidance for both job seekers and interviewers.
fix-issue
IncludedFixes GitHub issues using parallel analysis agents for root cause investigation, code exploration, and regression detection. Reads issue context from gh CLI, searches codebase and memory for related patterns, generates a fix with tests, and links the resolution back to the issue via PR. Includes prevention analysis to avoid recurrence. Use when debugging errors, resolving regressions, fixing bugs, or triaging issues.
sf-apex
IncludedGenerates and reviews Salesforce Apex code with 150-point scoring. TRIGGER when: user writes, reviews, or fixes Apex classes, triggers, test classes, batch/queueable/schedulable jobs, or touches .cls/.trigger files. DO NOT TRIGGER when: LWC JavaScript (use sf-lwc), Flow XML (use sf-flow), SOQL-only queries (use sf-soql), or non-Salesforce code.
swift-development
IncludedComprehensive Swift development for building, testing, and deploying iOS/macOS applications. Use when Claude needs to: (1) Build Swift packages or Xcode projects from command line, (2) Run tests with XCTest or Swift Testing framework, (3) Manage iOS simulators with simctl, (4) Handle code signing, provisioning profiles, and app distribution, (5) Format or lint Swift code with SwiftFormat/SwiftLint, (6) Work with Swift Package Manager (SPM), (7) Implement Swift 6 concurrency patterns (async/await, actors, Sendable), (8) Create SwiftUI views with MVVM architecture, (9) Set up Core Data or SwiftData persistence, or any other Swift/iOS/macOS development tasks.