AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Feature Priority Zh

skill-agiwish-hermes-skills-zh-feature-priority-zh · by AgiWish

功能优先级排序助手。输入需求列表,使用 RICE 或 MoSCoW 框架自动评估优先级,输出可直接用于排期的优先级矩阵。

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add skill-agiwish-hermes-skills-zh-feature-priority-zh

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-agiwish-hermes-skills-zh-feature-priority-zh)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Feature Priority Zh? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

功能优先级排序 (feature-priority-zh)

When to Use

  • "这些需求怎么排优先级"、"帮我评估一下哪个先做"
  • 需求池积压,需要客观框架决策
  • 和研发对齐排期前需要明确优先级
  • /feature-priority-zh [需求列表]

Quick Reference

/feature-priority-zh [需求描述列表]

可选参数:
  --method=RICE     # 用 RICE 评分(适合量化决策,默认)
  --method=MoSCoW   # 用 MoSCoW 分类(适合快速分层)
  --method=ICE      # 用 ICE 评分(Impact / Confidence / Ease)
  --context=[背景]  # 提供业务目标,帮助校准权重

Procedure

  1. 了解背景(如未提供,追问)
  • 当前最重要的业务目标是什么?
  • 团队规模和研发资源?
  • 有没有硬性截止时间或里程碑?
  1. RICE 评分输出
## 功能优先级矩阵(RICE)

**业务目标**:[本期最重要的目标]
**评分说明**:R=Reach(影响用户数) I=Impact(影响程度1-5) C=Confidence(置信度%) E=Effort(人周)

| 功能 | R | I | C | E | RICE分 | 优先级 | 备注 |
|------|---|---|---|---|--------|--------|------|
| [功能A] | 5000 | 4 | 80% | 2 | 8000 | 🔴 P0 | [理由] |
| [功能B] | 2000 | 3 | 60% | 1 | 3600 | 🟡 P1 | |
| [功能C] | 500  | 5 | 40% | 4 | 250  | 🟢 P2 | |

RICE 分 = R × I × C ÷ E

**建议排期**:
- P0(本期必做):功能A
- P1(本期尽量):功能B
- P2(下期规划):功能C

**需要讨论的假设**:
- [影响评分的关键不确定因素]
  1. MoSCoW 分类输出(--method=MoSCoW)
## MoSCoW 优先级分类

**Must Have(必须有,否则产品无法发布)**
- [功能]:[原因]

**Should Have(应该有,重要但可以延后)**
- [功能]:[原因]

**Could Have(可以有,时间允许则做)**
- [功能]:[原因]

**Won't Have(本期不做)**
- [功能]:[原因,何时重新评估]

Pitfalls

  • RICE 分数只是辅助,不是答案——强依赖性需求要人工调整
  • Effort 估算要让研发确认,不要 PM 自己拍
  • 评分假设要透明,方便后续复盘

Verification

  • [ ] 评分维度有明确定义
  • [ ] 关键假设已列出(方便质疑和复盘)
  • [ ] 强依赖关系已在备注标注
  • [ ] 建议排期可以直接用于和研发对齐

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.