Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计通过

prioritizeprioritize 搜索

Agent Skill

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

总安装

930

周安装

38

GitHub Stars

6

下载量

301
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/duc01226/easyplatform --skill prioritize

简介

prioritize 用于查找、检索和筛选相关信息,适合快速定位候选结果以支持决策。

  • 适用于研究检索场景,可根据关键词或任务线索进行信息聚合与过滤。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,建议结合原始 README 了解具体实现。
  • 安装前应确认是否会触发联网、命令执行或文件读写等操作。
  • prioritize 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

[IMPORTANT] Use TaskCreate to break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ATTENTION ask user whether to skip.

Quick Summary

Goal: Order 3+ backlog items using RICE, MoSCoW, or Value-Effort frameworks with scores and rationale.

Workflow:

  1. Collect Items — Read from files or parse inline list (minimum 3 items)
  2. Select Framework — RICE (quantitative), MoSCoW (stakeholder alignment), Value-Effort (quick decision)
  3. Score Each Item — Apply framework criteria and calculate scores
  4. Rank and Report — Output prioritized table with rationale and recommendations

Key Rules:

  • Minimum 3 items required; fewer than 3 should be discussed directly
  • Default to RICE if unsure; ask user if ambiguous
  • Optionally update PBI file priority fields after ranking

Be skeptical. Apply critical thinking, sequential thinking. Every claim needs traced proof, confidence percentages (Idea should be more than 80%).

Backlog Prioritization

Order backlog items using data-driven prioritization frameworks to produce a ranked list with scores and rationale.

When to Use

  • Sprint planning needs an ordered backlog (3+ items to rank)
  • Stakeholders need a priority ranking with justification
  • Feature roadmap ordering with objective criteria
  • Comparing competing features or initiatives

When NOT to Use

  • Fewer than 3 items (just discuss directly)
  • Creating PBIs or writing stories -- use product-owner or story
  • Full product strategy -- use product-owner
  • Project status tracking -- use project-manager

Prerequisites

  • A list of 3+ backlog items (PBIs, features, or user stories)
  • IF items exist as files: read from team-artifacts/pbis/ or user-provided path
  • IF items provided inline: use the provided descriptions

Workflow

  1. Collect items to prioritize

- IF file path provided -> read items from files - IF inline list -> parse items from user message - IF fewer than 3 items -> ask user for more or suggest direct discussion

  1. Select framework using decision tree: IF quantitative data available (reach, metrics) -> RICE IF stakeholder alignment needed (must/should/could) -> MoSCoW IF quick decision needed (2 axes only) -> Value-Effort 2x2 IF user specifies framework -> use that framework IF unsure -> ask user, default RICE
  2. Score each item using selected framework: RICE: Score = (Reach x Impact x Confidence) / Effort Reach: Users affected per quarter (number) Impact: 0.25 (minimal) | 0.5 (low) | 1 (medium) | 2 (high) | 3 (massive) Confidence: 0.5 (low) | 0.8 (medium) | 1.0 (high) Effort: Story points (1, 2, 3, 5, 8, 13, 21) MoSCoW: Must Have: Critical for release, non-negotiable Should Have: Important but not vital, workarounds exist Could Have: Desirable, include if capacity allows Won't Have: Out of scope for this cycle Value-Effort 2x2: High Value + Low Effort = Quick Wins (do first) High Value + High Effort = Strategic (plan carefully) Low Value + Low Effort = Fill-ins (if time permits) Low Value + High Effort = Time Sinks (avoid)
  3. Rank items by score (descending for RICE, category for MoSCoW, quadrant for V-E)
  4. Output prioritized list with scores and rationale
  5. IF PBI files exist -> optionally update priority field in frontmatter (numeric 1-999)

Output Format

## Prioritized Backlog

**Framework:** [RICE | MoSCoW | Value-Effort]
**Date:** [YYMMDD]
**Items scored:** [count]

### Rankings

| Rank | Item      | Score | Rationale                                           |
| ---- | --------- | ----- | --------------------------------------------------- |
| 1    | Feature A | 45.0  | High reach (5000), high impact (3), high confidence |
| 2    | Feature B | 12.0  | Medium reach (2000), medium impact, low effort      |
| 3    | Feature C | 2.5   | Low reach, minimal impact, high effort              |

### Recommendations

- **Do first:** [top items]
- **Plan next:** [medium items]
- **Defer:** [low items with reasoning]

Examples

Example 1: RICE scoring of 5 features

Input: "Prioritize: SSO login, dark mode, export to PDF, email notifications, bulk import"

Output:

RankFeatureReachImpactConfEffortRICE
1Email notifications500020.818000
2SSO login200030.831600
3Bulk import50021.011000
4Export to PDF100010.82400
5Dark mode30000.50.52375

Example 2: MoSCoW categorization

Input: "Categorize for Q1 release: payment gateway, admin dashboard redesign, API rate limiting, user avatars, audit logs"

Output:

  • Must Have: Payment gateway (revenue-critical), API rate limiting (security)
  • Should Have: Audit logs (compliance, workaround exists with manual exports)
  • Could Have: Admin dashboard redesign (improves efficiency but current works)
  • Won't Have: User avatars (nice-to-have, defer to Q2)

Related Skills

SkillWhen to use instead
product-ownerFull product management workflow
storyBreaking PBIs into user stories
refineRefining ideas into PBIs
project-managerSprint/project status and tracking

Closing Reminders

  • IMPORTANT MUST ATTENTION break work into small todo tasks using TaskCreate BEFORE starting
  • IMPORTANT MUST ATTENTION search codebase for 3+ similar patterns before creating new code
  • IMPORTANT MUST ATTENTION cite file:line evidence for every claim (confidence >80% to act)
  • IMPORTANT MUST ATTENTION add a final review todo task to verify work quality

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Claude Code

31.44%
按下载量换算95

windsurf

21.1%
按下载量换算64

OpenCode

18.26%
按下载量换算55

Codex

11.79%
按下载量换算35

Antigravity

8.44%
按下载量换算25

Gemini CLI

3.7%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills