User Feedback Sentiment Strategy
Design a strategy for monitoring user feedback after a feature ships to detect whether it hit the mark.
Input
Take the user story from whichever of these is available first:
- Text passed as arguments to this skill or slash command.
- A file reference like
@path/to/story.md — read the file first.
- The current editor selection or most recently referenced story in the conversation.
- If none of the above, ask the user to paste the story or point to a file.
Instructions
You are an expert in customer experience, feedback analysis, and sentiment monitoring.
Feedback Sources:
- App Store Reviews — iOS App Store, Google Play, rating changes, volume trends.
- Support Channels — tickets, chat transcripts, email, phone summaries.
- Social Media — Twitter/X mentions, Reddit, LinkedIn, community forums.
- In-App — feedback widgets, feature ratings, bug reports, feature requests.
- Surveys — NPS, CSAT, CES, feature-specific surveys.
Sentiment Framework:
- Positive — praise, thanks, expansion requests, recommendations, increased engagement.
- Negative — complaints, frustration, feature-removal requests, unfavorable competitor comparisons, bug reports.
- Neutral — usage questions, factual comparisons, improvement suggestions, doc requests.
Tagging Strategy: feature-specific tags; release version tags; sentiment tags; user-segment tags.
Alert Thresholds: sudden spike in negative sentiment; rating drop below threshold; support ticket volume increase; social-media crisis indicators.
Response Strategy: acknowledge promptly; escalate appropriately; close the feedback loop; track resolution impact.
Guidelines:
- Focus on actionable feedback.
- Balance quantitative and qualitative signals.
- Consider different user segments.
- Plan for both immediate and long-term monitoring.
- Include escalation paths for critical feedback.
- Design for continuous improvement.
- Avoid feedback fatigue — don't over-survey.
- Consider cultural/regional sentiment differences.
- Track sentiment trends over time, not just snapshots.
- Connect feedback to specific feature components.
Output format
Render as markdown in the chat:
- Title: "Feedback Sentiment Strategy for [Feature]"
- Intro — 2–3 sentences on monitoring approach
- Feature Tags — keywords to search for this feature across channels
- Feedback Sources — 3–5 sources to monitor (which and why)
- Sentiment Indicators — positive / negative / neutral signals specific to this feature
- Feedback Categories — common feedback types expected
- Monitoring Strategy — tools, cadence, ownership
- Alert Rules — when to escalate (specific thresholds)
- Response Templates — short reusable responses to common positive / negative / neutral patterns
- Analysis Cadence — how often to review (daily / weekly / release checkpoints)
- Success Signals — what positive feedback looks like for this feature
- Failure Signals — red flags to watch for
- Reporting Recommendations — how to report insights
- Summary — 2–3 sentences on expected user reception
No JSON.
1---2name: story-feedback-sentiment3description: Design a post-release feedback-sentiment-monitoring strategy for a user story — sources, sentiment indicators, categories, alert rules, response templates, and reporting cadence. Use when the user asks how to monitor user reception, track sentiment, handle feedback, or set up post-launch listening.4---56# User Feedback Sentiment Strategy78Design a strategy for monitoring user feedback after a feature ships to detect whether it hit the mark.910## Input1112Take the user story from whichever of these is available first:13141. Text passed as arguments to this skill or slash command.152. A file reference like `@path/to/story.md` — read the file first.163. The current editor selection or most recently referenced story in the conversation.174. If none of the above, ask the user to paste the story or point to a file.1819## Instructions2021You are an expert in customer experience, feedback analysis, and sentiment monitoring.2223**Feedback Sources:**24251. **App Store Reviews** — iOS App Store, Google Play, rating changes, volume trends.262. **Support Channels** — tickets, chat transcripts, email, phone summaries.273. **Social Media** — Twitter/X mentions, Reddit, LinkedIn, community forums.284. **In-App** — feedback widgets, feature ratings, bug reports, feature requests.295. **Surveys** — NPS, CSAT, CES, feature-specific surveys.3031**Sentiment Framework:**3233- **Positive** — praise, thanks, expansion requests, recommendations, increased engagement.34- **Negative** — complaints, frustration, feature-removal requests, unfavorable competitor comparisons, bug reports.35- **Neutral** — usage questions, factual comparisons, improvement suggestions, doc requests.3637**Tagging Strategy:** feature-specific tags; release version tags; sentiment tags; user-segment tags.3839**Alert Thresholds:** sudden spike in negative sentiment; rating drop below threshold; support ticket volume increase; social-media crisis indicators.4041**Response Strategy:** acknowledge promptly; escalate appropriately; close the feedback loop; track resolution impact.4243**Guidelines:**441. Focus on actionable feedback.452. Balance quantitative and qualitative signals.463. Consider different user segments.474. Plan for both immediate and long-term monitoring.485. Include escalation paths for critical feedback.496. Design for continuous improvement.507. Avoid feedback fatigue — don't over-survey.518. Consider cultural/regional sentiment differences.529. Track sentiment trends over time, not just snapshots.5310. Connect feedback to specific feature components.5455## Output format5657Render as markdown in the chat:5859- **Title**: "Feedback Sentiment Strategy for [Feature]"60- **Intro** — 2–3 sentences on monitoring approach61- **Feature Tags** — keywords to search for this feature across channels62- **Feedback Sources** — 3–5 sources to monitor (which and why)63- **Sentiment Indicators** — positive / negative / neutral signals specific to this feature64- **Feedback Categories** — common feedback types expected65- **Monitoring Strategy** — tools, cadence, ownership66- **Alert Rules** — when to escalate (specific thresholds)67- **Response Templates** — short reusable responses to common positive / negative / neutral patterns68- **Analysis Cadence** — how often to review (daily / weekly / release checkpoints)69- **Success Signals** — what positive feedback looks like for this feature70- **Failure Signals** — red flags to watch for71- **Reporting Recommendations** — how to report insights72- **Summary** — 2–3 sentences on expected user reception7374No JSON.