{
  "recommended_threshold": 0.33,
  "negative_patterns": [
    "one-file",
    "one-off",
    "just execute",
    "already-approved plan",
    "single-domain",
    "只执行",
    "不要组团",
    "单文件"
  ],
  "should_trigger": [
    {
      "text": "Design a multi-agent workflow for research, writing, fact checking, and publishing. Decide which work can run in parallel and who owns the final decision.",
      "family": "workflow_design"
    },
    {
      "text": "Audit this existing agent team. The agents duplicate work, handoffs are vague, and nobody owns the final artifact.",
      "family": "workflow_audit"
    },
    {
      "text": "Should this product launch process use a coordinator and specialist agents, or will that add more overhead than value?",
      "family": "panel_fit"
    },
    {
      "text": "Create a reusable expert-team specification for a privacy-sensitive content pipeline with approval gates and failure handling.",
      "family": "full_specification"
    },
    {
      "text": "Our AI agents disagree on architecture. Define a steward, evidence rules, and a conflict-resolution path.",
      "family": "conflict_resolution"
    },
    {
      "text": "We need a capability matrix for browser research, database analysis, editorial review, and final delivery before we dispatch agents.",
      "family": "capability_preflight"
    },
    {
      "text": "请判断这个项目是否值得做多智能体专家团，并给出最小可用的主理人、专家分工和交接方案。",
      "family": "cn_panel_fit"
    },
    {
      "text": "审计这套 Agent 协作流程：工具权限不清、产物散落、审核和最终责任人缺失。",
      "family": "cn_workflow_audit"
    },
    {
      "text": "给研究到发布的流程设计专家团，要求包含预算、隐私、审批、异常和决策记录边界。",
      "family": "cn_full_specification"
    }
  ],
  "should_not_trigger": [
    {
      "text": "Fix a typo in this one Markdown file.",
      "family": "single_file_edit"
    },
    {
      "text": "Run the three independent test commands from this already-approved plan.",
      "family": "approved_execution"
    },
    {
      "text": "Explain the difference between multi-agent systems and agent swarms.",
      "family": "explanation_only"
    },
    {
      "text": "Review this one SQL query for performance.",
      "family": "single_domain_review"
    },
    {
      "text": "Summarize this article about AI agent orchestration.",
      "family": "summary_only"
    },
    {
      "text": "Please implement the task plan we agreed on yesterday; do not redesign the workflow.",
      "family": "execution_only"
    },
    {
      "text": "修复这个单文件里的一个拼写错误。",
      "family": "cn_single_file_edit"
    },
    {
      "text": "只按已经确认的计划执行，不要重新设计 Agent 协作流程。",
      "family": "cn_execution_only"
    },
    {
      "text": "解释一下多智能体系统是什么。",
      "family": "cn_explanation_only"
    }
  ],
  "near_neighbor": [
    {
      "text": "Write a single expert persona for a product manager.",
      "family": "single_persona"
    },
    {
      "text": "Brainstorm a few possible AI agent roles, but do not design a workflow yet.",
      "family": "role_brainstorming"
    },
    {
      "text": "Use three agents in parallel to speed up this independent file search.",
      "family": "parallelism_only"
    },
    {
      "text": "Compare LangGraph, CrewAI, and AutoGen for a future project.",
      "family": "framework_comparison"
    },
    {
      "text": "Give me a checklist for coordinating a human meeting.",
      "family": "human_meeting"
    },
    {
      "text": "先给我几个专家角色的点子，不要设计完整工作流。",
      "family": "cn_role_brainstorming"
    },
    {
      "text": "让三个 Agent 并行跑独立检查，只是为了更快。",
      "family": "cn_parallelism_only"
    }
  ]
}
