User Research Synthesis logo

User Research Synthesis

Community
yezannnnn
user-research-synthesis

Analyze and synthesize user research findings following PM best practices. Use when the user provides user research data, interview transcripts, survey results, or user feedback that needs to be analyzed, synthesized, or summarized into insights and recommendations.

Overview

Publisheryezannnnn
RepositoryagentGroup
Skill nameuser-research-synthesis
Stars
149
Forks
49
Bundled files
Instructions only
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by yezannnnn on GitHub. Read the source before you install it.

Installation

Install the User Research Synthesis AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/yezannnnn/agentGroup.git /tmp/agentGroup
mkdir -p .claude/skills
cp -r /tmp/agentGroup/max/skills/pm-claude-skills/skills/user-research-synthesis .claude/skills/user-research-synthesis
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable User Research Synthesis in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads User Research Synthesis on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so User Research Synthesis is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

User Research Synthesis Skill

This skill helps analyze user research data and transform it into actionable insights following a structured methodology.

Synthesis Framework

1. Data Collection Overview

  • Research Type: Interviews, surveys, usability tests, etc.
  • Participant Profile: Demographics, segments, sample size
  • Research Questions: What we sought to learn
  • Methodology: How data was collected

2. Key Themes Identification

Organize findings into themes using this structure:

Theme Name

  • Description: What this theme represents
  • Prevalence: How many participants mentioned this (e.g., "8 out of 12 participants")
  • Supporting Quotes: 2-3 representative quotes
  • Implication: What this means for our product

Aim for 4-8 major themes per research effort.

3. Pain Points Analysis

For each identified pain point:

  • Pain Point: Clear description
  • Severity: High/Medium/Low (based on impact and frequency)
  • Current Workaround: How users deal with it today
  • Evidence: Specific examples from research

4. Feature Requests

Categorize requests:

  • Must-Have: Critical needs blocking user success
  • High Value: Would significantly improve experience
  • Nice-to-Have: Incremental improvements

For each request:

  • Request: What users asked for
  • Frequency: How often it came up
  • User Quote: Representative example
  • Underlying Need: Why they want this (dig deeper than surface request)

5. User Workflow Insights

Document actual workflows observed:

  • Current State: How users accomplish tasks today
  • Pain Points: Where they struggle
  • Ideal State: What they wish they could do
  • Opportunities: Where we can add value

6. Segmentation Insights

If research reveals distinct user segments:

  • Segment Name: Descriptive label
  • Characteristics: What defines this segment
  • Unique Needs: How their needs differ
  • Size/Importance: Relative weight for prioritization

7. Competitive Insights

If users mentioned competitors or alternatives:

  • Competitor/Alternative: What they use
  • Why They Use It: What it does well
  • Gaps: What it doesn't do
  • Switching Barriers: Why they don't switch fully

8. Recommendations

Prioritized recommendations based on insights:

High Priority

  • Recommendation with supporting evidence
  • Expected impact

Medium Priority

  • Recommendation with supporting evidence
  • Expected impact

Low Priority / Future Consideration

  • Recommendation with supporting evidence
  • Expected impact

9. Open Questions

Research gaps identified:

  • What we still need to understand
  • Suggested follow-up research
  • Uncertainties requiring validation

Analysis Guidelines

When synthesizing interviews:

  • Look for patterns across multiple participants
  • Note both what users say AND what they do
  • Pay attention to emotional reactions
  • Identify jobs-to-be-done, not just feature requests

When analyzing quotes:

  • Use verbatim quotes in "quotation marks"
  • Attribute quotes: [Participant ID, Role, Context]
  • Select quotes that illustrate patterns, not outliers
  • Include both positive and negative feedback

When identifying themes:

  • Use descriptive names, not generic labels
  • Provide evidence for each theme
  • Quantify when possible ("7 out of 10 users...")
  • Connect themes to business objectives

Quality Standards

Good Synthesis:

  • Identifies patterns, not just individual responses
  • Connects insights to product decisions
  • Includes supporting evidence for each claim
  • Separates observations from interpretations
  • Prioritizes findings by impact

Poor Synthesis:

  • Lists every individual comment
  • Lacks evidence or examples
  • Makes unsupported leaps
  • Focuses on solutions before understanding problems
  • Ignores contradictory data

Example Theme

**Theme: Information Overload During Onboarding**

**Description**: Users consistently expressed feeling overwhelmed by the amount of information presented during initial setup, leading to incomplete onboarding and delayed time-to-value.

**Prevalence**: 9 out of 12 participants mentioned this issue unprompted

**Supporting Quotes**:
- "I just wanted to get started, but it felt like I needed to read a manual first" [P3, Marketing Manager]
- "By the third screen of instructions, I started clicking 'Next' without reading" [P7, Sales Rep]
- "I wish there was a 'quick start' option for people like me who just want to try it" [P11, Product Designer]

**Implication**: Our current onboarding flow prioritizes completeness over engagement. We should consider a progressive disclosure approach where users can start using the product quickly and learn advanced features contextually.

**Recommended Action**: 
- Design a "Quick Start" path that gets users to first value in <3 minutes
- Move advanced configuration to contextual help within the app
- Test with 5-10 new users before full rollout
- Expected impact: +20-30% activation rate improvement

Template Output Structure

When synthesizing research, use this structure:

markdown
# User Research Synthesis: [Research Topic]

## Research Overview
- **Date**: [Date range]
- **Methodology**: [Interview/Survey/Testing]
- **Participants**: [Number] [User types]
- **Research Questions**: 
  1. [Question 1]
  2. [Question 2]
  3. [Question 3]

## Executive Summary
[2-3 sentence overview of key findings and implications]

## Key Themes

### Theme 1: [Theme Name]
[Full theme documentation as shown in example above]

### Theme 2: [Theme Name]
[Full theme documentation]

[Continue with 4-8 themes]

## Pain Points Summary

| Pain Point | Severity | Frequency | Current Workaround |
|------------|----------|-----------|-------------------|
| [Pain 1] | High | 10/12 users | [How they cope] |
| [Pain 2] | Medium | 7/12 users | [How they cope] |

## Feature Requests

### Must-Have
1. **[Request]** - Mentioned by [X] participants
   - Quote: "[Representative quote]"
   - Underlying need: [Why they want this]

### High Value
[Similar structure]

### Nice-to-Have
[Similar structure]

## Recommendations

### High Priority (0-3 months)
1. **[Recommendation]**
   - Supporting evidence: [Data from research]
   - Expected impact: [What will improve]
   - Effort estimate: [Rough sizing]

### Medium Priority (3-6 months)
[Similar structure]

### Future Consideration (6+ months)
[Similar structure]

## Open Questions
1. [Question requiring more research]
2. [Uncertainty to validate]
3. [Follow-up study needed]

## Appendix
- Interview guide used
- Full participant demographics
- Raw notes/transcripts (link)

Frequently asked questions

What does the User Research Synthesis AI skill do?

Analyze and synthesize user research findings following PM best practices. Use when the user provides user research data, interview transcripts, survey results, or user feedback that needs to be analyzed, synthesized, or summarized into insights and recommendations.

Why use User Research Synthesis on TypingMind?

Because you install it once and use it with any model. User Research Synthesis is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install User Research Synthesis in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/yezannnnn/agentGroup/tree/master/max/skills/pm-claude-skills/skills/user-research-synthesis. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use User Research Synthesis?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with User Research Synthesis?

As many as you like. As long as a model supports skills, you can use User Research Synthesis with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the User Research Synthesis AI skill free?

Yes. It is published on GitHub by yezannnnn under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇