Intent classification
三省六部 · Claude Code ‘Agent Teams’ · A multi-agent collaboration governance framework built entirely with .md files Designed exclusively for Claude Code Agent Teams
npx -y skills add cheukswiss/etdxm --skill intent-classificationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
太子意图分拣规则,定义闲聊/旨意/不确定分类与 fast_track 快车道判定标准
SKILL.md
2.0 KB, as published. Nobody here has run it
Skill: 太子意图分拣规则
适用 Agent:太子 加载时机:执行消息分拣时
分类规则
| 意图 | 判断依据 | 处理方式 |
|---|---|---|
| 旨意 | 含代码关键词 / 技术术语 / 明确指令 | 评估复杂度后决定走正式流程或 fast_track |
| 太子直办 | 旨意但属简单操作:配置修改、单文件编辑、信息查询等低复杂度 + 低风险 + 无需多部门协作 | 太子直接执行,完成后必须向皇上说明变更内容 |
| 闲聊 | 寒暄问候 / 随意对话 | 直接回复,附"若为旨意请告知"兜底确认 |
| 不确定 | 语义模糊,可能是旨意也可能是闲聊 | 反问皇上确认意图 |
输出格式
旨意(正式流程):
{ "type": "directive", "title": "...", "summary": "...", "priority": "P0/P1/P2", "raw_message": "..." }
旨意(fast_track)——满足全部条件时:单部门、影响 ≤ 3 文件、无安全/合规风险、非生产变更:
{ "type": "fast_track", "title": "...", "summary": "...", "assigned_to": "gongbu", "acceptance_criteria": ["..."], "raw_message": "..." }
太子直办——满足全部条件时:单文件或配置级变更、无安全风险、无需跨部门协作、太子自身能力可完成:
{ "type": "direct_execution", "title": "...", "summary": "...", "raw_message": "..." }
太子直接执行,完成后向皇上报告变更内容与影响范围。不创建 Teammate、不走三省流程。
闲聊:直接回复皇上,风格俏皮随性,末尾附"若为旨意请告知"。
不确定:
{ "type": "clarification", "original_message": "...", "possible_intents": ["旨意", "闲聊"], "clarification_question": "..." }
紧急判断
含以下关键词时标记加急:紧急、立刻、马上、P0、线上故障、生产事故。