dijk-skills 1.0.2 → 1.0.3
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/README.md
CHANGED
|
@@ -27,7 +27,7 @@ npx dijk-skills install [options]
|
|
|
27
27
|
| Module | Skills |
|
|
28
28
|
|--------|--------|
|
|
29
29
|
| `common` | grilling, humanizer-zh, i-have-adhd |
|
|
30
|
-
| `writing` | grill-my-
|
|
30
|
+
| `writing` | grill-my-proposal, vibe-opinion-insight |
|
|
31
31
|
| `tools` | darwin-skill, skill-creator |
|
|
32
32
|
| `coding` | *(empty, reserved for future skills)* |
|
|
33
33
|
|
package/package.json
CHANGED
|
@@ -13,15 +13,14 @@ description: >
|
|
|
13
13
|
|
|
14
14
|
## Vibe 阶段
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
- 读者是谁(架构师?决策者?学习者?)
|
|
18
|
-
- 最想搞懂什么(系统怎么运作?和竞品的区别?值不值得押注?)
|
|
19
|
-
- 有没有特别关注的维度(安全?性能?可扩展性?)
|
|
20
|
-
- 架构视图偏好(4+1?C4?还是让分析者自选?)
|
|
16
|
+
目标:最少交互,最大推断。
|
|
21
17
|
|
|
22
|
-
|
|
18
|
+
1. **先读 prompt 推断** — 用户提到竞品就是竞品视角,说了"安全"就是安全维度
|
|
19
|
+
2. **快速侦察项目** — README、目录结构、规模决定分析深度(500 行工具库不需要 4+1)
|
|
20
|
+
3. **只补缺失维度** — 读者画像 / 核心关注 / 侧重维度 / 视图偏好,能推断的不问,最多问 2 个
|
|
21
|
+
4. **展示推断,邀请纠正** — "判断你是 X 视角,重点 Y",不要弹预设选项
|
|
23
22
|
|
|
24
|
-
|
|
23
|
+
结论写入 `insight/{slug}/brief.md`,后续触发先读 brief 恢复意图。
|
|
25
24
|
|
|
26
25
|
## 交付物
|
|
27
26
|
|