# SKU Grading

{% hint style="info" %}
**Quick Answer:** SKU Grading assigns a performance tier — A, B, or C — to each product variant in your catalog. Grades help you filter the Production Plan to focus on priority SKUs, and Mo uses them to calibrate demand projections.
{% endhint %}

**SKU Grading is** a classification system that ranks each product variant by performance relative to the rest of your catalog. Every SKU receives a letter grade (A, B, or C) that reflects how it compares to your other items. This lets planners focus time and inventory resources on the products that matter most.

## What Are the Grade Tiers?

| Grade    | Meaning                 | Effect on Mo's Demand Projections |
| -------- | ----------------------- | --------------------------------- |
| **A**    | Highest-performing SKUs | Increased projections             |
| **B**    | Mid-tier SKUs           | Moderate projections              |
| **C**    | Lowest-performing SKUs  | Reduced projections               |
| **None** | Not yet graded          | No grade-based adjustment         |

{% hint style="info" %}
Grades are based on **ABC Analysis** — an industry-standard framework rooted in the Pareto principle, where roughly 20% of SKUs typically drive 80% of revenue. A = top performers, B = middle tier, C = bottom tier.
{% endhint %}

## Where Do Grades Appear in Moselle?

Grades are used in two places:

**Production Plan** The primary place grades are visible. Use the grade filter to narrow the Production Plan table to only A, B, C, or ungraded SKUs. This helps planners focus on high-priority items without scrolling through the entire catalog.

{% hint style="warning" %}
**Note:** Grades are not displayed as a visible column in the Production Plan table. They are used for filtering only.
{% endhint %}

**Mo AI Chat** Mo understands SKU grades and uses them when reasoning about forecasts and demand planning. When you ask Mo about a SKU, grade context influences how it interprets and adjusts projections.

## How to Filter by Grade in the Production Plan

1. Navigate to **Replenishment** in the left sidebar
2. Open your **Production Plan**
3. Click the **filter** controls at the top of the table
4. Select **Grade** and choose one or more tiers (A, B, C, or None)
5. The table updates to show only matching SKUs

## Key Definitions

**SKU (Stock Keeping Unit)** : A unique identifier for a specific product variant. "Red Hoodie, Size L" and "Red Hoodie, Size M" are two different SKUs.

**SKU Grading** : The process of assigning a performance tier (A, B, or C) to each SKU based on how it compares to the rest of your product catalog.

**ABC Analysis** : The industry framework behind SKU grading. Classifies inventory into three categories — A (top performers), B (middle), C (bottom) — to help planners prioritize resources.

**Grade Filter** : A filter control in the Production Plan that narrows the table to show only SKUs of a selected grade tier.

**Demand Projection** : A forecast of how many units of a SKU will be sold in a future period. Mo adjusts projections up or down based on a SKU's grade.

## Frequently Asked Questions

### How are grades assigned?

Grades are calculated automatically by Moselle based on each SKU's performance relative to the rest of your catalog. You do not need to assign grades manually.

### Can I change a SKU's grade?

Grades are determined by Moselle based on catalog-wide performance data and are not manually editable.

### Why does a SKU show "None" for its grade?

A grade of **None** means the SKU has not yet been graded — typically because it lacks sufficient sales history. No grade-based adjustment is applied to these items.

### Do grades affect anything other than the Production Plan filter?

Yes — Mo uses grade context when generating and adjusting demand forecasts in AI chat. Higher-graded SKUs receive increased demand projections; lower-graded ones receive reduced projections.

## Related Guides

{% content-ref url="/pages/XujjS3140dWgq4aagxaz" %}
[Manage Your Production Plan](/planning-and-execution/replenishment/production-planning.md)
{% endcontent-ref %}

{% content-ref url="/pages/ja1XQcZPneh77RB6KNv3" %}
[Build your forecast with Mo](/planning-and-execution/forecasting/build-your-forecast-with-mo.md)
{% endcontent-ref %}

{% content-ref url="/pages/Y8NoLDfN1s6buHy6WJi4" %}
[View and Filter Your Catalog](/operations/catalog/access-your-catalog.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.moselle.io/operations/catalog/sku-grading.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
