> For the complete documentation index, see [llms.txt](https://docs.dev-cepto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dev-cepto.com/guides/sku-list.md).

# 品番リストを使う

**品番/SKU分析** は、ワークスペースの商品を一行ずつ見ながら、今見るべき品番と次の施策を決める画面です。左メニューから開きます。

## 画面の基本

上部で次を切り替え・絞り込みできます。

* **日付範囲** — 売上や消化の集計期間
* **検索** — 品番・商品名
* **ステータス** — DANGER / WARNING / WATCH など
* **推奨アクション** — 値下げ、追加発注、集客 など
* **シグナル** — 消化遅れ、欠品リスク、PV 低 など
* **タグ・カテゴリ**
* **並び順** — 在庫金額、消化率、日販、販売数など
* **表示列** — 列の表示/非表示（ワークスペースに保存されます）

必須列は **品番・ステータス・推奨アクション** です。

## 主な列

| 列                    | 見ること       |
| -------------------- | ---------- |
| 品番 / 商品名 / 画像        | 対象の識別      |
| カテゴリ / ブランド          | 切り口        |
| 販売数 / 14日日販          | 売れているか     |
| 現在庫 / 発注             | 手元と発注残     |
| 在庫日数 / 在庫金額          | 在庫の重さ      |
| 実績消化率 / 計画消化率 / ギャップ | 計画との差      |
| ステータス                | 緊急度        |
| シグナル                 | なぜそのステータスか |
| 推奨アクション              | 次に取る施策の候補  |
| タグ / 施策              | 運用メモと実施中の手 |

## ステータス

行の緊急度です。フィルタの値と対応します。

| ステータス         | 目安          |
| ------------- | ----------- |
| DANGER        | すぐ手を打つ      |
| WARNING       | 要注意         |
| WATCH         | 経過観察        |
| NORMAL / GOOD | 計画どおり、または好調 |
| OVERDUE       | 期間超過        |
| PRE\_RELEASE  | 発売前         |

## 推奨アクション

品番詳細から TODO にするときのプリセットでもあります。

| アクション                 | 意味                     |
| --------------------- | ---------------------- |
| MARKDOWN（値下げ）         | 定価を下げて消化を加速する          |
| OFFER（オファー施策）         | クーポン・ポイント・送料無料など、定価は維持 |
| RESTOCK（追加発注）         | 在庫補充やサイズ欠品の補填          |
| BOOST\_CONTENT（ページ改善） | 画像・コピー・訴求の強化           |
| TRAFFIC（集客施策）         | SNS・メルマガ・広告・特集         |
| RELOCATE（在庫移動）        | チャネル間で在庫を再配分する         |

{% hint style="info" %}
在庫移動（RELOCATE）は、複数チャネル在庫が揃うまでの MVP では限定的です。現状の集計は主に Shopify 単一ストアです。
{% endhint %}

## 一括操作

リストで複数行を選ぶと、次ができます。

* タグの追加・削除（カンマ区切り）
* 目標週数の一括設定

## 品番詳細

行を開くと、その品番の内訳が出ます。

* 売上・消化率の推移
* 現在庫、在庫残存、平均売価
* サイズ / カラーなどのバリアント表
* 推奨アクションから TODO を切る
* **Cepto AI** による品番診断（評価・シグナル・推奨）

MD プロジェクトを選んだ状態で詳細に入ると、その企画に対する判定（6 アクション）が見やすくなります。

## TODO との関係

品番詳細やリストから切ったタスクは、左メニューの **TODOリスト** に集まります。担当者、期限、ステータス（TODO / DOING / DONE）で追えます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dev-cepto.com/guides/sku-list.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
