Support Feedback Prioritization
Turn a week of support noise into a ranked, enriched action list — in minutes.
You have Intercom tickets, Slack threads, and a CRM full of customer data. This skill reads all of it, classifies every signal, enriches each item with ARR and plan data, and scores the stack using a weighted priority model. The output is a four-tier report — Critical, High, Medium, FYI — so you know exactly where to spend Monday morning.
Prompt Template
/schedule Act as a customer feedback analyst for {{COMPANY_NAME}}.
### Step 1 — Collect signals
Gather all feedback from the past 7 days from:
- Intercom: all tickets and conversations
- Slack: {{SLACK_CHANNELS}}
For each signal, note: source, customer name or ID, date, a 1-sentence summary, and the raw text.
### Step 2 — Classify
Assign each signal one category:
- Bug — something broken
- UX confusion — user can't find or understand a feature
- Feature request — explicit ask for new functionality
- Billing issue — pricing, invoicing, or plan confusion
- Churn risk — contains keywords like "cancel", "leaving", "switching", "disappointed", "frustrated"
### Step 3 — Enrich with CRM data
For each signal, query {{CRM_NAME}} for:
- ARR or deal value
- Plan type (free / starter / pro / enterprise)
- Company size
- Renewal date
- CSM or account owner name
If a customer can't be found in the CRM, note "CRM: not found" and continue.
### Step 4 — Score and rank
- Churn risk signals: multiply score by ×3
- Enterprise or high-ARR customers (top 20% by ARR): multiply score by ×2
- Same issue appearing 3+ times from different customers: escalate one tier automatically
- Bugs outrank feature requests when all other factors are equal
### Step 5 — Write the report
Save a Markdown file named SupportDigest_{{DATE}}.md to Google Drive at {{OUTPUT_FOLDER}}.
## 🔴 Critical — Act today
## 🟠 High — Act this week
## 🟡 Medium — Monitor
## ℹ️ FYI
For each item: | Company | ARR | Plan | Category | Source | CSM | Recommended action |
## Trends
3–5 sentences on recurring themes and patterns suggesting systemic problems.
Rules:
- Read only — do not send messages or reply to tickets
- Return the Drive link when done
Setup
| Field |
Value |
| MCPs required |
Intercom, Slack, CRM (HubSpot / Attio), Google Drive |
| Output |
SupportDigest_YYYY-MM-DD.md → /Product/SupportDigest |
| Scheduler |
Weekly, Monday 8am |
Placeholders to fill in
{{COMPANY_NAME}} — Your company name
{{SLACK_CHANNELS}} — e.g. #support, #customer-feedback, #bugs
{{CRM_NAME}} — e.g. HubSpot, Attio, or Intercom
{{DATE}} — Auto-filled to today's date when the scheduler runs
{{OUTPUT_FOLDER}} — Drive path, e.g. /Product/SupportDigest
Tips
- The Trends section is often the most valuable part — a systemic issue is worth more than five one-off tickets.
- Share the 🔴 Critical tier directly in your #product Slack channel each Monday.
- If you don't have a CRM connected, remove Step 3 — the skill still works without ARR weighting.
- Pair with
analyze-feedback to cross-reference support themes against Amplitude behavioral data.
1---2name: support-feedback-prioritization3description: Pull Intercom tickets and Slack support messages from the past 7 days, classify each signal, enrich with CRM data (ARR, plan, renewal), score by customer value and churn risk, and output a tiered priority report saved to Drive. Use when you need a fast, data-driven view of what support signals matter most.4---56# Support Feedback Prioritization78**Turn a week of support noise into a ranked, enriched action list — in minutes.**910You have Intercom tickets, Slack threads, and a CRM full of customer data. This skill reads all of it, classifies every signal, enriches each item with ARR and plan data, and scores the stack using a weighted priority model. The output is a four-tier report — Critical, High, Medium, FYI — so you know exactly where to spend Monday morning.1112---1314## Prompt Template1516```17/schedule Act as a customer feedback analyst for {{COMPANY_NAME}}.1819### Step 1 — Collect signals20Gather all feedback from the past 7 days from:21- Intercom: all tickets and conversations22- Slack: {{SLACK_CHANNELS}}2324For each signal, note: source, customer name or ID, date, a 1-sentence summary, and the raw text.2526### Step 2 — Classify27Assign each signal one category:28- Bug — something broken29- UX confusion — user can't find or understand a feature30- Feature request — explicit ask for new functionality31- Billing issue — pricing, invoicing, or plan confusion32- Churn risk — contains keywords like "cancel", "leaving", "switching", "disappointed", "frustrated"3334### Step 3 — Enrich with CRM data35For each signal, query {{CRM_NAME}} for:36- ARR or deal value37- Plan type (free / starter / pro / enterprise)38- Company size39- Renewal date40- CSM or account owner name4142If a customer can't be found in the CRM, note "CRM: not found" and continue.4344### Step 4 — Score and rank45- Churn risk signals: multiply score by ×346- Enterprise or high-ARR customers (top 20% by ARR): multiply score by ×247- Same issue appearing 3+ times from different customers: escalate one tier automatically48- Bugs outrank feature requests when all other factors are equal4950### Step 5 — Write the report51Save a Markdown file named SupportDigest_{{DATE}}.md to Google Drive at {{OUTPUT_FOLDER}}.5253## 🔴 Critical — Act today54## 🟠 High — Act this week55## 🟡 Medium — Monitor56## ℹ️ FYI5758For each item: | Company | ARR | Plan | Category | Source | CSM | Recommended action |5960## Trends613–5 sentences on recurring themes and patterns suggesting systemic problems.6263Rules:64- Read only — do not send messages or reply to tickets65- Return the Drive link when done66```6768---6970## Setup7172| Field | Value |73|-------|-------|74| **MCPs required** | Intercom, Slack, CRM (HubSpot / Attio), Google Drive |75| **Output** | `SupportDigest_YYYY-MM-DD.md` → `/Product/SupportDigest` |76| **Scheduler** | Weekly, Monday 8am |7778## Placeholders to fill in7980- `{{COMPANY_NAME}}` — Your company name81- `{{SLACK_CHANNELS}}` — e.g. `#support, #customer-feedback, #bugs`82- `{{CRM_NAME}}` — e.g. `HubSpot`, `Attio`, or `Intercom`83- `{{DATE}}` — Auto-filled to today's date when the scheduler runs84- `{{OUTPUT_FOLDER}}` — Drive path, e.g. `/Product/SupportDigest`8586## Tips8788- The Trends section is often the most valuable part — a systemic issue is worth more than five one-off tickets.89- Share the 🔴 Critical tier directly in your #product Slack channel each Monday.90- If you don't have a CRM connected, remove Step 3 — the skill still works without ARR weighting.91- Pair with `analyze-feedback` to cross-reference support themes against Amplitude behavioral data.