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

Feature Prioritization

skill-patonkikh-apes-feature-prioritization · by patonkikh

>

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

Install

$ agentstack add skill-patonkikh-apes-feature-prioritization

✓ 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-patonkikh-apes-feature-prioritization)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo 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 Prioritization? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Feature Prioritization

Purpose

Prioritize a feature backlog using a structured scoring framework (RICE by default) and produce a ranked list with rationale.

Input: Feature list, product vision or goals (optional), constraints (timeline, team size) Output: Prioritized feature ranking with scores, trade-off notes, and recommended MVP cut line Examples: See [examples.md](examples.md) for worked input/output.


Workflow

Step 1: Normalize feature list

For each feature, extract:

  • Name and one-sentence description
  • User/problem it addresses
  • Dependencies on other features
  • Estimated effort category (S/M/L/XL if no estimates provided)

If features are vague, ask for clarification before scoring.

Step 2: Select scoring framework

Default: RICE (Reach, Impact, Confidence, Effort)

| Framework | Use when | |-----------|----------| | RICE | Quantitative prioritization with multiple features | | ICE | Quick prioritization, early stage, less data | | MoSCoW | Release planning with fixed deadline |

State which framework is used and why.

Step 3: Score each feature

For RICE:

| Factor | Scale | Guidance | |--------|-------|----------| | Reach | # users per quarter | Estimate from persona/segment | | Impact | 0.25–3 | Massive=3, High=2, Medium=1, Low=0.5, Minimal=0.25 | | Confidence | 0–100% | Evidence quality | | Effort | person-months | Team effort estimate |

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

Step 4: Rank and draw MVP line

  • Sort by RICE score descending
  • Draw MVP cut line based on stated constraints
  • Document features below the line and why deferred

Step 5: Document trade-offs

For top 5 features, note:

  • What is sacrificed by prioritizing this
  • Dependencies and sequencing requirements
  • Risks of deprioritizing alternatives

Step 6: Validate

Run Validation checklist.


Decision Rules

| Condition | Action | |-----------|--------| | Feature list empty | Stop; request features or reference PRD | | No reach data available | Use relative reach estimates; mark Confidence lower | | Effort unknown for all features | Use t-shirt sizes converted to person-months; flag estimates | | Two features are mutually exclusive | Score separately; add decision note to pick one | | Constraint is fixed date | Use MoSCoW instead of RICE; mark Must/Should/Could/Won't |


Validation

  • [ ] Scoring framework explicitly stated
  • [ ] Every feature has all scoring dimensions filled
  • [ ] RICE/ICE scores calculated correctly
  • [ ] Ranked list matches calculated scores
  • [ ] MVP cut line drawn with rationale
  • [ ] Top 5 trade-offs documented
  • [ ] Dependencies noted between features
  • [ ] No features scored without rationale

Anti-patterns

  • HiPPO prioritization — ranking by stakeholder loudest voice without scores.
  • Everything is Must — MoSCoW with no Could/Won't items.
  • Fake precision — confidence 100% without evidence.
  • Ignoring dependencies — ranking independent of sequencing constraints.
  • Effort-free ranking — high impact features that take a year ranked first.

Best Practices

  • Align Impact scores with north star metric from product vision.
  • Lower Confidence when based on assumptions; note what would raise it.
  • Include tech debt and infrastructure items in the same framework.
  • Re-score after major new evidence (user research, prototype results).
  • Document what was explicitly deprioritized and why.

Output Structure

# Feature Prioritization: [Product Name]

## Framework
**Method:** RICE | ICE | MoSCoW
**Rationale:** [why this framework]

## Constraints
- Timeline: [if stated]
- Team: [if stated]

## Scored Features
| Rank | Feature | Reach | Impact | Confidence | Effort | Score | Rationale |
|------|---------|-------|--------|------------|--------|-------|-----------|

## MVP Cut Line
**Included in MVP:** features #1–#N
**Rationale:** [why this cut]

## Deferred Features
| Feature | Reason deferred |
|---------|-----------------|

## Trade-offs (Top 5)
| Feature | Gain | Sacrifice |
|---------|------|-----------|

## Dependencies
[Feature A] → requires → [Feature B]

Next Skills

| Outcome | Recommended Skill | |---------|-------------------| | MVP scope defined | product/prd-generator | | Need epic breakdown | product/epic-generator | | Need user stories | product/user-story-generator | | Vision unclear | product/product-vision-builder |

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.