@optima-chat/optima-agent 0.9.35 → 0.9.36

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.
@@ -232,6 +232,7 @@ scout search "open ear earbuds" --limit 15 --format json > /tmp/scout-result.jso
232
232
  用户可随时要求生成报告,保存到 `~/products/{slug}/reports/YYYY-MM-DD-{标题}.md`。
233
233
 
234
234
  报告类型对齐 IPD 交付物:
235
+ - 市场管理(MM) → 品类分析报告
235
236
  - 概念阶段 → 产品立项书
236
237
  - 计划阶段 → 商业计划书
237
238
  - 开发阶段 → 产品规格书 + 供应商评估报告
@@ -94,7 +94,21 @@ scout tiktok search-videos "品类关键词"
94
94
 
95
95
  ---
96
96
 
97
- ### 6. 立项触发
97
+ ### 6. 生成品类分析报告
98
+
99
+ **生成品类分析报告**,保存到 `~/products/reports/YYYY-MM-DD-品类分析报告.md`。
100
+
101
+ 必含章节:
102
+ - 扫描范围(评估了哪些品类方向)
103
+ - 各品类 SPAN 评分(市场吸引力 + 竞争地位)
104
+ - 优先级排序结果(P1/P2/P3/放弃)及理由
105
+ - 与 PROFILE.md 的匹配度分析
106
+ - CBB 复用度评估
107
+ - 最终选择的方向和下一步行动
108
+
109
+ ---
110
+
111
+ ### 7. 立项触发
98
112
 
99
113
  **P1 机会 → 发起概念阶段:**
100
114
  - 从 ROADMAP.md 选取 P1 机会
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optima-chat/optima-agent",
3
- "version": "0.9.35",
3
+ "version": "0.9.36",
4
4
  "description": "基于 Claude Agent SDK 的电商运营 AI 助手",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",