Analyze, categorize, and prioritize a batch of feature requests from customers or stakeholders
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-pm-skills-36b7cc0c0ddf ,按照其中的说明把「triage-requests」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Take a pile of feature requests — from support tickets, sales calls, surveys, or Slack — and turn them into a prioritized, actionable backlog.
/triage-requests # asks for input
/triage-requests [paste a list of requests]
/triage-requests [upload a CSV/spreadsheet]
Accept requests in any format:
If no input is provided, ask the user to paste or upload their feature requests.
Parse each request to extract:
Ask the user (conversationally, not all at once):
Apply the analyze-feature-requests skill:
Apply the prioritize-features skill:
For each theme (and the top individual requests within each theme):
| Factor | Assessment |
|---|---|
| Impact | How many users affected? How severely? |
| Strategic alignment | Does it serve current goals? |
| Effort estimate | T-shirt size (S/M/L/XL) |
| Risk | What happens if we don't do this? |
| Revenue signal | Is this tied to deals, retention, or expansion? |
Rank themes and produce a prioritized list.
## Feature Request Triage Report
**Date**: [today]
**Requests analyzed**: [count]
**Themes identified**: [count]
### Theme Summary
| # | Theme | Requests | Top Ask | Alignment | Impact | Effort | Priority |
|---|-------|----------|---------|-----------|--------|--------|----------|
### Priority 1: Act Now
[Themes/requests to include in near-term planning]
- **[Theme]**: [X] requests — [why it's urgent]
- Top requests: [list]
- Recommended action: [build / prototype / investigate]
### Priority 2: Plan Next
[Themes worth planning but not urgent]
### Priority 3: Collect More Signal
[Themes with potential but insufficient evidence]
### Priority 4: Decline or Defer
[Requests that don't align with strategy — with rationale]
### Notable Individual Requests
[High-value one-off requests that didn't cluster into themes]
### Patterns and Insights
- [Key insight about what users are telling you]
- [Segment-specific patterns]
- [Gaps between what users ask for and underlying needs]
Save the report as a markdown file to the user's workspace.