One-click install
npx skills add https://github.com/adityaarsharma/orbit --skill orbit-pm-rice
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: orbit-pm-rice
Source: https://github.com/adityaarsharma/orbit/tree/main/skills/orbit-pm-rice
Command: npx skills add https://github.com/adityaarsharma/orbit --skill orbit-pm-rice

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps prioritize action items from audit reports by scoring them based on RICE criteria (Reach × Impact × Confidence ÷ Effort).

Core Features & Use Cases

  • RICE Scoring: Analyzes findings from Orbit audit reports and ranks them by RICE score.
  • Backlog Formatting: Outputs a prioritized backlog in Markdown format for easy use in project management tools.
  • Use Case: After running an audit, use this Skill to quickly identify which issues should be addressed first based on their RICE scores.

Quick Start

Use the orbit-pm-rice skill to generate a RICE-scored backlog from the 'qa-report-.md' and 'pm-ux/.json' files.

Frequently Asked Questions about orbit-pm-rice

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

FAQPage Schema
How do I prioritize audit findings into a project backlog?▼

Prioritize audit findings by computing RICE scores for each item. This process ranks action items from audit reports, outputting a prioritized backlog to identify which issues to address first.

What file formats are needed to calculate RICE scores from audit reports?▼

Calculating RICE scores from audit reports requires Markdown and JSON audit output files. Processing these formats extracts findings to compute scores and generate a prioritized backlog.

How does RICE scoring work for backlog prioritization?▼

RICE scoring works by evaluating each item using Reach, Impact, Confidence, and Effort criteria. It calculates a numerical score to objectively rank findings, ensuring high-value issues are addressed first.

Do I need prior project management experience to use RICE scoring on audit findings?▼

Using RICE scoring on audit findings requires a basic understanding of RICE criteria to accurately assess findings. You also need access to audit report files to process them into a prioritized backlog.

What is the output format for a RICE-scored backlog?▼

The output format for a RICE-scored backlog is Markdown. Formatting the prioritized list in Markdown allows for easy integration and immediate use within standard project management tools.