mcpbeat

User Feedback System

menkesu/user-feedback-system

Builds feedback collection systems using Superhuman's PMF framework and YC's "talk to users" methodology. Use when implementing NPS surveys, scheduling user interviews, or measuring product-market fit.

534 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
385
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/menkesu/awesome-pm-skills --skill user-feedback-system

The instruction itself

10 sections, as written by the author

The Feedback Loop

When This Skill Activates

Claude uses this skill when:

  • Building feedback collection
  • Measuring product-market fit
  • Implementing user research
  • Creating feedback systems

Core Frameworks

1. Superhuman PMF Survey

The Question:

> "How would you feel if you could no longer use [product]?"

> - Very disappointed

> - Somewhat disappointed

> - Not disappointed

PMF Threshold:

  • >40% "very disappointed" = strong PMF
  • <40% = need to improve

2. Talk to Users (YC)

The Approach:

  • Talk to users weekly (minimum)
  • Ask open-ended questions
  • Watch them use product
  • Focus on jobs-to-be-done

Action Templates

Template: Feedback System

# Feedback Collection System

## In-App Surveys
**PMF Survey:**
- Trigger: After 2 weeks of use
- Question: "How disappointed if couldn't use?"
- Follow-up: "What's the main benefit?"

**NPS Survey:**
- Trigger: Quarterly
- Question: "How likely to recommend (0-10)?"
- Follow-up: "Why that score?"

## User Interviews
**Cadence:** [Weekly/biweekly]
**Participants:** [How selected]
**Format:**
- 30-minute calls
- Watch them use product
- Ask "why?" 5 times

## Feature Requests
**Collection:**
- In-app widget
- Support tickets
- User interviews

**Tracking:**
- Count: [number of requests]
- Priority: [using RICE]
- Status: [planned/not planned]

Quick Reference

💬 Feedback Checklist

Collect:

  • [ ] PMF survey implemented
  • [ ] NPS tracking
  • [ ] User interview cadence
  • [ ] Feature request system

Act:

  • [ ] Feedback reviewed weekly
  • [ ] Patterns identified
  • [ ] Prioritized using RICE
  • [ ] Closed loop (tell users what you built)

Key Quotes

YC:

> "Talk to users. All the time. Until it feels like you're doing it too much."

Superhuman:

> "Product-market fit isn't a feeling. It's a number: 40% very disappointed."

How to use it

Copy the folder

Take menkesu/user-feedback-system from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.