Product feedback synthesis
Pulls product feedback from everywhere it gets mentioned — support tickets, sales call transcripts, customer success notes, public reviews, social channels — and synthesizes it into structured themes the product team can act on. Different from running a survey: this pattern works on unsolicited feedback in its natural form, identifying signals across thousands of mentions that no human would catch by reading individually. Output is themed feedback with weight (how many sources, how recent), severity (how badly does it block customers), and direct links to specific source mentions. Humans interpret and decide what to do with it; the pattern surfaces what's worth interpreting.
Requirements describe capabilities the pattern needs in your environment, not the vendors you must buy. Any system that fills a requirement satisfies it — that’s what makes the catalog portable across the long tail of SMB tooling.
feedback_source_collectionAll the places product feedback shows up. Multiple inputs, one synthesis.
- support ticket archive (potentially via A1/A2 patterns)
- call transcripts from A4 if live
- review platform feeds
- social listening tools
- customer success notes archive
- in-app feedback submissions
product_taxonomyThe structured map of product areas, features, and concerns the feedback gets classified against.
- product feature catalog maintained by product team
- structured taxonomy co-authored during engagement
- feature flag system structure that doubles as taxonomy
customer_context_lookupWho's giving the feedback: their segment, plan, tenure, spend. Weights feedback appropriately.
- CRM with customer profiles
- billing system with plan and spend
- customer database with segment classifications
theme_destinationWhere synthesized themes land for the product team to consume.
- theme dashboard for product team
- weekly digest
- structured feed into product planning workflows
individual_mention_archiveAll source mentions remain queryable by anyone wanting to drill from a theme to the actual quotes.
- searchable archive available to product, customer success, support
- structured database with full-text search
- indexed feed used by other patterns
theme_calibration_loopHow product team confirms or corrects the synthesis, used for tuning.
- theme review interface for the product team
- structured PM workflow with theme acceptance
- weekly review session
- 01On regular cadence, pull new mentions from all feedback sources
feedback_source_collection - 02Classify each mention against the product taxonomy
product_taxonomy - 03Look up customer context for each mention
customer_context_lookup - 04Cluster mentions into themes; existing themes get extended, new themes get created
- 05Compute theme weights factoring in mention count, customer count, customer value, recency trend
- 06Archive individual mentions with classifications for drill-down
individual_mention_archive - 07Publish themes to the destination with full evidence trail
theme_destination - 08Capture product team feedback on synthesis quality
theme_calibration_loop
Structured outputs this pattern produces. Other patterns and client systems can subscribe to them, which is how the catalog composes over time.
feedback_theme_corpusSynthesized themes over time, the main signal product planning consumes.
- product roadmap planning
- feature prioritization
- customer success workflows
- executive product reviews
emerging_signal_alertThemes growing rapidly, surfaced as early warning before they become widespread issues.
- product team daily standups
- customer success alerting
- engineering attention prioritization
segment_specific_signalThemes that hit specific customer segments differently, useful for segment-aware roadmap decisions.
- segment strategy
- product marketing
- customer success per segment