priority-analyzer

Analyze and rank development features using the RICE scoring model.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/buddypia/kaiju-voice --skill priority-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: priority-analyzer
Source: https://github.com/buddypia/kaiju-voice/tree/main/.claude/skills/priority-analyzer
Command: npx skills add https://github.com/buddypia/kaiju-voice --skill priority-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of prioritizing development features using the RICE (Reach × Impact × Confidence / Effort) framework, ensuring that the most valuable features are tackled first.

Core Features & Use Cases

  • RICE Score Calculation: Computes a RICE score based on multiple data sources like BRIEF.md, SPEC.md, and CONTEXT.json.
  • Evidence-Based Confidence: Derives confidence scores from the completeness and quality of documentation and research.
  • Competitive Adjustment: Incorporates market and competitor data to refine priority rankings.
  • Use Case: A product manager can use this Skill to quickly get a ranked list of features for the next development sprint, based on their potential impact and feasibility.

Quick Start

Use the priority-analyzer skill to analyze the priority of feature '008-monetization'.

Frequently Asked Questions about priority-analyzer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prioritize product features using RICE scoring?

Feature prioritization using RICE scoring calculates Reach × Impact × Confidence divided by Effort to rank development items. The analyzer automates this computation by integrating data from BRIEF.md, SPEC.md, and CONTEXT.json files to generate evidence-based priority rankings.

What is the RICE framework for development roadmap planning?

The RICE framework for development roadmap planning evaluates features by multiplying Reach, Impact, and Confidence, then dividing by Effort. It provides a quantitative method to sequence product features based on potential value and implementation feasibility.

How do I calculate confidence scores for feature ranking?

Confidence scores for feature ranking are derived from the completeness and quality of documentation and research. The analyzer evaluates evidence within BRIEF.md, SPEC.md, and CONTEXT.json to automatically assign confidence values to each prioritized feature.

Can I incorporate competitor data into feature prioritization?

Competitor data integration into feature prioritization is supported using the competitor-registry.json file. The analyzer incorporates this market and competitor data to refine RICE priority rankings and adjust feature sequencing.

What's the best way to rank backlog features for a sprint?

Ranking backlog features for a sprint is best achieved by applying the RICE model across multiple project data sources. The analyzer processes gap-candidates.json alongside project documentation to output a detailed, ranked list of features for the next development sprint.

Does RICE prioritization work without complete project documentation?

RICE prioritization works without complete project documentation, but incomplete BRIEF.md or SPEC.md files will lower the evidence-based confidence scores. Missing context directly reduces the calculated confidence multiplier, yielding more conservative feature rankings.