@optima-chat/optima-agent 0.9.52 → 0.9.54
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.
|
@@ -90,18 +90,13 @@ description: "基于 IPD 方法论的产品研究全生命周期工具。在 ~/k
|
|
|
90
90
|
数据采集完成后,必须将缓存文件 ingest 到 KB 才能进入分析。步骤:
|
|
91
91
|
|
|
92
92
|
1. `cp ~/.scout/cache/{project}/*.json ~/kb/product-research/raw/`
|
|
93
|
-
2.
|
|
94
|
-
3.
|
|
95
|
-
|
|
96
|
-
- 在 `wiki/sources/` 创建对应的来源摘要页(命名:`YYYY-MM-DD-<命令>-<参数>.md`)
|
|
97
|
-
- 根据 AGENTS.md 的"数据来源类型"表,创建/更新相关的 entity 和 overview 页面
|
|
98
|
-
4. 更新 `index.md`(添加新页面引用)和 `log.md`(记录本次 ingest)
|
|
99
|
-
5. `cd ~/kb/product-research && git add -A && git commit -m "[product-research] ingest: <简述>"`
|
|
100
|
-
6. 运行 `ls ~/kb/product-research/raw/` 和 `ls ~/kb/product-research/wiki/sources/` 确认文件已生成
|
|
93
|
+
2. 对每个 raw/ 文件,使用 Skill 工具调用 `ingesting-sources` skill — 它会创建 source 页并输出受影响页面清单
|
|
94
|
+
3. 使用 Skill 工具调用 `updating-related-pages` skill — 它会根据清单更新 entity/overview 页面
|
|
95
|
+
4. 运行 `ls ~/kb/product-research/raw/` 和 `ls ~/kb/product-research/wiki/sources/` 确认文件已生成
|
|
101
96
|
|
|
102
97
|
### 分析数据来源
|
|
103
98
|
|
|
104
|
-
|
|
99
|
+
分析时使用 Skill 工具调用 `querying-the-wiki` skill 查询 KB,不直接读缓存 JSON。
|
|
105
100
|
|
|
106
101
|
## 阶段路由
|
|
107
102
|
|
|
@@ -218,7 +213,7 @@ Shein/Temu 低价($X)vs Amazon 中高价($Y)vs 1688 成本(¥Z)
|
|
|
218
213
|
|
|
219
214
|
## KB 集成
|
|
220
215
|
|
|
221
|
-
`~/kb/product-research/` 是产品研究的主数据存储。所有研究数据通过 CLI
|
|
216
|
+
`~/kb/product-research/` 是产品研究的主数据存储。所有研究数据通过 CLI 自动缓存后,按上方「Ingest」章节的步骤收录到 KB。分析时使用 Skill 工具调用 `querying-the-wiki` skill 查询 KB,不直接读缓存 JSON。
|
|
222
217
|
|
|
223
218
|
## 交互风格
|
|
224
219
|
|
|
@@ -153,14 +153,14 @@
|
|
|
153
153
|
|
|
154
154
|
**前置条件:必须先运行 `ls ~/kb/product-research/wiki/sources/` 确认来源页不为空。如果为空,说明 ingest 未完成,必须返回第二步。**
|
|
155
155
|
|
|
156
|
-
|
|
156
|
+
**所有分析数据必须使用 Skill 工具调用 `querying-the-wiki` skill 从 KB 查询,禁止直接读 `~/.scout/cache/` 中的 JSON 文件。**
|
|
157
157
|
|
|
158
158
|
### 5. SPAN 初步定位
|
|
159
159
|
|
|
160
160
|
**目的**:战略定位评估
|
|
161
161
|
|
|
162
162
|
**方法**:
|
|
163
|
-
- 用 querying-the-wiki 查询:子品类分布、精确搜索量、品牌集中度、卖家画像
|
|
163
|
+
- 用 `querying-the-wiki` skill 查询:子品类分布、精确搜索量、品牌集中度、卖家画像
|
|
164
164
|
- 参考 `analysis-framework.md` SPAN 评分标准
|
|
165
165
|
- Y 轴:市场吸引力(1-5 分)— 市场规模、增长趋势、利润潜力、战略价值
|
|
166
166
|
- X 轴:竞争地位(1-5 分)— 差异化能力、资金匹配度、供应链能力、进入壁垒
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
**目的**:粗算利润空间
|
|
175
175
|
|
|
176
176
|
**方法**:
|
|
177
|
-
- 用 querying-the-wiki 查询:Amazon 均价、1688 参考价、PPC 竞价数据、卖家画像的利润阈值
|
|
177
|
+
- 用 `querying-the-wiki` skill 查询:Amazon 均价、1688 参考价、PPC 竞价数据、卖家画像的利润阈值
|
|
178
178
|
- 毛利 = 售价 - COGS - FBA 费
|
|
179
179
|
- 粗略净利 = 毛利 - PPC 估算 - 退货估算
|
|
180
180
|
|