Feedback SynthesisProduct ManagementAI Agent Skill
user-feedback-synthesizer
Synthesizes user feedback into themes with real mention counts, preventing the AI from inflating a single comment into a false trend.
Install Options
Install into Claude Code, Cursor, Codex, or Antigravity with:
$ npx skills add pmprompt/claude-plugin-product-management@user-feedback-synthesizer
Real Work Situation Solved
Filter out hallucinations and over-extrapolations in AI feedback summaries
“AI summarized 100 user tickets into a neat report - how do you verify it didn't invent trends?”
5-Step Action Framework
- 1Require the AI to attach direct ticket IDs or exact verbatim quotes to every listed insight.
- 2Spot-check 5 random citations against raw logs - if even one is fabricated, reject the summary.
- 3Force the AI to output exact mention counts rather than vague qualifiers like 'most users'.
- 4Compare summary points against lowest-rated (1-star) feedback to ensure critical negative signals were not smoothed away.
- 5Retain only insights backed by at least 3 distinct, independent feedback instances.
Before
"The AI summary reads smoothly and makes sense, forward it straight to leadership."
After
"Caught AI fabricating a 'huge demand for dark mode' from a single mention. Enforced ticket citations and counts: only 3 issues with >10 occurrences made the roadmap."
Related Course Lesson
AI Literacy • Lesson 3
SKILL.md Source Instructions
SKILL.md • Read-only preview# User Feedback Synthesizer Skill Group feedback into themes with an exact mention count per theme, and require every reported trend to clear a minimum-mentions threshold before it reaches a report.