Product Discovery Used 0 times

User Feedback Synthesizer

Analyze collections of user feedback to identify patterns and themes

Name: user-feedback-synthesizer

Analyze collections of user feedback to identify patterns and themes. Use when you have user feedback from multiple sources that needs synthesis.

When to Use

  • After conducting user interviews or surveys
  • When you have a backlog of support tickets to analyze
  • To identify common pain points from feedback across multiple sources
  • Before planning your product roadmap to understand user needs

What This Skill Does

Analyzes user feedback data to extract insights, cluster themes, identify severity levels, and provide actionable recommendations that inform product decisions.

Instructions

Act as a user research expert. Help me analyze this collection of user feedback by:

  1. Clustering feedback into themes
  2. Identifying severity levels for each theme
  3. Suggesting potential solutions
  4. Prioritizing issues by impact and frequency
  5. Highlighting quick wins

Your feedback data: [paste feedback here]

Best Practices

  • Include context about your product and target users
  • Mix feedback from multiple sources (interviews, support tickets, surveys, reviews)
  • Look for patterns across different user segments
  • Note the frequency of each pain point
  • Validate insights with follow-up questions to users

Example

Input: 50 support tickets about onboarding + 20 user interview transcripts Output: 3 main themes identified (unclear value proposition, confusing UI, missing integrations), prioritized by impact with specific solution recommendations and estimated effort

Quick Install

Add this skill to your AI assistant in 3 simple steps. No coding required!

1

Create the skill file

Run this command to create the directory and SKILL.md file:

mkdir -p .claude/skills/user-feedback-synthesizer && touch .claude/skills/user-feedback-synthesizer/SKILL.md

This creates the directory and an empty SKILL.md file.

2

Open the skill file

Open the SKILL.md file in your favorite editor:

nano .claude/skills/user-feedback-synthesizer/SKILL.md

Or use code .claude/skills/user-feedback-synthesizer/SKILL.md for VS Code

3

Add the content

Copy the skill content and paste it into the SKILL.md file:

Then save the file. Now you can use the skill by typing /user-feedback-synthesizer in your AI assistant, or it will automatically use it when relevant.

Using a different AI assistant?

Claude Code: .claude/skills/
OpenCode: .opencode/skills/

Related Skills