AgentSkillsCN

expert-routing

领域专家路由。当知识库无法解答用户问题时,系统会根据问题所属领域,自动查找并通知相应领域的专家。仅限 IM 模式下使用。触发条件:在 6 步检索中未找到匹配结果。

SKILL.md
--- frontmatter
name: expert-routing
description: Domain expert routing. When the knowledge base cannot answer user questions, find and notify the corresponding expert based on the question domain. Only available in IM mode. Trigger condition: No results in 6-stage retrieval.

Domain Expert Routing

Automatically route questions to domain experts when the knowledge base cannot answer user questions.

Applicable Scenarios

  • User question has no answer in knowledge base
  • Question belongs to a specific domain requiring professional response
  • Only available in IM mode (WeCom/Feishu/DingTalk)

Quick Workflow

  1. Identify domain → Determine the domain based on question semantics
  2. Query expert → Get expert information from domain_experts.xlsx
  3. Notify expert → Send message to expert with user question
  4. Notify user → Inform user that expert has been contacted

Domain Identification Examples

Question KeywordsDomain
Salary/wage/adjustmentCompensation & Benefits
Leave/attendance/clock-inAttendance Management
Onboarding/new employee/trainingRecruitment & Training
Contract/labor/resignationEmployee Relations

Detailed Workflow

For complete expert routing workflow, see WORKFLOW.md