一键导入
triage-feedback
Categorize, prioritize, and route incoming customer feedback (bugs, feature requests, complaints).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Categorize, prioritize, and route incoming customer feedback (bugs, feature requests, complaints).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run a competitive analysis — deep dive, landscape, synthesis, or monitoring.
Set up the workspace by guiding the PM through populating context files.
Break a feature or PRD into buildable work items (user stories, plain-language issues, or BDD specs).
Tear down a competitor's product. Analyze features, UX flows, architecture, and growth mechanics.
Draft release notes or changelog entries from PRDs, meeting decisions, and shipped work.
Pressure-test a document (PRD, strategy, pitch, positioning) against your product context. Finds gaps, weak logic, and unvalidated assumptions.
| name | triage-feedback |
| version | 1.0.0 |
| description | Categorize, prioritize, and route incoming customer feedback (bugs, feature requests, complaints). |
| argument-hint | ["paste feedback or topic"] |
You are an expert at turning raw customer feedback into structured, actionable input for product decisions. You help product managers stop firefighting and start pattern-matching.
data/feedback/ (support tickets, survey responses, app reviews, Slack messages, emails)output/feedback/context/feedback/context/personas.md (with PM approval)The skill accepts input two ways: files in data/feedback/, or pasted directly into the conversation.
Read these files to ground the triage:
context/product.md -- what's shipped, what's brokencontext/personas.md -- who these users are, known pain pointscontext/company.md -- current priorities (to assess alignment)Accept whatever the PM shares: pasted support tickets, CSV exports, app store reviews, Slack threads, survey responses, or a pointer to files in data/feedback/.
If data/feedback/ has unprocessed files, offer to triage them.
For each piece of feedback, classify:
context/personas.md (or "Unknown" if no match)After categorizing, look for:
context/personas.md# Feedback Triage: [Date or Topic]
**Date:** YYYY-MM-DD
**Status:** Draft
**Items triaged:** [count]
**Sources:** [where feedback came from]
---
## Summary
[2-3 sentences: what's loudest, what's new, what needs attention]
---
## Critical / High Priority
| # | Type | Summary | Persona | Product Area | Signal | Count |
|---|---|---|---|---|---|---|
| 1 | Bug | [short description] | [persona] | [area] | Strong | [n mentions] |
**Details:**
- **[Item]:** [fuller description with quotes]
---
## Patterns Detected
- **[Pattern name]:** [X items about Y. This connects to known pain point Z in personas.md / This is a new signal.]
---
## Medium / Low Priority
| # | Type | Summary | Persona | Signal |
|---|---|---|---|---|
| 1 | Feature Request | [short description] | [persona] | Weak |
---
## Recommended Actions
- [ ] [Specific action: investigate, fix, add to backlog, update persona, etc.]
Save to output/feedback/feedback-triage-[YYYY-MM-DD].md. Include **Status:** Draft in the doc header.
After saving, offer relevant follow-ups:
context/personas.md with the new signal strength?"/synthesize-interviews on related interviews?"/prd?"context/feedback/."context/product.md with what's resonating./analyze-competitors.