1. RICE framework
    1. The RICE method prioritizes features by scoring them based on Reach, Impact, Confidence, and Effort, with the formula (Reach×Impact×Confidence)/Effort(\text{Reach} \times \text{Impact} \times \text{Confidence}) / \text{Effort}(Reach×Impact×Confidence)/Effort. This helps determine which features offer the highest value relative to the effort required.
  2. MoSCoW framework
    1. The MoSCoW method categorizes requirements into Must have, Should have, Could have, and Won't have, prioritizing critical needs first. This framework helps teams focus on essential features while identifying lower-priority items for potential future consideration.

    All notes