/pm-prioritize
Use when ranking a list of requirements, features, or backlog items using RICE / ICE / MoSCoW / Kano. Built-in decision tree picks the right framework based on data availability and decision context. Output is a transparent matrix, 2×2 Impact/Effort quadrant, and a Sprint
$ npx -y skills add serejaris/personal-corp-os --skill pm-prioritize --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/pm-prioritize
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when ranking a list of requirements, features, or backlog items using RICE / ICE / MoSCoW / Kano. Built-in decision tree picks the right framework based on data availability and decision context. Output is a transparent matrix, 2×2 Impact/Effort quadrant, and a Sprint
SKILL.md
pm-prioritize.SKILL.mdname: pm-prioritize
description: Use when ranking a list of requirements, features, or backlog items using RICE / ICE / MoSCoW / Kano. Built-in decision tree picks the right framework based on data availability and decision context. Output is a transparent matrix, 2×2 Impact/Effort quadrant, and a Sprint allocation proposal. User-invoked only — do NOT auto-trigger. Triggers on "/pm-prioritize", "/prioritize", "приоритизация", "ранжируй бэклог", "RICE-анализ", "prioritize requirements", "RICE", "ICE", "MoSCoW", "Kano", "rank backlog".
pm-prioritize — Rank requirements with RICE / ICE / MoSCoW / Kano
Part of the Personal Corp framework — running a one-person business through AI agents.
Rank a list of requirements using a structured framework. A built-in decision tree picks the right framework based on data availability and decision context. Output is transparent and traceable, so a team can argue with the scores instead of the recommendation.
Inputs
| Field | Required | Notes | |---|---|---| | Requirement list | yes | Name + brief description; ≥ 3 items. Can take a pain-point list from `/pm-feedback` or a feature list from `/pm-prd` | | Framework | no | RICE / ICE / MoSCoW / Kano; auto-recommended if not given | | Business goal | no | Current focus (growth / retention / revenue / efficiency); affects weighting | | Resource constraint | no | Available dev capacity (person-days or Story Points) |
Optional config
Most of the skill works out-of-box. If you want stable defaults across runs, add an `## Prioritize Config` section to your project's `CLAUDE.md`:
## Prioritize Config
### Default framework (optional)
If unset, the skill auto-recommends per the decision table below.
- default_framework: RICE | ICE | MoSCoW | Kano
### Default resource constraint (optional)
Used in the Sprint allocation step. Skip if you'd rather state it per run.
- sprint_capacity: 20 person-days per Sprint
### Backlog source (optional)
Where the skill should fetch the requirement list from when you don't paste one.
- backlog_source: gh-issues # gh-issues | github-project | tasks-file | paste
- gh_owner: your-github-handle
- gh_repo: your-main-repo
- gh_label: backlog
- tasks_file: docs/backlog.md
When a config field is set, the skill uses it silently. When unset, the skill asks (see "When input is incomplete").
Research commands (auto-discovery)
If the user points at a backlog source instead of pasting items, the skill can pull the list itself:
# GitHub issues by label
gh issue list -R $OWNER/$REPO --label $LABEL --state open \
--json number,title,body --limit 100
# GitHub Project items
gh project item-list $PROJECT_ID --owner $OWNER --format json
# Local backlog file
cat $TASKS_FILE
Step 1 — Pick a framework
If unspecified, recommend per this decision table:
| Condition | Recommended | Why | |---|---|---| | Have user-impact data per item (DAU, conversion), trustworthy | **RICE** | Most quantitative, traceable | | Have intuition but no precise data | **ICE** | Quick scoring, tolerates subjectivity | | Need 4-bucket alignment fast (e.g. team meeting) | **MoSCoW** | Forces "must" / "won't" consensus | | Need to understand requirement nature, plan features | **Kano** | Identifies delight features |
**Framework comparison:**
| Framework | Use case | Strength | Limit | Time | |---|---|---|---|---| | **RICE** | Data-supported quarterly planning | Most objective, comparable | Depends on data quality | Medium | | **ICE** | Fast decisions, brainstorming | Simple, fast | Highly subjective | Low | | **MoSCoW** | Release planning, stakeholder alignment | Forces consensus | Easy to put everything in Must | Low | | **Kano** | Feature planning, satisfaction research | Identifies delighters | Needs user research data | High |
Step 2 — Score requirements
RICE (default)
| Dimension | Meaning | Scoring | Common error | |---|---|---|---| | **R**each | Users impacted in one cycle | Concrete number ("5000 users/month") | "All users theoretically" as Reach | | **I**mpact | Per-user impact magnitude | 3 = massive, 2 = high, 1 = medium, 0.5 = low, 0.25 = minimal | Everything gets 3 | | **C**onfidence | Confidence in the estimate | 100% = data, 80% = indirect evidence, 50% = gut | 100% with no data | | **E**ffort | Total person-months across all roles | Includes design + dev + QA + integration | Counting only dev |
**RICE Score = (R × I × C) / E** — higher = higher priority.
**Calibration mechanism:**
- Score the same dimension across all items first (all R, then all I) — avoids per-item anchoring bias
- R calibration: pick a baseline ("login: affects 100% of users"), score others relative
- I calibration: ≤ 50% of items can score 3 — forces differentiation
- E calibration: must include design (20%) + dev (50%) + QA (20%) + integration (10%)
ICE (fast)
Score 1-10 on each dimension. **ICE Score = I × C × E / 10**.
| Dimension | Scoring | |---|---| | **I**mpact | 1 = trivial, 5 = medium, 10 = transformational | | **C**onfidence | 1 = pure guess, 5 = indirect evidence, 10 = A/B test data | | **E**ase | 1 = very hard (> 3 months), 5 = medium (2-4 weeks), 10 = trivial (< 1 day) |
MoSCoW
| Bucket | Definition | Suggested share | |---|---|---| | **Must Have** | Without it, can't ship; users can't use core feature | ≤ 60% | | **Should Have** | Important but has workaround; one-Sprint delay non-fatal | ~ 20% | | **Could Have** | Nice-to-have; better with, fine without | ~ 10% | | **Won't Have (this time)** | Explicitly out of scope; possibly later | ~ 10% |
**Common trap:** everything ends up Must Have. Counter: cap Must Have at 60%, force trade-offs.
Kano
| Type | Trait | Detection | Strategy | |---|---|---|---| | **Must-be** | Absence → dissatisfaction; presence → taken for granted | Users don't ask for it but rage when missing | Reach passing grade, don't over-invest | | **One-dimensional** | More = more satisfaction (linear) | Users actively r
Read more
name: pm-prioritize description: Use when ranking a list of requirements, features, or backlog items using RICE / ICE / MoSCoW / Kano. Built-in decision tree picks the right framework based on data availability and decision context. Output is a transparent matrix, 2×2 Impact/Effort quadrant, and a Sprint allocation proposal. User-invoked only — do NOT auto-trigger. Triggers on "/pm-prioritize", "/prioritize", "приоритизация", "ранжируй бэклог", "RICE-анализ", "prioritize requirements", "RICE", "ICE", "MoSCoW", "Kano", "rank backlog".
pm-prioritize — Rank requirements with RICE / ICE / MoSCoW / Kano
Part of the Personal Corp framework — running a one-person business through AI agents.
Rank a list of requirements using a structured framework. A built-in decision tree picks the right framework based on data availability and decision context. Output is transparent and traceable, so a team can argue with the scores instead of the recommendation.
Inputs
| Field | Required | Notes | |---|---|---| | Requirement list | yes | Name + brief description; ≥ 3 items. Can take a pain-point list from `/pm-feedback` or a feature list from `/pm-prd` | | Framework | no | RICE / ICE / MoSCoW / Kano; auto-recommended if not given | | Business goal | no | Current focus (growth / retention / revenue / efficiency); affects weighting | | Resource constraint | no | Available dev capacity (person-days or Story Points) |
Optional config
Most of the skill works out-of-box. If you want stable defaults across runs, add an `## Prioritize Config` section to your project's `CLAUDE.md`:
## Prioritize Config ### Default framework (optional) If unset, the skill auto-recommends per the decision table below. - default_framework: RICE | ICE | MoSCoW | Kano ### Default resource constraint (optional) Used in the Sprint allocation step. Skip if you'd rather state it per run. - sprint_capacity: 20 person-days per Sprint ### Backlog source (optional) Where the skill should fetch the requirement list from when you don't paste one. - backlog_source: gh-issues # gh-issues | github-project | tasks-file | paste - gh_owner: your-github-handle - gh_repo: your-main-repo - gh_label: backlog - tasks_file: docs/backlog.md
When a config field is set, the skill uses it silently. When unset, the skill asks (see "When input is incomplete").
Research commands (auto-discovery)
If the user points at a backlog source instead of pasting items, the skill can pull the list itself:
# GitHub issues by label gh issue list -R $OWNER/$REPO --label $LABEL --state open \ --json number,title,body --limit 100 # GitHub Project items gh project item-list $PROJECT_ID --owner $OWNER --format json # Local backlog file cat $TASKS_FILE
Step 1 — Pick a framework
If unspecified, recommend per this decision table:
| Condition | Recommended | Why | |---|---|---| | Have user-impact data per item (DAU, conversion), trustworthy | **RICE** | Most quantitative, traceable | | Have intuition but no precise data | **ICE** | Quick scoring, tolerates subjectivity | | Need 4-bucket alignment fast (e.g. team meeting) | **MoSCoW** | Forces "must" / "won't" consensus | | Need to understand requirement nature, plan features | **Kano** | Identifies delight features |
**Framework comparison:**
| Framework | Use case | Strength | Limit | Time | |---|---|---|---|---| | **RICE** | Data-supported quarterly planning | Most objective, comparable | Depends on data quality | Medium | | **ICE** | Fast decisions, brainstorming | Simple, fast | Highly subjective | Low | | **MoSCoW** | Release planning, stakeholder alignment | Forces consensus | Easy to put everything in Must | Low | | **Kano** | Feature planning, satisfaction research | Identifies delighters | Needs user research data | High |
Step 2 — Score requirements
RICE (default)
| Dimension | Meaning | Scoring | Common error | |---|---|---|---| | **R**each | Users impacted in one cycle | Concrete number ("5000 users/month") | "All users theoretically" as Reach | | **I**mpact | Per-user impact magnitude | 3 = massive, 2 = high, 1 = medium, 0.5 = low, 0.25 = minimal | Everything gets 3 | | **C**onfidence | Confidence in the estimate | 100% = data, 80% = indirect evidence, 50% = gut | 100% with no data | | **E**ffort | Total person-months across all roles | Includes design + dev + QA + integration | Counting only dev |
**RICE Score = (R × I × C) / E** — higher = higher priority.
**Calibration mechanism:**
- Score the same dimension across all items first (all R, then all I) — avoids per-item anchoring bias
- R calibration: pick a baseline ("login: affects 100% of users"), score others relative
- I calibration: ≤ 50% of items can score 3 — forces differentiation
- E calibration: must include design (20%) + dev (50%) + QA (20%) + integration (10%)
ICE (fast)
Score 1-10 on each dimension. **ICE Score = I × C × E / 10**.
| Dimension | Scoring | |---|---| | **I**mpact | 1 = trivial, 5 = medium, 10 = transformational | | **C**onfidence | 1 = pure guess, 5 = indirect evidence, 10 = A/B test data | | **E**ase | 1 = very hard (> 3 months), 5 = medium (2-4 weeks), 10 = trivial (< 1 day) |
MoSCoW
| Bucket | Definition | Suggested share | |---|---|---| | **Must Have** | Without it, can't ship; users can't use core feature | ≤ 60% | | **Should Have** | Important but has workaround; one-Sprint delay non-fatal | ~ 20% | | **Could Have** | Nice-to-have; better with, fine without | ~ 10% | | **Won't Have (this time)** | Explicitly out of scope; possibly later | ~ 10% |
**Common trap:** everything ends up Must Have. Counter: cap Must Have at 60%, force trade-offs.
Kano
| Type | Trait | Detection | Strategy | |---|---|---|---| | **Must-be** | Absence → dissatisfaction; presence → taken for granted | Users don't ask for it but rage when missing | Reach passing grade, don't over-invest | | **One-dimensional** | More = more satisfaction (linear) | Users actively r
Personal Corp is a way to run a one-person company through AI agents: tasks out of your head, departments instead of one person's memory, a weekly retro instead of "I'll sort it out someday".
Other skills on personal-corp-os.
- /paperclip-api
Use when managing Paperclip AI agent companies - creating tasks, managing agents, approving hires, running heartbeats, or any Paperclip control-plane operations via CLI or REST API. Triggers on "paperclip", "задача агенту", "одобри найм", "heartbeat", "запусти агента".
Open skill - /art-director
Orchestrate iterative visual style searches with branch prompts, decision graphs, feedback loops, and final direction selection.
Open skill - /cc-analytics
Use when user asks for Claude Code usage stats, weekly analytics, project activity summary, or wants to see what projects were worked on. Triggers on "аналитика", "статистика claude", "cc stats", "weekly report", "что делал
Open skill - /ceo-council
Use when needing strategic project analysis from multiple independent expert perspectives. Triggers on business decisions, growth strategy, product direction, competitive analysis, or any situation where diverse C-level opinions reduce blind spots
Open skill - /claude-md-writer
Use when creating or refactoring CLAUDE.md files - enforces best practices for size, structure, and content organization
Open skill - /corp-doctor
Use when a Personal Corp operating loop needs setup, repair, a new department, or task routing: HQ files and agent rules, GitHub issue workflow, corp-* owner map, department repositories, or deciding which repo an issue belongs to. Triggers: "corp doctor", "почини контур",
Open skill

