@optima-chat/optima-agent 0.9.48 → 0.9.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -155,24 +155,19 @@
|
|
|
155
155
|
|
|
156
156
|
**前置条件:必须先运行 `ls ~/kb/product-research/wiki/sources/` 确认来源页不为空。如果为空,说明 ingest 未完成,必须返回第二步。**
|
|
157
157
|
|
|
158
|
-
|
|
158
|
+
**所有分析数据必须通过 kb-skills 的 querying-the-wiki 流程从 KB 查询,禁止直接读 `~/.scout/cache/` 中的 JSON 文件。**
|
|
159
159
|
|
|
160
160
|
### 5. SPAN 初步定位
|
|
161
161
|
|
|
162
162
|
**目的**:战略定位评估
|
|
163
163
|
|
|
164
|
-
**数据来源**(必须从 wiki/ 页面读取,不要读缓存 JSON):
|
|
165
|
-
- 从 `wiki/overview/market-{slug}.md` 读取:子品类分布、价格区间、竞争格局
|
|
166
|
-
- 从 `wiki/sources/*sp-keywords-mine*` 读取:精确搜索量
|
|
167
|
-
- 从 `wiki/sources/*sp-brands*` 读取:品牌集中度
|
|
168
|
-
- 从 `wiki/entities/seller-profile.md` 读取:资金匹配度
|
|
169
|
-
|
|
170
164
|
**方法**:
|
|
165
|
+
- 用 querying-the-wiki 查询:子品类分布、精确搜索量、品牌集中度、卖家画像
|
|
171
166
|
- 参考 `analysis-framework.md` SPAN 评分标准
|
|
172
167
|
- Y 轴:市场吸引力(1-5 分)— 市场规模、增长趋势、利润潜力、战略价值
|
|
173
168
|
- X 轴:竞争地位(1-5 分)— 差异化能力、资金匹配度、供应链能力、进入壁垒
|
|
174
169
|
|
|
175
|
-
**记录**:更新 `wiki/entities/projects/{slug}.md` SPAN 定位
|
|
170
|
+
**记录**:更新 `wiki/entities/projects/{slug}.md` SPAN 定位
|
|
176
171
|
|
|
177
172
|
---
|
|
178
173
|
|
|
@@ -180,17 +175,11 @@
|
|
|
180
175
|
|
|
181
176
|
**目的**:粗算利润空间
|
|
182
177
|
|
|
183
|
-
**数据来源**(必须从 wiki/ 页面读取):
|
|
184
|
-
- 从 `wiki/overview/market-{slug}.md` 读取:Amazon 均价
|
|
185
|
-
- 从 `wiki/sources/*supplier-search*` 读取:1688 参考价
|
|
186
|
-
- 从 `wiki/sources/*sp-keywords-mine*` 读取:PPC 竞价数据
|
|
187
|
-
|
|
188
178
|
**方法**:
|
|
179
|
+
- 用 querying-the-wiki 查询:Amazon 均价、1688 参考价、PPC 竞价数据、卖家画像的利润阈值
|
|
189
180
|
- 毛利 = 售价 - COGS - FBA 费
|
|
190
181
|
- 粗略净利 = 毛利 - PPC 估算 - 退货估算
|
|
191
182
|
|
|
192
|
-
**对照**:`wiki/entities/seller-profile.md` 中的最低毛利率和最低净利率。如果未填写,必须让用户确认。
|
|
193
|
-
|
|
194
183
|
**记录**:更新 `wiki/entities/projects/{slug}.md` 关键发现
|
|
195
184
|
|
|
196
185
|
---
|