prioritization-frameworks
An agent skill by phuryn, from phuryn/pm-skills. Tags: documents, office.
What it does
Reference guide to 9 prioritization frameworks with formulas, when-to-use guidance, and templates — RICE, ICE, Kano, MoSCoW, Opportunity Score, and more. Use when selecting a prioritization method, comparing frameworks like RICE vs ICE, or learning how different prioritization approaches work.
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add phuryn/pm-skills --skill prioritization-frameworks
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/phuryn/pm-skills
cp -r pm-skills/pm-execution/skills/prioritization-frameworks ~/.claude/skills/prioritization-frameworks
Safety box score
Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.
Source
- Repository
- phuryn/pm-skills (all skills from this repository)
- Path
- pm-execution/skills/prioritization-frameworks/SKILL.md
- Branch
- main
- Updated
- 2026-09-19
Related skills
- brainstorm-okrs — Brainstorm team-level OKRs aligned with company objectives — qualitative objectives with measurable key results.
- create-prd — Create a Product Requirements Document using a comprehensive 8-section template covering problem, objectives, segments, value propositions, solution.
- draft-nda — Draft a detailed Non-Disclosure Agreement between two parties covering information types, jurisdiction, and clauses needing legal review.
- grammar-check — Identify grammar, logical, and flow errors in text and suggest targeted fixes without rewriting the entire text.
- gtm-strategy — Create a go-to-market strategy covering marketing channels, messaging, success metrics, and launch timeline.
- job-stories — Create job stories using the 'When [situation], I want to [motivation], so I can [outcome]' format with detailed acceptance criteria.