Feature Prioritization Matrix
מעריך אוטומטית פיצ'רים לפי RICE / ICE ומציע סדר עדיפויות עם נימוקים.
תחום: ניהול מוצר
מתי להשתמש
כשיש backlog גדול וצריך להחליט מה לעשות ברבעון הבא.
תגיות: rice, prioritization, roadmap
SKILL.md
--- name: feature-prioritization description: Score features using RICE/ICE and recommend priority order with reasoning --- ## Overview Analyzes a feature backlog and produces a prioritized list with quantified rationale. ## When to use - Quarterly planning - Roadmap reviews - Trimming a bloated backlog ## How it works 1. List all candidate features 2. Score Reach, Impact, Confidence, Effort (1-10) 3. Calculate RICE = (R*I*C)/E 4. Surface top 5 + bottom 5 with explanation 5. Flag dependencies between items ## Example usage ``` Score these 15 features with RICE and tell me what to ship next quarter. ``` ## References - See references/sources.md