Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计未展示

feature-prioritization功能优先级

Agent Skill

feature-prioritization 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

220

周安装

9

GitHub Stars

265

下载量

71
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:feature-prioritization(功能优先级)
来源仓库:https://github.com/rsmdt/the-startup
仓库路径:skills/feature-prioritization
安装命令:
npx skills add https://github.com/rsmdt/the-startup --skill feature-prioritization
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/rsmdt/the-startup --skill feature-prioritization

简介

提供 RICE 等量化评分体系,比较 initiatives 的价值与成本。

  • 支持 OKR 对齐与 stakeholder 沟通,生成可视化决策依据。
  • 需输入 reach、impact、confidence、effort 等参数计算得分。
  • 适用于战略级决策与资源分配场景。
  • feature-prioritization 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Prioritization Framework Application

Systematic frameworks for making objective prioritization decisions that balance value, effort, and strategic alignment.

When to Activate

  • Prioritizing feature backlogs
  • Evaluating competing initiatives
  • Making build vs defer decisions
  • Creating product roadmaps
  • Allocating limited resources
  • Justifying prioritization decisions to stakeholders

RICE Framework

Quantitative scoring for comparing initiatives objectively.

Formula

RICE Score = (Reach × Impact × Confidence) / Effort

Components

FactorDescriptionScale
ReachHow many users affected per quarterActual number (100, 1000, 10000)
ImpactEffect on each user0.25 (Minimal) to 3 (Massive)
ConfidenceHow sure are we50% (Low) to 100% (High)
EffortPerson-months requiredActual estimate (0.5, 1, 3, 6)

Impact Scale

ScoreLabelDescription
3MassiveLife-changing for users, core workflow transformation
2HighMajor improvement, significant time savings
1MediumNoticeable improvement, minor friction reduction
0.5LowSlight improvement, nice-to-have
0.25MinimalBarely noticeable difference

Confidence Scale

ScoreLabelBasis
100%HighUser research + validated data + successful tests
80%MediumSome data + team experience + analogous examples
50%LowIntuition only, no supporting data

Example Calculation

Feature: One-click reorder

Reach: 5,000 (customers who reorder monthly)
Impact: 2 (High - saves significant time)
Confidence: 80% (Based on support ticket analysis)
Effort: 1 person-month

RICE = (5000 × 2 × 0.8) / 1 = 8000

Feature: Dark mode

Reach: 20,000 (all active users)
Impact: 0.5 (Low - preference, not productivity)
Confidence: 50% (No data, user requests only)
Effort: 2 person-months

RICE = (20000 × 0.5 × 0.5) / 2 = 2500

Decision: One-click reorder scores higher, prioritize first

RICE Template

FeatureReachImpactConfidenceEffortScoreRank
Feature A5000280%180001
Feature B200000.550%225002

Value vs Effort Matrix

Visual framework for quick categorization.

The Matrix

              High Value
                   │
    ┌──────────────┼──────────────┐
    │              │              │
    │  QUICK WINS  │  STRATEGIC   │
    │  Do First    │  Plan & Do   │
    │              │              │
    ├──────────────┼──────────────┤ High
Low │              │              │ Effort
Effort             │              │
    │  FILL-INS    │  TIME SINKS  │
    │  If Spare    │  Avoid       │
    │  Capacity    │              │
    │              │              │
    └──────────────┼──────────────┘
                   │
              Low Value

Quadrant Actions

QuadrantCharacteristicsAction
Quick WinsHigh value, low effortDo immediately
StrategicHigh value, high effortPlan carefully, staff appropriately
Fill-InsLow value, low effortDo when nothing else is ready
Time SinksLow value, high effortDon't do (or simplify drastically)

Estimation Guidance

Value Assessment:

  • Revenue impact
  • Cost reduction
  • User satisfaction improvement
  • Strategic alignment
  • Risk reduction

Effort Assessment:

  • Development time
  • Design complexity
  • Testing requirements
  • Deployment complexity
  • Ongoing maintenance

Kano Model

Categorize features by their impact on satisfaction.

Categories

Satisfaction
     ▲
     │         ╱ Delighters
     │       ╱   (Unexpected features)
     │     ╱
─────┼────●──────────────────────────► Feature
     │    │╲                           Implementation
     │    │  ╲ Performance
     │    │    (More is better)
     │    │
     │    └── Must-Haves
     │         (Expected, dissatisfaction if missing)
     ▼

Category Definitions

CategoryPresentAbsentExample
Must-HaveNeutralVery dissatisfiedLogin functionality
PerformanceMore = betterLess = worsePage load speed
DelighterVery satisfiedNeutralPersonalized recommendations
IndifferentNo effectNo effectBackend tech choice
ReverseDissatisfiedSatisfiedForced tutorials

Kano Survey Questions

For each feature, ask two questions:

Functional: "If [feature] were present, how would you feel?"
Dysfunctional: "If [feature] were absent, how would you feel?"

Answer Options:
1. I like it
2. I expect it
3. I'm neutral
4. I can tolerate it
5. I dislike it

Interpretation Matrix

LikeExpectNeutralTolerateDislike
LikeQAAAO
ExpectRIIIM
NeutralRIIIM
TolerateRIIIM
DislikeRRRRQ

Key: M=Must-Have, O=One-dimensional, A=Attractive, I=Indifferent, R=Reverse, Q=Questionable

MoSCoW Method

Simple categorization for scope definition.

Categories

CategoryDefinitionNegotiability
MustCritical for success, release blocked withoutNon-negotiable
ShouldImportant but not criticalCan defer to next release
CouldNice to have, minor impactFirst to cut if needed
Won'tExplicitly excluded from scopeNot this release

Application Rules

Budget Allocation (Recommended):
- Must: 60% of capacity
- Should: 20% of capacity
- Could: 20% of capacity (buffer)
- Won't: 0% (explicitly excluded)

Why the buffer matters:
- Must items often take longer than estimated
- Should items may become Must if requirements change
- Could items fill capacity at sprint end

Example

Feature: User Registration

MUST:
✓ Email/password signup
✓ Email verification
✓ Password requirements enforcement

SHOULD:
○ Social login (Google)
○ Remember me functionality
○ Password strength indicator

COULD:
◐ Social login (Facebook, Apple)
◐ Profile picture upload
◐ Username suggestions

WON'T (this release):
✗ Two-factor authentication
✗ SSO integration
✗ Biometric login

Cost of Delay

Prioritize by economic impact of waiting.

CD3 Formula

CD3 = Cost of Delay / Duration

Cost of Delay: Weekly value lost by not having the feature
Duration: Weeks to implement

Delay Cost Types

TypeDescriptionCalculation
RevenueSales not capturedLost deals × average value
CostOngoing expensesWeekly operational cost
RiskPenalty or loss potentialProbability × impact
OpportunityMarket windowRevenue × time sensitivity

Urgency Profiles

                Value
                  │
Standard:         │────────────────
                  │
                  └──────────────────► Time

Urgent:           │╲
                  │  ╲
                  │    ╲──────────
                  │
                  └──────────────────► Time

Deadline:         │
                  │────────┐
                  │        │
                  │        └─ (drops to zero)
                  └──────────────────► Time

Example

Feature A: New payment method
- Cost of Delay: $10,000/week (lost sales to competitor)
- Duration: 4 weeks
- CD3 = 10000 / 4 = 2500

Feature B: Admin dashboard redesign
- Cost of Delay: $2,000/week (support inefficiency)
- Duration: 2 weeks
- CD3 = 2000 / 2 = 1000

Feature C: Compliance update (deadline in 6 weeks)
- Cost of Delay: $50,000/week after deadline (fines)
- Duration: 4 weeks
- CD3 = 50000 / 4 = 12500 (if started now, 0 if after deadline)

Priority: C (deadline), then A (highest CD3), then B

Weighted Scoring

Custom scoring for organization-specific criteria.

Building a Weighted Model

Step 1: Define Criteria
- Strategic alignment
- Revenue potential
- User demand
- Technical feasibility
- Competitive advantage

Step 2: Assign Weights (total = 100%)
| Criterion | Weight |
|-----------|--------|
| Strategic | 30% |
| Revenue | 25% |
| User demand | 20% |
| Feasibility | 15% |
| Competitive | 10% |

Step 3: Score Each Feature (1-5 scale)
| Feature | Strategic | Revenue | Demand | Feasible | Competitive | Total |
|---------|-----------|---------|--------|----------|-------------|-------|
| A | 5 | 4 | 3 | 4 | 2 | 3.95 |
| B | 3 | 5 | 5 | 3 | 3 | 3.90 |
| C | 4 | 3 | 4 | 5 | 4 | 3.85 |

Calculation

Score = Σ (criterion_score × criterion_weight)

Feature A:
= (5 × 0.30) + (4 × 0.25) + (3 × 0.20) + (4 × 0.15) + (2 × 0.10)
= 1.5 + 1.0 + 0.6 + 0.6 + 0.2
= 3.9

Decision Documentation

Priority Decision Record

# Priority Decision: [Feature/Initiative]

## Date: [YYYY-MM-DD]
## Decision: [Prioritize / Defer / Reject]

## Context
[What prompted this decision?]

## Evaluation

### Framework Used: [RICE / Kano / MoSCoW / Weighted]

### Scores
[Show calculations or categorization]

### Trade-offs Considered
- Option A: [description] - [pros/cons]
- Option B: [description] - [pros/cons]

## Decision Rationale
[Why this priority over alternatives?]

## Stakeholders
- Agreed: [names]
- Disagreed: [names, reasons documented]

## Review Date
[When to revisit if deferred]

Framework Selection Guide

SituationRecommended Framework
Comparing many similar featuresRICE (quantitative)
Quick triage of backlogValue vs Effort
Understanding user expectationsKano Model
Defining release scopeMoSCoW
Time-sensitive decisionsCost of Delay
Organization-specific criteriaWeighted Scoring

Anti-Patterns

Anti-PatternProblemSolution
HiPPOHighest-paid person's opinion winsUse data-driven frameworks
Recency BiasLast request gets prioritySystematic evaluation of all options
Squeaky WheelLoudest stakeholder winsWeight by strategic value
Analysis ParalysisOver-analyzing decisionsTime-box evaluation
Sunken CostContinuing failed initiativesEvaluate future value only
Feature FactoryShipping without measuringTie features to outcomes

Best Practices

  1. Use multiple frameworks - Validate with different approaches
  2. Document decisions - Enable future learning
  3. Revisit regularly - Priorities change as context evolves
  4. Include stakeholders - Ensure buy-in
  5. Measure outcomes - Validate prioritization quality

References

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

29.29%
按下载量换算21

windsurf

21.88%
按下载量换算16

OpenCode

15.39%
按下载量换算11

Gemini CLI

10.87%
按下载量换算8

trae

7.67%
按下载量换算5

Codex

3.28%
按下载量换算2

安全审计

暂无安全审计结果可展示。

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills