Docs · 文档创作、协作、版本与审阅
1. 介绍
1.1. 背景
文档是组织知识的载体,也是组织协作的媒介。在知识工作中,文档相关活动(起草、改写、审校、检索、归档)占据了大量工时——这也是大模型最早被规模化验证的落地区域。
但文档场景对 AI 的要求与问答场景截然不同:
| 维度 | 问答场景 | 文档场景 |
|---|---|---|
| 输出长度 | 短,一次回答 | 长,结构化成篇 |
| 错误代价 | 单点错误 | 错误被复制到多个下游文档 |
| 版本要求 | 无 | 必须有版本、差异与审阅留痕 |
| 责任归属 | 模糊 | 必须明确到人 |
| 语料来源 | 知识库 | 知识库 + 既有文档 + 业务系统数据 |
因此,文档场景的 AI 落地不能停留在"接一个对话框",而必须建成一条可追溯、可审阅、可版本化的文档流水线。
1.2. 定义
Docs(文档创作与协作):以文档为对象,对其素材归集、结构抽取、起草、事实核查与引用溯源、人工审阅、版本与发布、反馈回流全过程进行工程化管理的活动。
技术底座方面,英国政府官方报告给出了明确表述——其试验所用工具"The tool uses a method called retrieval augmented generation (RAG) to search and extract relevant information to a user's query"。这说明:文档助手的事实可靠性来自 RAG,而非模型记忆。
标准层面,文档协作领域没有 AI 专属强制标准(检索未发现)。可引用的相邻规范是 ISO 30401:2018 第 7.5 条"成文信息(Documented information)"与第 9.1 条"监视、测量、分析与评价"——前者要求成文信息受控,后者要求对知识管理绩效进行监视与测量。
1.3. 在 AI Harness 体系中的定位
图 1-1|Docs 在 Harness 六层能力模型中的定位
数据来源:基于本文分析绘制的示意图。
Docs 在 Harness 六层能力模型中的定位为:主层 L1 上下文工程层,次层 L3 编排与控制层、L6 治理与安全层(该映射为本文分析)。
| 层 | 在 Docs 中的体现 | 关键机制 |
|---|---|---|
| L1 上下文工程(主) | 素材检索与装配、引用片段注入、上下文预算控制 | RAG、父子块装配、关键信息首尾放置 |
| L2 工具与执行 | 文档读取/写入、格式转换、术语表与模板调用 | MCP 连接器、脚本化解析与转换 |
| L3 编排与控制(次) | 多阶段文档流水线(起草→核查→审阅→发布) | 状态机 + 人工审阅节点 |
| L4 记忆与状态 | 版本历史、审阅意见、工件检查点 | 版本快照、Checkpoint |
| L5 评估与观测 | 事实一致性、引用完整率、节省工时、采用率 | 忠实度指标 + 业务度量 |
| L6 治理与安全(次) | 权限继承、数据分级、审阅留痕 | 终端用户权限、审计日志 |
瓶颈所在层:Docs 的瓶颈在 L1 与 L6 的交界。
- L1 侧:文档创作需要长上下文与多源素材,受"Lost in the Middle"位置效应制约,素材装配的质量决定成稿质量;
- L6 侧:文档助手采用终端用户权限,一旦权限配置有误,AI 会成为"高效的越权放大器"。
治理风险的一手证据:英国政府官方报告原文指出——"The tool adopts the permissions of the end user and will only retrieve documents that a user could normally access." 同时官方警告:"Copilot's ability to search and query using a user's access may highlight issues when users have access to files they shouldn't." 这是文档协作 AI 最典型的 L6 风险,应在所有文档类落地方案中单列。
价值:Docs 是 AI Harness 在知识工作者日常工作中渗透率最高的方向,也是验证"上下文工程 + 治理"是否真正生效的试金石。
2. 名词解释
| 术语 | 英文/缩写 | 释义 |
|---|---|---|
| 成文信息 | Documented information | ISO 30401:2018 第 7.5 条要求受控的组织信息及其载体 |
| 检索增强生成 | RAG | Retrieval-Augmented Generation,先检索再生成的事实可靠性保障机制 |
| 文档流水线 | Document Pipeline | 素材归集→结构抽取→起草→核查→审阅→发布→回流的标准化流程 |
| 事实核查 | Fact-checking | 校验文档陈述与来源是否一致的动作 |
| 引用溯源 | Citation / Provenance | 为每条陈述标注来源标识(doc_id + 版本 + 片段定位) |
| 忠实度 | Faithfulness | 生成内容与所提供上下文的事实一致性指标 |
| 版本快照 | Version Snapshot | 文档在某一时点的完整可回溯副本 |
| 差异比对 | Diff | 两个版本之间的内容差异清单 |
| 审阅留痕 | Review Trail | 审阅人、时间、结论、修改理由的结构化记录 |
| 权限继承 | Permission Inheritance | AI 工具采用终端用户权限、只能检索该用户本可访问的内容 |
| 人在回路 | Human-in-the-loop | 在自动化流程中设置人工审阅与批准节点 |
| 标准作业程序 | SOP | Standard Operating Procedure |
| 模板 | Template | 预定义的文档结构与格式骨架 |
| 术语表 | Glossary / Term Base | 组织统一术语与译名的对照表 |
| 冗余与陈旧 | ROT | Redundant, Obsolete, Trivial content,文档治理中的清理对象 |
| 信息架构 | Information Architecture | 文档的分类、标签、层级与检索路径设计 |
| 内容生命周期 | Content Lifecycle | 创建→评审→发布→使用→复核→归档/废止 |
| 上下文悬崖 | Context Cliff | 上下文超过某一长度后生成质量急剧下降的现象 |
| 新颖性效应 | Novelty Effect | 新工具上线初期的兴奋带来短期使用高峰,随后回落 |
| 跨部门试验 | Cross-government Experiment | 覆盖多个政府部门的同一工具规模化试用 |
3. 案例
3.1. 英国政府跨部门 M365 Copilot 试验
3.1.1. 背景
英国政府希望在大规模、多部门的真实工作环境中验证生成式 AI 对公职人员生产力的实际影响,而非依赖厂商自述或小规模试点。
3.1.2. 方案
依据 GOV.UK 官方出版物(一手政府报告):
- 时间:2024-09-30 至 2024-12-31。
- 规模:覆盖 20,000 名公务员,跨越 12 个机构——DWP、HMRC、内政部、司法部、DESNZ、DSIT、FCDO、DEFRA、DBT、威尔士政府、ONS、Companies House。
- 技术机制:工具采用 RAG 方法检索与抽取相关信息;采用终端用户权限,只检索该用户本可访问的文档。
- 测量方式:自报告节省时间 + 系统活跃度数据 + 满意度与推荐度调查。
3.1.3. 效果
依据 GOV.UK 官方报告(R1):
| 指标 | 数值 |
|---|---|
| 人均日节省时间 | 26 分钟(约相当于每年 13 个工作日) |
| 每天节省 30 分钟以上的用户比例 | 1/3 |
| 起草文档单次节省 | 平均 24 分钟 |
| 制作演示文稿单次节省 | 19 分钟 |
| 沟通与日程单次节省 | 约 9 分钟(频次高) |
| 认同"减少了信息搜索与琐碎事务时间"的比例 | 70%+ |
| 活跃使用率 | 峰值 83%,稳定期 80% |
| 满意度 / 推荐度 | 7.7/10 / 8.2/10 |
| 不愿回到无 Copilot 状态的比例 | 82% |
| 认为取消后自身生产力会下降的比例 | 63% |
官方同时披露的局限(R1):复杂、需要判断或数据密集的任务表现不佳;政策、人事等敏感事项必须人工监督;Word/Outlook 的使用在后期出现轻微下降(新颖性效应)。
3.2. Eaton:1,000 份 SOP 的自动化生成
3.2.1. 背景
Eaton 是一家全球电力管理公司,需要为标准作业程序(SOP)编写大量文档。SOP 的特点是结构高度重复、格式严格、内容依赖既有规范,属于典型的"高重复度文档"。
3.2.2. 方案
依据 Microsoft 官方案例汇总页,Eaton 使用 M365 Copilot 自动化生成 SOP,把既有规范与模板作为语料,由 AI 生成初稿再由人工确认。
3.2.3. 效果
依据 Microsoft 官方案例汇总页(厂商客户案例自述):Eaton 自动化生成 1,000 份 SOP,单份创建时间从 1 小时降至 10 分钟。
同批案例的横向参考(均为厂商客户案例自述):
| 组织 | 事实 |
|---|---|
| Toshiba | 部署 10,000 名员工;结合 M365 与 Viva Insights 日志分析,确认每人每月节省 5.6 小时 |
| Honeywell | 员工每周节省 92 分钟(每年 74 小时);基于 5,000 人内部调研、611 份回复 |
| Sandvik | Manufacturing Copilot(Azure OpenAI + Azure AI Search)使生产力提升最高 30% |
| Globo | 每人每月节省 2 小时 |
| Volvo Group | Azure AI Document Intelligence 方案节省 10,000+ 人工小时 |
| Topsoe | 7 个月内办公室员工 AI 采用率达 85% |
需要说明:微软官方案例汇总页中多数数字未附方法论说明,引用时须标注"厂商客户案例自述"。
3.3. 晋江气电:AI 知识中台与文档流水线治理
3.3.1. 背景
晋江气电积累了大量非结构化文档(规程、图纸说明、检修记录),传统检索方式难以支撑一线人员的快速查询需求,且缺乏统一的文档治理流程。
3.3.2. 方案
依据福建省电力行业协会信息网的报道:
- 采用 RAG 技术解析非结构化文档;
- 反复调试通用解析模式与分块 Token 参数——这一点与 RAG 方向的工程结论一致:切分参数必须以自有黄金集实测确定,不得照搬默认值;
- 建立"发布—审批—上架"规范化流程,配合严格的权限管理;
- 采用可视化编排引擎,支持拖拽组合"生成回答""知识检索"等节点;
- 倡导"全员参与、众筹共智"的运营模式。
3.3.3. 效果
该来源未披露可量化的收益数值(R2)。其价值主要在于印证了一条文档流水线的标准结构:解析与切分 → 检索与生成 → 审批与上架 → 权限受控使用 → 反馈回流。该结构与本文 1.2 节给出的流水线定义一致。
另一个中文案例参考:兴业数产集团于 2025 年 2 月上线基于 DeepSeek-R1 的智能办公助手,覆盖公文撰写、项目进度分析、经营状态分析三大功能,据其公开材料整体效率提升 40%+,管理层决策效率提升 50%(R2,地方政府网站转载)。
4. 实践标准
4.1. AGENTS.md 规范
以下为 Docs 方向的行业标准 AGENTS.md 完整可复制原文,体现文档协作系统、版本与差异比对、引用定位器、术语表与模板、审阅留痕、权限继承等专有工具链。
# AGENTS.md —— Docs(文档创作、协作、版本与审阅)
## 角色与边界
- 你是文档创作与审阅智能体,负责素材归集、结构抽取、草稿生成、事实核查、引用溯源与版本差异说明。
- 你可以:检索语料与既有文档、生成草稿与改写建议、生成引用表、生成版本差异清单、
按模板与术语表做格式与用词校验、生成审阅要点清单。
- 你不可以:直接定稿发布、代替审阅人做合规判断、使用你无权访问的文档作为素材、
删除或覆盖历史版本、把未审阅的内容标记为"已确认"。
- 文档助手采用终端用户权限:只能检索调用者本可访问的文档;不得使用高权限账号绕过。
## 环境假设
- 运行环境提供:文档库(含版本标识)、全文与向量检索、版本快照与差异比对、
引用定位器、术语表、模板库、审阅与审批流、审计日志。
- 每份文档具备稳定 doc_id 与版本号;无版本标识的文档视为不可引用。
- 检索服务在召回阶段即完成权限过滤(permission-aware retrieval)。
## 上下文加载顺序(Context Budget)
1. 任务契约:文档类型、目标读者、篇幅、模板、验收标准(常驻,不压缩)
2. 模板与术语表(决定结构与用词,必须加载)
3. 素材检索结果(混合召回 + 权限过滤 + 重排,附 doc_id + 版本号 + 片段定位)
4. 既有同类型范文(1~2 篇,按需)
5. 历史版本与审阅意见(改写任务时加载)
6. 参考规范与标准摘录(按需)
## 文档流水线(SOP)
1. 素材归集:确定语料白名单与版本;记录来源清单。
2. 结构抽取:按模板抽取章节骨架;标注每节的素材来源。
3. 起草:逐节生成,每条事实性陈述挂来源标识。
4. 事实核查:数值、日期、编号、条款号、人名与来源逐字符比对。
5. 引用溯源:生成引用表(doc_id / 版本 / 片段定位 / 用于哪一节)。
6. 人工审阅:提交草稿 + 引用表 + 自检表;审阅意见结构化留痕。
7. 版本与发布:写版本号与变更日志;发布须经审批。
8. 反馈回流:人工修改与失败用例进入评测集与术语表更新清单。
## 工具契约
- 检索工具:向量 + BM25 混合召回 + RRF 融合 + 重排;结果已过权限过滤。
- 文档读写:写操作只写草稿;定稿与发布须走审批流。
- 版本工具:每次修改生成快照;差异比对输出结构化清单。
- 引用定位器:校验来源标识是否能在原文定位;定位失败判定引用不合格。
- 术语与模板工具:用词与结构必须过校验;术语冲突时以组织术语表为准。
- 脚本工具:解析、格式转换、批量校验、跑分必须调用 scripts/。
## 验证与证据要求
- 证据包:来源清单、检索记录、引用表、自检表、版本差异清单。
- 引用完整性:事实性陈述 100% 有来源,且来源可定位。
- 数值一致:数值、日期、编号与来源逐字符一致。
- 术语一致:与组织术语表一致;不一致项列出待确认清单。
- 密级一致:产出物密级不低于引用素材的最高密级。
## 失败与升级策略
| 失败 | 处置 |
|---|---|
| 素材零命中 | 输出"未检索到可靠依据",请人工补充语料;禁止凭记忆写作 |
| 引用无法定位 | 剔除或重检索;不得保留不可定位的引用 |
| 事实一致性不达标 | 回退上一策略版本,重跑评测集 |
| 术语冲突 | 列出冲突项交人工裁决,不自行统一 |
| 疑似越权素材 | 立即停止,记录审计事件,升级至权限管理员 |
| 审核驳回 | 记录驳回理由,进入负样本集 |
- 每个循环必须有步数上限与 Token 预算上限;超限即停并升级。
## 安全与合规红线
- 不得使用调用者无权访问的文档作为素材。
- 不得把高密级素材写入低密级产出物。
- 不得删除、覆盖或篡改历史版本与审阅记录。
- 定稿与发布必须经人工审批。
- 涉及政策、人事、法律、财务等敏感内容必须人工监督。
## 禁止事项
- 禁止编造 doc_id、版本号、条款号、数值、URL。
- 禁止在无素材支撑时输出事实性陈述。
- 禁止使用 XX / XXX / ___ 等非标准占位符(统一用 [待填写] / [待核实])。
- 禁止把厂商宣称或二手转述升格为一手事实。
- 禁止覆盖历史版本;禁止跳过审阅直接发布。
- 禁止使用 emoji 与署名。
## 输出格式
- 文档类产出:Front Matter → 标题 → 创建时间 → 目录 → 正文(1 / 1.1 / 1.1.1)→ 信息缺口声明 → 参考资料。
- 引用表:doc_id / 版本 / 片段定位 / 用于哪一节。
- 版本差异清单:新增 / 删除 / 修改,逐项说明。
- 数值带单位;范围用 ~ 连接;中文全角标点;中英文之间加空格。
## 评估与自检
- 九项自检:来源可回溯 / 无无源断言 / 数值一致 / 无非标占位符 / 数量与表格一致 /
编号可核实 / 密级正确 / 审阅节点齐备 / 信息缺口已声明。
- 每次大版本更新后重跑事实一致性评测;指标回退视为缺陷。 4.2. SKILL.md 规范
以下为 Docs 方向的行业标准 SKILL.md 完整可复制原文。
---
name: doc-drafting
description: 基于组织语料起草、改写、审校文档,并生成引用表与版本差异清单。当用户要求"起草一份 XX 文档""按模板改写""核对这份材料的事实与引用""生成版本差异说明""把这份材料整理成标准格式"时触发。
version: 1.0
created: 2026-09-12
---
# 文档起草与审校(Doc Drafting & Review)
## 适用场景
- 按模板起草新文档(制度、规程、方案、报告、SOP、对外材料)。
- 对既有文档做改写、压缩、扩写或格式规范化。
- 对草稿做事实核查、引用溯源、术语与格式校验。
- 生成两个版本之间的差异说明与变更日志。
## 前置条件
- 已加载本方向 AGENTS.md,且已确定文档类型、目标读者与模板。
- 已确定语料白名单与版本;素材可读且已过权限过滤。
- 已加载组织术语表与模板库。
- 已知产出物密级与发布审批路径。
## 输入
- 文档类型、目标读者、篇幅要求、模板(或结构要求)
- 语料白名单(doc_id 清单 + 版本号)
- 可选:既有草稿或历史版本、审阅意见
- 可选:不得引用的范围(如过期版本、外部资料)
## 输出
- 文档草稿(按模板结构,逐节标注素材来源)
- 引用表:doc_id / 版本 / 片段定位 / 用于哪一节
- 自检表:事实一致性、引用完整性、术语一致性、格式合规性、密级
- 版本差异清单(改写任务):新增 / 删除 / 修改 逐项说明
- 待确认清单:术语冲突、数值存疑、素材缺失项
## 执行步骤
1. 加载模板与术语表,确定章节骨架。
2. 按章节检索素材:向量 + BM25 → 权限过滤 → RRF 融合 → 重排 → Top-K。
3. 逐节起草;每条事实性陈述挂来源标识;数值与编号逐字符比对。
4. 素材零命中时输出"未检索到可靠依据",不凭记忆写作。
5. 生成引用表,用引用定位器校验每条来源可回溯。
6. 自检:事实一致性、引用完整性、术语一致性、格式合规、密级。
7. 输出草稿 + 引用表 + 自检表 + 待确认清单,提交人工审阅。
8. 审阅通过后写版本号与变更日志;发布走审批流程。
9. 把人工修改与驳回理由回流进评测集与术语表更新清单。
## 质量标准(DoD)
- 事实性陈述 100% 附来源标识且可定位。
- 数值、日期、编号与来源逐字符一致。
- 术语与组织术语表一致;结构符合模板。
- 无 XX / XXX / ___ 等非标准占位符(只允许 [待填写] / [待核实])。
- 密级正确;未使用越权素材;定稿与发布经人工审批。
- 证据包(来源清单、引用表、自检表、差异清单)齐备。
## 常见失败与处理
| 失败 | 根因 | 处置 |
|---|---|---|
| 内容空洞 | 素材召回不足 | 放宽召回、改写查询、补充语料;仍不足则标注 [待填写] |
| 事实错误 | 生成脱离上下文 | 提高忠实度阈值;逐句挂载来源;回退上一策略 |
| 结构跑偏 | 模板未加载或被压缩 | 把模板与术语表设为不可压缩的常驻上下文 |
| 引用无法定位 | 来源缺版本或片段定位 | 剔除或重检索 |
| 术语混乱 | 多源术语不一致 | 列出冲突项交人工裁决,不自行统一 |
| 篇幅失控 | 无字数约束与预算 | 设定章节字数配额与总 Token 预算 |
## 示例
用户请求:按公司模板起草一份《数据分级管理办法》,素材为 info-sec-201 v2.1 与 data-policy-003 v1.0。
执行:
1. 加载制度类模板与术语表("数据分级""密级""数据owner"等)。
2. 检索两份素材的相关章节,权限过滤后重排,取 Top-10 片段。
3. 按模板逐节起草:总则 / 分级标准 / 责任分工 / 审批与变更 / 监督与问责。
4. 分级标准表中的每一级定义挂 [doc_id=info-sec-201][v2.1][§3.2]。
5. 生成引用表(12 条)+ 自检表 + 待确认清单("重要数据"定义两版不一致)。
6. 提交法务与信息安全负责人审阅;通过后写 v0.1 与变更日志。
约束:不得引用 v1.0 已废止条款;不得在没有素材的"监督与问责"章节编造处罚条款,
应标注 [待填写] 并在待确认清单中说明。 4.3. 落地检查清单
| # | 检查项 | 判定标准 | 频次 |
|---|---|---|---|
| 1 | 语料白名单与版本已定 | 素材清单含 doc_id 与版本号 | 每次起草 |
| 2 | 模板已加载且不可压缩 | 结构与模板一致 | 每次起草 |
| 3 | 术语表已应用 | 用词与组织术语表一致;冲突项列出 | 每次起草 |
| 4 | 检索已过权限过滤 | 无越权素材;疑似越权已上报 | 每次检索 |
| 5 | 引用完整性 | 事实性陈述 100% 有来源且可定位 | 每次交付 |
| 6 | 数值逐字符一致 | 数值、日期、编号与来源一致 | 每次交付 |
| 7 | 无源不写 | 素材零命中处标注 [待填写],不凭记忆写作 | 每次起草 |
| 8 | 占位符规范 | 无 XX / XXX / ___;仅 [待填写] / | 每次交付 |
| 9 | 密级正确 | 产出物密级不低于引用素材最高密级 | 每次交付 |
| 10 | 人工审阅节点齐备 | 定稿与发布均有审批留痕 | 每次发布 |
| 11 | 版本与变更日志 | 每次修改生成快照与差异清单 | 每次修改 |
| 12 | 历史版本不可覆盖 | 旧版本可回溯、不可删除 | 持续 |
| 13 | 敏感内容人工监督 | 政策、人事、法律、财务内容必须人工监督 | 每次涉及 |
| 14 | 反馈回流 | 人工修改与驳回理由进入评测集 | 每次审阅 |
| 15 | 确定性操作已脚本化 | 解析、格式转换、批量校验走 scripts/ | 每次执行 |
5. 总结
Docs 方向的核心判断可以概括为一句话:文档助手的价值不在"写得快",而在"写得可追溯"。
一手证据支持了收益的真实性:英国政府 20,000 人规模的跨部门试验显示,人均每天节省 26 分钟,起草文档单次节省 24 分钟,82% 的用户不愿回到无 Copilot 的状态(GOV.UK 官方报告,R1)。但同一份报告也给出了同等重要的边界:复杂、需判断或数据密集的任务表现不佳,敏感事项必须人工监督,且存在新颖性效应。
工程上,Docs 的落地应抓住四条主线:
- 流水线化:把文档生产拆成"素材归集→结构抽取→起草→核查→审阅→发布→回流",每一阶段都有产物与门控。
- 引用溯源是硬要求:文档中的错误会被复制到下游多份材料,因此每一条事实性陈述都必须可回溯。
- 权限继承是风险源:采用终端用户权限会放大既有的权限配置错误,必须在上线前做权限体检,并把过滤落在检索层。
- 切分与检索参数必须实测:晋江气电案例中"反复调试通用解析模式与分块 Token 参数"的经验,与 RAG 方向的工程结论完全一致。
信息缺口声明
| # | 缺口 | 状态 |
|---|---|---|
| 1 | "AI 文档版本与审阅"的公开标准 | 暂无权威标准/规范 |
| 2 | 微软官方案例汇总页中多数数字的方法论说明 | 厂商客户案例自述,无方法论披露 |
| 3 | WPS 365 × 奇瑞的量化收益(检索时间 10 分钟→1 分钟、年省近 500 万元翻译成本) | ,来自门户报道的受访内容 |
| 4 | 晋江气电 AI 知识中台的可量化收益数值 | 来源未披露, |
| 5 | ISO 30401:2018 第 7.5 条与 9.1 条的条文原文 | 付费标准,仅获章节结构与二手解读 |
| 6 | Confluence AI 相关案例(入职 3 周→5 天等) | 来自 SEO 聚合站,已排除,不予采用 |
6. 参考资料
- Microsoft 365 Copilot Experiment: Cross-Government Findings Report — GOV.UK,2025。https://www.gov.uk/government/publications/microsoft-365-copilot-experiment-cross-government-findings-report/microsoft-365-copilot-experiment-cross-government-findings-report-html
- Microsoft AI Customer Stories 汇总 — Microsoft。https://aka.ms/AIcustomersBlog
- 晋江气电 AI 知识中台 — 福建省电力行业协会信息网。http://www.fepsa.com.cn/mb_info.aspx?newsid=76556
- 兴业数产集团智能办公助手 — 遂宁市人民政府网站。https://suining.gov.cn/gongkai/show/91cade087efda28e2140a0c79ef7d243.html
- ISO 30401:2018 Knowledge management systems — Requirements — ISO。https://www.iso.org/standard/68683.html
- Introducing Contextual Retrieval — Anthropic。https://www.anthropic.com/news/contextual-retrieval
- AGENTS.md — A simple, open format for guiding coding agents。https://agents.md/
- Equipping agents for the real world with Agent Skills — Anthropic Engineering。https://anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills
- Model Context Protocol Specification Changelog — MCP。https://modelcontextprotocol.io/specification/2025-06-18/changelog
- WPS 365 × 奇瑞(二手来源)— 搜狐。https://m.sohu.com/a/1001560351_161795
Docs · Document Creation, Collaboration, Versioning, and Review
1. Introduction
1.1. Background
Documents are the carrier of organizational knowledge and the medium of organizational collaboration. In knowledge work, document-related activities — drafting, rewriting, reviewing, retrieving, and archiving — consume a large share of working hours, which is also the area where large language models were first validated at scale.
But document scenarios place entirely different demands on AI than Q&A scenarios:
| Dimension | Q&A Scenario | Document Scenario |
|---|---|---|
| Output length | Short, a single answer | Long, structured as a full document |
| Cost of error | Single-point error | Errors get copied into multiple downstream documents |
| Versioning requirement | None | Versioning, diff, and review trail are mandatory |
| Accountability | Ambiguous | Must be clearly assigned to a person |
| Corpus sources | Knowledge base | Knowledge base + existing documents + business system data |
Therefore, AI adoption in the document scenario cannot stop at "plugging in a chat box"; it must be built into a traceable, reviewable, versionable document pipeline.
1.2. Definition
Docs (document creation and collaboration): an activity that, taking documents as its object, engineering-manages the entire process of material collection, structure extraction, drafting, fact-checking with citation tracing, human review, versioning and publishing, and feedback looping.
On the technical foundation side, the official UK government report makes this explicit — the tool used in its trial "uses a method called retrieval augmented generation (RAG) to search and extract relevant information to a user's query". This shows that: the factual reliability of a document assistant comes from RAG, not from model memory.
On the standards side, the document-collaboration field has no AI-specific mandatory standard (none was found in the search). The adjacent norms that can be cited are ISO 30401:2018 Clause 7.5 "Documented information" and Clause 9.1 "Monitoring, measurement, analysis and evaluation" — the former requires documented information to be controlled, the latter requires monitoring and measuring knowledge management performance.
1.3. Positioning in the AI Harness System
图 1-1|Docs 在 Harness 六层能力模型中的定位
数据来源:基于本文分析绘制的示意图。
Docs is positioned in the Harness six-layer capability model as: primary layer L1 context engineering, secondary layers L3 orchestration & control and L6 governance & security (this mapping is the analysis of this document).
| Layer | Reflection in Docs | Key mechanism |
|---|---|---|
| L1 Context engineering (primary) | Material retrieval and assembly, citation fragment injection, context budget control | RAG, parent-child block assembly, placing key information at beginning and end |
| L2 Tools & execution | Document read/write, format conversion, glossary and template invocation | MCP connectors, scripted parsing and conversion |
| L3 Orchestration & control (secondary) | Multi-stage document pipeline (draft → check → review → publish) | State machine + human review nodes |
| L4 Memory & state | Version history, review comments, artifact checkpoints | Version snapshot, Checkpoint |
| L5 Evaluation & observability | Factual consistency, citation completeness rate, time saved, adoption rate | Faithfulness metrics + business measures |
| L6 Governance & security (secondary) | Permission inheritance, data classification, review trail | End-user permissions, audit logs |
Bottleneck layer: Docs' bottleneck lies at the boundary of L1 and L6.
- On the L1 side: document creation needs long context and multi-source material, constrained by the "Lost in the Middle" positional effect — the quality of material assembly determines the quality of the finished document;
- On the L6 side: the document assistant adopts end-user permissions; if permissions are misconfigured, the AI becomes an "efficient unauthorized-access amplifier".
First-hand evidence of the governance risk: The official UK government report states verbatim — "The tool adopts the permissions of the end user and will only retrieve documents that a user could normally access." It also warns: "Copilot's ability to search and query using a user's access may highlight issues when users have access to files they shouldn't." This is the most typical L6 risk for document-collaboration AI and should be listed separately in every document-type adoption plan.
Value: Docs is the direction with the highest penetration of AI Harness into knowledge workers' daily work, and the touchstone for verifying whether "context engineering + governance" truly takes effect.
2. Glossary
| Term | English / abbreviation | Definition |
|---|---|---|
| Documented information | Documented information | Organizational information and its carriers that must be controlled per ISO 30401:2018 Clause 7.5 |
| Retrieval-augmented generation | RAG | Retrieval-Augmented Generation, a factual-reliability mechanism that retrieves first and then generates |
| Document pipeline | Document Pipeline | A standardized process of material collection → structure extraction → drafting → checking → review → publishing → feedback loop |
| Fact-checking | Fact-checking | The act of verifying that document statements are consistent with their sources |
| Citation tracing | Citation / Provenance | Labeling each statement with its source identifier (doc_id + version + fragment location) |
| Faithfulness | Faithfulness | A metric of the factual consistency between generated content and the provided context |
| Version snapshot | Version Snapshot | A complete, traceable copy of a document at a given point in time |
| Diff | Diff | A list of content differences between two versions |
| Review trail | Review Trail | A structured record of reviewer, time, conclusion, and reason for change |
| Permission inheritance | Permission Inheritance | The AI tool adopts end-user permissions and can only retrieve content that user could normally access |
| Human-in-the-loop | Human-in-the-loop | Placing human review and approval nodes in an automated process |
| Standard operating procedure | SOP | Standard Operating Procedure |
| Template | Template | A predefined document structure and formatting skeleton |
| Glossary | Glossary / Term Base | A mapping table of unified organizational terms and translations |
| Redundant, obsolete, trivial | ROT | Redundant, Obsolete, Trivial content, the cleanup target in document governance |
| Information architecture | Information Architecture | Design of document classification, tags, hierarchy, and retrieval paths |
| Content lifecycle | Content Lifecycle | Create → review → publish → use → re-review → archive/retire |
| Context cliff | Context Cliff | A phenomenon where generation quality drops sharply once context exceeds a certain length |
| Novelty effect | Novelty Effect | The initial excitement of a new tool causing a short-term usage peak, followed by a decline |
| Cross-government experiment | Cross-government Experiment | Scaled trial of the same tool across multiple government departments |
3. Case Studies
3.1. UK Government Cross-government M365 Copilot Trial
3.1.1. Background
The UK government wanted to verify the actual impact of generative AI on the productivity of civil servants in a large-scale, multi-department real work environment, rather than relying on vendor claims or small-scale pilots.
3.1.2. Approach
Per the official GOV.UK publication (first-hand government report):
- Time frame: 2024-09-30 to 2024-12-31.
- Scale: covering 20,000 civil servants across 12 agencies — DWP, HMRC, the Home Office, the Ministry of Justice, DESNZ, DSIT, FCDO, DEFRA, DBT, the Welsh Government, ONS, and Companies House.
- Technical mechanism: the tool uses the RAG method to retrieve and extract relevant information; it adopts end-user permissions and only retrieves documents that the user could normally access.
- Measurement method: self-reported time saved + system activity data + satisfaction and recommendation surveys.
3.1.3. Results
Per the official GOV.UK report (R1):
| Metric | Value |
|---|---|
| Average time saved per person per day | 26 minutes (roughly equivalent to 13 working days per year) |
| Share of users saving over 30 minutes per day | 1/3 |
| Time saved per document draft | 24 minutes on average |
| Time saved per presentation created | 19 minutes |
| Time saved per communication and scheduling | About 9 minutes (high frequency) |
| Share agreeing that it "reduced time on information search and mundane tasks" | 70%+ |
| Active usage rate | Peak 83%, steady state 80% |
| Satisfaction / recommendation score | 7.7/10 / 8.2/10 |
| Share unwilling to return to a state without Copilot | 82% |
| Share believing their productivity would drop if it were removed | 63% |
Limitations also disclosed officially (R1): complex, judgment-intensive, or data-intensive tasks performed poorly; sensitive matters such as policy and personnel require human oversight; Word/Outlook usage declined slightly in the later phase (novelty effect).
3.2. Eaton: Automated Generation of 1,000 SOPs
3.2.1. Background
Eaton is a global power-management company that needs to write a large volume of documentation for standard operating procedures (SOPs). SOPs are highly repetitive in structure, strictly formatted, and depend on existing standards for their content — a typical "high-repetition document".
3.2.2. Approach
Per Microsoft's official customer case-summary page, Eaton used M365 Copilot to generate SOPs automatically, using existing standards and templates as the corpus, with AI producing the draft and humans confirming it.
3.2.3. Results
Per Microsoft's official customer case-summary page (vendor customer-account self-reports): Eaton automatically generated 1,000 SOPs, with per-document creation time dropping from 1 hour to 10 minutes.
Lateral reference from the same batch of cases (all vendor customer-account self-reports):
| Organization | Fact |
|---|---|
| Toshiba | Deployed to 10,000 employees; combined with M365 and Viva Insights log analysis, confirming a saving of 5.6 hours per person per month |
| Honeywell | Employees save 92 minutes per week (74 hours per year); based on an internal survey of 5,000 people, 611 responses |
| Sandvik | Manufacturing Copilot (Azure OpenAI + Azure AI Search) raised productivity by up to 30% |
| Globo | 2 hours saved per person per month |
| Volvo Group | Azure AI Document Intelligence solution saved 10,000+ labor hours |
| Topsoe | Office-worker AI adoption rate reached 85% within 7 months |
Note: most figures on Microsoft's official customer case-summary page are not accompanied by methodology notes, so they must be cited as "vendor customer-account self-reports" when referenced.
3.3. Jinjiang Gas Power: AI Knowledge Platform and Document Pipeline Governance
3.3.1. Background
Jinjiang Gas Power has accumulated a large volume of unstructured documents — procedures, drawing notes, and maintenance records — and traditional retrieval methods could not support frontline workers' need for rapid lookup, with no unified document-governance process in place.
3.3.2. Approach
Per the report from the Fujian Electric Power Industry Association Information Network:
- Used RAG technology to parse unstructured documents;
- Repeatedly tuned the generic parsing mode and chunk-token parameters — consistent with the engineering conclusions in the RAG direction: chunking parameters must be determined empirically against your own gold set, never copied from defaults;
- Established a standardized "publish — approve — publish to shelf" process, combined with strict permission management;
- Adopted a visual orchestration engine supporting drag-and-drop composition of nodes such as "generate answer" and "knowledge retrieval";
- Advocated an operating model of "everyone participates, crowd-sourced shared intelligence".
3.3.3. Results
This source did not disclose quantifiable benefit figures (R2). Its value lies mainly in corroborating a standard structure for the document pipeline: parsing and chunking → retrieval and generation → approval and publishing → permission-controlled usage → feedback loop. This structure matches the pipeline definition given in Section 1.2 of this document.
Another Chinese case for reference: Xingye Digital Industry Group launched an intelligent office assistant based on DeepSeek-R1 in February 2025, covering three functions — official-document writing, project-progress analysis, and business-status analysis. According to its public materials, overall efficiency rose by 40%+ and management decision-making efficiency by 50% (R2, republished on a local-government website).
4. Practice Standards
4.1. AGENTS.md Specification
The following is the complete, copyable industry-standard AGENTS.md for the Docs direction, reflecting the dedicated toolchain of document-collaboration systems, versioning and diffing, citation locators, glossary and templates, review trails, and permission inheritance.
# AGENTS.md —— Docs(文档创作、协作、版本与审阅)
## 角色与边界
- 你是文档创作与审阅智能体,负责素材归集、结构抽取、草稿生成、事实核查、引用溯源与版本差异说明。
- 你可以:检索语料与既有文档、生成草稿与改写建议、生成引用表、生成版本差异清单、
按模板与术语表做格式与用词校验、生成审阅要点清单。
- 你不可以:直接定稿发布、代替审阅人做合规判断、使用你无权访问的文档作为素材、
删除或覆盖历史版本、把未审阅的内容标记为"已确认"。
- 文档助手采用终端用户权限:只能检索调用者本可访问的文档;不得使用高权限账号绕过。
## 环境假设
- 运行环境提供:文档库(含版本标识)、全文与向量检索、版本快照与差异比对、
引用定位器、术语表、模板库、审阅与审批流、审计日志。
- 每份文档具备稳定 doc_id 与版本号;无版本标识的文档视为不可引用。
- 检索服务在召回阶段即完成权限过滤(permission-aware retrieval)。
## 上下文加载顺序(Context Budget)
1. 任务契约:文档类型、目标读者、篇幅、模板、验收标准(常驻,不压缩)
2. 模板与术语表(决定结构与用词,必须加载)
3. 素材检索结果(混合召回 + 权限过滤 + 重排,附 doc_id + 版本号 + 片段定位)
4. 既有同类型范文(1~2 篇,按需)
5. 历史版本与审阅意见(改写任务时加载)
6. 参考规范与标准摘录(按需)
## 文档流水线(SOP)
1. 素材归集:确定语料白名单与版本;记录来源清单。
2. 结构抽取:按模板抽取章节骨架;标注每节的素材来源。
3. 起草:逐节生成,每条事实性陈述挂来源标识。
4. 事实核查:数值、日期、编号、条款号、人名与来源逐字符比对。
5. 引用溯源:生成引用表(doc_id / 版本 / 片段定位 / 用于哪一节)。
6. 人工审阅:提交草稿 + 引用表 + 自检表;审阅意见结构化留痕。
7. 版本与发布:写版本号与变更日志;发布须经审批。
8. 反馈回流:人工修改与失败用例进入评测集与术语表更新清单。
## 工具契约
- 检索工具:向量 + BM25 混合召回 + RRF 融合 + 重排;结果已过权限过滤。
- 文档读写:写操作只写草稿;定稿与发布须走审批流。
- 版本工具:每次修改生成快照;差异比对输出结构化清单。
- 引用定位器:校验来源标识是否能在原文定位;定位失败判定引用不合格。
- 术语与模板工具:用词与结构必须过校验;术语冲突时以组织术语表为准。
- 脚本工具:解析、格式转换、批量校验、跑分必须调用 scripts/。
## 验证与证据要求
- 证据包:来源清单、检索记录、引用表、自检表、版本差异清单。
- 引用完整性:事实性陈述 100% 有来源,且来源可定位。
- 数值一致:数值、日期、编号与来源逐字符一致。
- 术语一致:与组织术语表一致;不一致项列出待确认清单。
- 密级一致:产出物密级不低于引用素材的最高密级。
## 失败与升级策略
| 失败 | 处置 |
|---|---|
| 素材零命中 | 输出"未检索到可靠依据",请人工补充语料;禁止凭记忆写作 |
| 引用无法定位 | 剔除或重检索;不得保留不可定位的引用 |
| 事实一致性不达标 | 回退上一策略版本,重跑评测集 |
| 术语冲突 | 列出冲突项交人工裁决,不自行统一 |
| 疑似越权素材 | 立即停止,记录审计事件,升级至权限管理员 |
| 审核驳回 | 记录驳回理由,进入负样本集 |
- 每个循环必须有步数上限与 Token 预算上限;超限即停并升级。
## 安全与合规红线
- 不得使用调用者无权访问的文档作为素材。
- 不得把高密级素材写入低密级产出物。
- 不得删除、覆盖或篡改历史版本与审阅记录。
- 定稿与发布必须经人工审批。
- 涉及政策、人事、法律、财务等敏感内容必须人工监督。
## 禁止事项
- 禁止编造 doc_id、版本号、条款号、数值、URL。
- 禁止在无素材支撑时输出事实性陈述。
- 禁止使用 XX / XXX / ___ 等非标准占位符(统一用 [待填写] / [待核实])。
- 禁止把厂商宣称或二手转述升格为一手事实。
- 禁止覆盖历史版本;禁止跳过审阅直接发布。
- 禁止使用 emoji 与署名。
## 输出格式
- 文档类产出:Front Matter → 标题 → 创建时间 → 目录 → 正文(1 / 1.1 / 1.1.1)→ 信息缺口声明 → 参考资料。
- 引用表:doc_id / 版本 / 片段定位 / 用于哪一节。
- 版本差异清单:新增 / 删除 / 修改,逐项说明。
- 数值带单位;范围用 ~ 连接;中文全角标点;中英文之间加空格。
## 评估与自检
- 九项自检:来源可回溯 / 无无源断言 / 数值一致 / 无非标占位符 / 数量与表格一致 /
编号可核实 / 密级正确 / 审阅节点齐备 / 信息缺口已声明。
- 每次大版本更新后重跑事实一致性评测;指标回退视为缺陷。 4.2. SKILL.md Specification
The following is the complete, copyable industry-standard SKILL.md for the Docs direction.
---
name: doc-drafting
description: 基于组织语料起草、改写、审校文档,并生成引用表与版本差异清单。当用户要求"起草一份 XX 文档""按模板改写""核对这份材料的事实与引用""生成版本差异说明""把这份材料整理成标准格式"时触发。
version: 1.0
created: 2026-09-12
---
# 文档起草与审校(Doc Drafting & Review)
## 适用场景
- 按模板起草新文档(制度、规程、方案、报告、SOP、对外材料)。
- 对既有文档做改写、压缩、扩写或格式规范化。
- 对草稿做事实核查、引用溯源、术语与格式校验。
- 生成两个版本之间的差异说明与变更日志。
## 前置条件
- 已加载本方向 AGENTS.md,且已确定文档类型、目标读者与模板。
- 已确定语料白名单与版本;素材可读且已过权限过滤。
- 已加载组织术语表与模板库。
- 已知产出物密级与发布审批路径。
## 输入
- 文档类型、目标读者、篇幅要求、模板(或结构要求)
- 语料白名单(doc_id 清单 + 版本号)
- 可选:既有草稿或历史版本、审阅意见
- 可选:不得引用的范围(如过期版本、外部资料)
## 输出
- 文档草稿(按模板结构,逐节标注素材来源)
- 引用表:doc_id / 版本 / 片段定位 / 用于哪一节
- 自检表:事实一致性、引用完整性、术语一致性、格式合规性、密级
- 版本差异清单(改写任务):新增 / 删除 / 修改 逐项说明
- 待确认清单:术语冲突、数值存疑、素材缺失项
## 执行步骤
1. 加载模板与术语表,确定章节骨架。
2. 按章节检索素材:向量 + BM25 → 权限过滤 → RRF 融合 → 重排 → Top-K。
3. 逐节起草;每条事实性陈述挂来源标识;数值与编号逐字符比对。
4. 素材零命中时输出"未检索到可靠依据",不凭记忆写作。
5. 生成引用表,用引用定位器校验每条来源可回溯。
6. 自检:事实一致性、引用完整性、术语一致性、格式合规、密级。
7. 输出草稿 + 引用表 + 自检表 + 待确认清单,提交人工审阅。
8. 审阅通过后写版本号与变更日志;发布走审批流程。
9. 把人工修改与驳回理由回流进评测集与术语表更新清单。
## 质量标准(DoD)
- 事实性陈述 100% 附来源标识且可定位。
- 数值、日期、编号与来源逐字符一致。
- 术语与组织术语表一致;结构符合模板。
- 无 XX / XXX / ___ 等非标准占位符(只允许 [待填写] / [待核实])。
- 密级正确;未使用越权素材;定稿与发布经人工审批。
- 证据包(来源清单、引用表、自检表、差异清单)齐备。
## 常见失败与处理
| 失败 | 根因 | 处置 |
|---|---|---|
| 内容空洞 | 素材召回不足 | 放宽召回、改写查询、补充语料;仍不足则标注 [待填写] |
| 事实错误 | 生成脱离上下文 | 提高忠实度阈值;逐句挂载来源;回退上一策略 |
| 结构跑偏 | 模板未加载或被压缩 | 把模板与术语表设为不可压缩的常驻上下文 |
| 引用无法定位 | 来源缺版本或片段定位 | 剔除或重检索 |
| 术语混乱 | 多源术语不一致 | 列出冲突项交人工裁决,不自行统一 |
| 篇幅失控 | 无字数约束与预算 | 设定章节字数配额与总 Token 预算 |
## 示例
用户请求:按公司模板起草一份《数据分级管理办法》,素材为 info-sec-201 v2.1 与 data-policy-003 v1.0。
执行:
1. 加载制度类模板与术语表("数据分级""密级""数据owner"等)。
2. 检索两份素材的相关章节,权限过滤后重排,取 Top-10 片段。
3. 按模板逐节起草:总则 / 分级标准 / 责任分工 / 审批与变更 / 监督与问责。
4. 分级标准表中的每一级定义挂 [doc_id=info-sec-201][v2.1][§3.2]。
5. 生成引用表(12 条)+ 自检表 + 待确认清单("重要数据"定义两版不一致)。
6. 提交法务与信息安全负责人审阅;通过后写 v0.1 与变更日志。
约束:不得引用 v1.0 已废止条款;不得在没有素材的"监督与问责"章节编造处罚条款,
应标注 [待填写] 并在待确认清单中说明。 4.3. Implementation Checklist
| # | Check item | Pass criteria | Frequency |
|---|---|---|---|
| 1 | Corpus whitelist and version defined | Material list contains doc_id and version number | Every draft |
| 2 | Template loaded and non-compressible | Structure matches the template | Every draft |
| 3 | Glossary applied | Wording consistent with the organizational glossary; conflicts listed | Every draft |
| 4 | Retrieval passed permission filtering | No unauthorized material; suspected unauthorized access reported | Every retrieval |
| 5 | Citation completeness | 100% of factual statements have sources and are locatable | Every delivery |
| 6 | Values match character-for-character | Numbers, dates, and numbering consistent with sources | Every delivery |
| 7 | No writing without a source | Where material yields no hit, mark [To be filled]; never write from memory | Every draft |
| 8 | Placeholder conventions | No XX / XXX / ___; only [To be filled] / [To be verified] | Every delivery |
| 9 | Classification correct | Output classification is no lower than the highest classification of cited material | Every delivery |
| 10 | Human review nodes in place | Both finalization and publishing carry an approval trail | Every publish |
| 11 | Versioning and change log | Each modification generates a snapshot and a diff list | Every modification |
| 12 | Historical versions cannot be overwritten | Old versions remain traceable and cannot be deleted | Continuous |
| 13 | Sensitive content under human oversight | Policy, personnel, legal, and financial content must have human oversight | Every involvement |
| 14 | Feedback loop | Human modifications and rejection reasons enter the evaluation set | Every review |
| 15 | Deterministic operations scripted | Parsing, format conversion, and batch validation go through scripts/ | Every execution |
5. Summary
The core judgment of the Docs direction can be summarized in one sentence: the value of a document assistant lies not in "writing fast", but in "writing traceably".
First-hand evidence supports the reality of the benefits: the UK government's 20,000-person cross-government trial showed an average saving of 26 minutes per person per day, 24 minutes saved per document drafted, and 82% of users unwilling to return to a state without Copilot (official GOV.UK report, R1). But the same report also provides equally important boundaries: complex, judgment-intensive, or data-intensive tasks performed poorly; sensitive matters require human oversight; and a novelty effect exists.
At the engineering level, adoption of Docs should focus on four main threads:
- Pipeline-ize: break document production into "material collection → structure extraction → drafting → checking → review → publishing → feedback loop", with each stage having an artifact and a gate.
- Citation tracing is a hard requirement: errors in documents get copied into multiple downstream materials, so every factual statement must be traceable.
- Permission inheritance is a risk source: adopting end-user permissions amplifies existing permission-configuration errors, so a permission audit must be done before launch, with filtering applied at the retrieval layer.
- Chunking and retrieval parameters must be determined empirically: the experience in the Jinjiang Gas Power case of "repeatedly tuning the generic parsing mode and chunk-token parameters" is fully consistent with the engineering conclusions in the RAG direction.
Information Gap Statement
| # | Gap | Status |
|---|---|---|
| 1 | Public standards for "AI document versioning and review" | No authoritative standard/specification yet |
| 2 | Methodology notes for most figures on Microsoft's official customer case-summary page | Vendor customer-account self-reports, no methodology disclosed |
| 3 | Quantified benefits of WPS 365 × Chery (lookup time 10 min → 1 min, roughly RMB 5 million saved per year in translation costs) | , from interviewee content in a portal report |
| 4 | Quantifiable benefit figures of Jinjiang Gas Power's AI knowledge platform | Not disclosed by the source |
| 5 | Full text of ISO 30401:2018 Clauses 7.5 and 9.1 | Paywalled standard; only section structure and second-hand interpretation obtained |
| 6 | Confluence AI related cases (e.g. onboarding 3 weeks → 5 days) | From an SEO aggregation site; excluded and not adopted |
6. References
- Microsoft 365 Copilot Experiment: Cross-Government Findings Report — GOV.UK, 2025. https://www.gov.uk/government/publications/microsoft-365-copilot-experiment-cross-government-findings-report/microsoft-365-copilot-experiment-cross-government-findings-report-html
- Microsoft AI Customer Stories roundup — Microsoft. https://aka.ms/AIcustomersBlog
- Jinjiang Gas Power AI knowledge platform — Fujian Electric Power Industry Association Information Network. http://www.fepsa.com.cn/mb_info.aspx?newsid=76556
- Xingye Digital Industry Group intelligent office assistant — Suining People's Government website. https://suining.gov.cn/gongkai/show/91cade087efda28e2140a0c79ef7d243.html
- ISO 30401:2018 Knowledge management systems — Requirements — ISO. https://www.iso.org/standard/68683.html
- Introducing Contextual Retrieval — Anthropic. https://www.anthropic.com/news/contextual-retrieval
- AGENTS.md — A simple, open format for guiding coding agents. https://agents.md/
- Equipping agents for the real world with Agent Skills — Anthropic Engineering. https://anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills
- Model Context Protocol Specification Changelog — MCP. https://modelcontextprotocol.io/specification/2025-06-18/changelog
- WPS 365 × Chery (second-hand source, data to be verified) — Sohu. https://m.sohu.com/a/1001560351_161795