openmatrix 0.2.19 → 0.2.21

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/skills/status.md CHANGED
@@ -1,8 +1,39 @@
1
1
  ---
2
2
  name: om:status
3
- description: "Use when checking task execution progress, run status, completion statistics, or pending approvals. Triggers on: 进度, progress, status, 状态, 完成情况, statistics, how many tasks, run status, 还剩多少, task overview."
3
+ description: "Use when checking task execution progress, run status, completion statistics, or pending approvals. Triggers on STATUS-CHECK intent: user wants to see current execution state, task progress, statistics, or pending items. DO NOT trigger on: development tasks, debugging, or starting new tasks. Intent signals: user asks 'how's progress', 'check status', 'what's left', or wants overview of execution."
4
4
  ---
5
5
 
6
+ <INTENT-JUDGMENT>
7
+ ## 意图判断指南
8
+
9
+ **AI 应根据用户语义判断意图:**
10
+
11
+ ### 触发信号(状态检查意图)
12
+
13
+ - 用户想查看执行进度
14
+ - 询问任务完成情况
15
+ - 检查运行状态
16
+ - 查看统计数据
17
+
18
+ ### 不触发信号
19
+
20
+ | 用户意图 | 应调用 |
21
+ |---------|--------|
22
+ | 开始任务 | /om:start |
23
+ | 调查问题 | /om:debug |
24
+ | 查看报告 | /om:report |
25
+
26
+ ### 示例判断
27
+
28
+ | 用户消息 | 判断 | 结果 |
29
+ |---------|------|------|
30
+ | "查看进度" | 状态意图 | 触发 ✓ |
31
+ | "任务完成多少了" | 进度检查意图 | 触发 ✓ |
32
+ | "当前执行状态" | 状态查看意图 | 触发 ✓ |
33
+ | "实现功能" | 开发意图 | /om:start |
34
+ | "为什么卡住了" | 调查意图 | /om:debug |
35
+ </INTENT-JUDGMENT>
36
+
6
37
  <NO-OTHER-SKILLS>
7
38
  执行此技能时,不得调用 superpowers、gsd 或其他任务编排相关的技能。OpenMatrix 独立运行,不依赖外部任务编排系统。
8
39
  </NO-OTHER-SKILLS>