@optima-chat/optima-agent 0.9.57 → 0.9.58
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.
- package/.claude/skills/scout/SKILL.md +18 -20
- package/package.json +1 -1
|
@@ -100,26 +100,24 @@ description: "基于 IPD 方法论的产品研究全生命周期工具。在 ~/k
|
|
|
100
100
|
|
|
101
101
|
## 阶段路由
|
|
102
102
|
|
|
103
|
-
根据 `wiki/entities/projects/{slug}.md`
|
|
104
|
-
|
|
105
|
-
| 阶段 |
|
|
106
|
-
|
|
107
|
-
| 市场管理(MM) |
|
|
108
|
-
| 概念 |
|
|
109
|
-
| 计划 |
|
|
110
|
-
| 开发 |
|
|
111
|
-
| 验证 |
|
|
112
|
-
| 发布 |
|
|
113
|
-
| 生命周期 |
|
|
114
|
-
| 跨项目 |
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
-
|
|
120
|
-
-
|
|
121
|
-
- 基础指标:`references/metrics.md`
|
|
122
|
-
- 命令详细参考:`references/commands.md`
|
|
103
|
+
根据 `wiki/entities/projects/{slug}.md` 当前阶段加载对应指引:
|
|
104
|
+
|
|
105
|
+
| 阶段 | Reference |
|
|
106
|
+
|------|-----------|
|
|
107
|
+
| 市场管理(MM) | [market-management.md](references/market-management.md) |
|
|
108
|
+
| 概念 | [concept.md](references/concept.md) |
|
|
109
|
+
| 计划 | [planning.md](references/planning.md) |
|
|
110
|
+
| 开发 | [development.md](references/development.md) |
|
|
111
|
+
| 验证 | [qualification.md](references/qualification.md) |
|
|
112
|
+
| 发布 | [launch.md](references/launch.md) |
|
|
113
|
+
| 生命周期 | [lifecycle.md](references/lifecycle.md) |
|
|
114
|
+
| 跨项目 | [cross-project.md](references/cross-project.md) |
|
|
115
|
+
|
|
116
|
+
**贯穿多阶段的流程:**
|
|
117
|
+
- 需求管理:[requirements.md](references/requirements.md)(计划→开发→验证→生命周期)
|
|
118
|
+
- 分析方法论:[analysis-framework.md](references/analysis-framework.md)
|
|
119
|
+
- 基础指标:[metrics.md](references/metrics.md)
|
|
120
|
+
- 命令详细参考:[commands.md](references/commands.md)
|
|
123
121
|
|
|
124
122
|
## Gate 评审
|
|
125
123
|
|