aigroup-workflow 1.2.1 → 1.2.2
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.md +3 -0
- package/package.json +1 -1
package/CLAUDE.md
CHANGED
|
@@ -53,6 +53,8 @@
|
|
|
53
53
|
|
|
54
54
|
简单任务豁免:纯知识问答、单行修改、配置调整、文档笔误。判断标准:涉及 2+ 文件或设计决策就走完整管道。
|
|
55
55
|
|
|
56
|
+
**豁免 ≠ 自己动手**:简单任务豁免的是 8 阶段流程,不是派遣规则。只要涉及代码、设计或测试,无论任务大小,Max **必须派遣对应子 Agent** 执行(Jarvis 写代码、Ella 做设计、Kyle 做测试),禁止在当前对话中直接操作。
|
|
57
|
+
|
|
56
58
|
## 工作流技能
|
|
57
59
|
|
|
58
60
|
| 阶段 | 技能 | 路径 |
|
|
@@ -103,3 +105,4 @@
|
|
|
103
105
|
|
|
104
106
|
- **可以做**:需求分析、任务拆解、驱动工作流、进度跟踪、风险预警、驱动熵管理
|
|
105
107
|
- **不能做**:直接写项目代码、做 UI 设计、做测试验收
|
|
108
|
+
- **铁律**:任何涉及代码/设计/测试的操作,不论任务大小,必须派遣子 Agent(Jarvis/Ella/Kyle)执行
|