Token导航 LogoToken导航TokenDH.com
开发权限需确认github未标认证来源可访问许可证需确认审计通过

prioritizeprioritize 搜索

Agent Skill

prioritize 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

269

周安装

11

GitHub Stars

167

下载量

86
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/whawkinsiv/claude-code-skills --skill prioritize

简介

prioritize 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适用于任务优先级排序与协作事项管理的场景。
  • 支持在 Codex、Claude、Cursor、Gemini CLI 中安装使用。
  • 使用前应确认其是否具备执行外部操作或访问网络的权限。
  • prioritize 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Product Strategy & Prioritization

The hardest product decision is what NOT to build. This skill helps you evaluate ideas, score features, and decide what to work on next — so you build the thing that matters most.

Core Principles

  • Features don't win markets. Solving a painful problem better than anyone else does.
  • Ship the smallest thing that tests the biggest assumption.
  • Product work is hypothesis testing, not feature delivery.
  • Roadmaps are communication tools, not promises.
  • For solo founders: do ONE thing well before adding the next.

Workflow

Prioritization Process:
- [ ] List all feature candidates
- [ ] Score each with RICE
- [ ] Cut anything scoring below threshold
- [ ] Define MVP scope for the winner
- [ ] Write the spec (see plan skill)
- [ ] Build it

Step 1: List Your Candidates

Gather every idea, request, and "we should build..." into one place.

Tell AI:

Help me organize feature candidates for prioritization:
- Product: [what it does]
- Current stage: [pre-launch / 0-$1K MRR / $1K-$10K MRR]
- Current pain points: [what users are asking for or struggling with]

Here are my feature ideas:
1. [Feature idea]
2. [Feature idea]
3. [Feature idea]
4. [Feature idea]

For each, identify: what user problem it solves, who it helps, and whether it drives
acquisition, activation, retention, or revenue.

Step 2: Score with RICE

FactorQuestionScale
R — ReachHow many users will this affect in the next quarter?Number of users
I — ImpactHow much will it move the key metric?3=massive, 2=high, 1=medium, 0.5=low
C — ConfidenceHow sure are you about reach and impact?100%, 80%, 50%
E — EffortPerson-weeks of engineering time?Weeks

Score = (Reach x Impact x Confidence) / Effort

Rank by score, but use judgment — scores are conversation starters, not final answers.

Tell AI:

Score these features using RICE prioritization:

[Paste your feature list]

For our context:
- Total active users: [number]
- Key metric we're trying to improve: [activation rate / retention / revenue / etc.]
- My capacity: [solo founder / one developer / small team]

Create a table: Feature | Reach | Impact | Confidence | Effort | RICE Score | Rank
Then recommend which to build first and why — don't just go by the numbers.

Step 3: Define MVP Scope

For the winning feature, cut scope ruthlessly.

Five Questions to Cut Scope

  1. What is the ONE problem this solves? (Not three. One.)
  2. Who is the ONE persona who has this problem most acutely?
  3. What is the minimum experience that solves their problem?
  4. What can be manual, janky, or behind-the-scenes for v1?
  5. What's the fastest path to a real user doing a real task?

The MVP should be:

  • Usable by a real person for a real purpose
  • Small enough to ship in 2-4 weeks
  • Instrumented so you learn whether it works
  • Embarrassingly small in scope but surprisingly polished in execution

Tell AI:

Help me cut scope for this feature:
- Feature: [what you want to build]
- Full vision: [everything you'd ideally include]
- Time budget: [how long you want to spend — 1 week, 2 weeks, etc.]

What's the absolute minimum version that:
1. Solves the core problem
2. Ships within my time budget
3. Lets me learn whether users actually want this

List what's IN v1 and what's explicitly OUT (saved for v2).

Saying No to Features

Cut a feature when:

  • It serves <10% of your target users
  • It adds complexity that affects the other 90%
  • It requires ongoing maintenance but doesn't drive retention or revenue
  • A workaround exists that's "good enough"
  • It's a sales request from one loud customer, not a pattern
  • It moves you toward a different product category

Tell AI:

A user/customer is requesting [feature]. Help me decide:
- What problem are they actually trying to solve?
- How many other users likely have this problem?
- Is there a workaround that's good enough?
- If we build it, what's the maintenance cost?
- Does this align with our core product direction?

Give me a recommendation: build it, defer it, or decline it — with reasoning
I can share with the requester.

Feature Spec Template

Once you've decided what to build, spec it before handing it to an AI tool:

## [Feature Name]

### Problem
What user problem does this solve? What's the evidence?

### Users
Who specifically needs this? How many?

### Proposed Solution
Describe the experience, not the implementation.

### Success Metrics
How will we know this worked? What moves?

### Scope (v1)
What's in. Be specific.

### Non-Goals (v1)
What's explicitly out. This is the most important section.

### Open Questions
What do we need to answer before building?

### Effort Estimate
T-shirt size: S / M / L / XL

See plan skill for full spec templates and examples.


Competitive Positioning

Don't try to have more features. Instead:

  1. Identify where incumbents are weakest (usually: complexity, speed, price, or audience fit)
  2. Be 10x better at ONE thing rather than 10% better at ten things
  3. Define your "wedge" — the narrow use case you win decisively
  4. Expand from the wedge once you own it

Common Mistakes

MistakeFix
Building what's loudest, not what's most impactfulScore with RICE. Loud ≠ important.
"MVP" that takes 3 monthsIf it takes more than 2-4 weeks, cut more scope
No success metrics definedDefine "how we'll know this worked" before building
Building for one customer's requestLook for patterns across 3+ users/requests
Adding features to match competitorsCompete on depth in your wedge, not breadth
No out-of-scope listExplicitly define what's NOT in v1 to prevent creep

Related Skills

  • plan — Write detailed specs after prioritizing
  • validate — Validate demand before building
  • analytics — Set up tracking to measure feature impact
  • growth — Prioritize features that drive activation and retention
  • build — Hand your spec to AI tools and build it

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

展示第三方安全扫描或审计结果

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

平台分布

Codex

37.79%
按下载量换算32

Claude

28.9%
按下载量换算25

Cursor

17.81%
按下载量换算15

Gemini CLI

8.39%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills