--- topic_doc_id: 03-agentic-governance run_id: 2026-06-12-复杂度放置门 topic_ids: - agentic-governance - project-intake-mode-selector - execution-authenticity - scope-drift-stop-rule - human-gate-authority-trace - context-compiler-crosslink source_basis: - 01-topic-map.md - 02-material-routing-log.md - invocations/broad-fidelity-workers/R01/returned-output.md - invocations/broad-fidelity-workers/R02/returned-output.md - invocations/broad-fidelity-workers/R03/returned-output.md - invocations/broad-fidelity-workers/R04/returned-output.md - invocations/broad-fidelity-workers/R05/returned-output.md integration_mode: main_session_integration_from_worker_outputs primary_source_re_read: false model_asset: false article_outline: false --- # 专家型 Agentic 运行治理 ## 1. Topic Role `专家型 Agentic 运行治理` 是 `复杂度放置门` 的核心展开对象。它回答: ```text 当专家工作被 Agentic 化时,如何建模入口、角色、上下文、真实执行、成本、漂移、停止和文档承接。 ``` ## 2. Source Material Layer ### Primary Routed Units ```yaml project-intake-mode-selector: - R01-U10 - R01-U13 - R01-U14 - R01-U15 - R02-U13 - R02-U14 - R04-U07 - R04-U08 execution-authenticity: - R01-U03 - R02-U03 - R02-U04 - R02-U08 - R03-U08 - R03-U11 - R04-U10 scope-drift-stop-rule: - R02-U15 - R03-U10 - R03-U12 - R04-U11 human-gate-authority-trace: - R04-U13 context-compiler-crosslink: - R02-U02 - R03-U13 - R04-U12 ``` ## 3. Reusable Material Units ### 3.1 Project Intake / Mode Selector 入口分诊同时判断: - Q / P / I。 - 内容产出 / 可复用流程 / 治理级系统 / 校准实验 / 探索预演。 - 一次性任务 / 可复用能力建设 / 生产环境交付。 - Lite / Standard / Full。 默认策略: ```text Default Light, Escalate by Evidence. ``` ### 3.2 Execution Authenticity 正式 Agentic 输出必须有可追溯执行证据: - 谁被调用。 - 使用哪个 canonical prompt。 - 读取哪些输入。 - 输出什么 returned-output。 - 主会话如何整合。 - 哪些进入正式 synthesis。 - 哪些只是 simulation-only。 主会话可以 orchestration / routing / synthesis / bounded verification,不得冒充独立 Agent、Worker、Auditor。 ### 3.3 Scope Drift / Stop Rule Scope Drift 信号: - 内容任务开始设计 Agent / Skill / Runtime / Protocol。 - 一次性任务开始设计复用目录和通用标准。 - 开始讨论 invocation、handoff、authority、state、audit。 - 原始产物被中间流程持续推迟。 Stop Rule 必须在 Runtime 启动前定义: - 最小可用产物。 - optional 产物。 - 升级后才生成的产物。 - sufficient 条件。 - 人类决策等待点。 - 禁止自动扩展条件。 ### 3.4 Human Gate / Authority / Trace Human gate 不是自动化失败,而是专家系统接口。适合后续 Handbook 扩展: - decision_id - owner - 输入和选项 - 采纳 / 拒绝 - 理由 - 下游影响 - 回滚条件 Authority Matrix 应回答谁能观察、建议、起草、修改、决定、执行、阻断。 ### 3.5 Context Compiler Cross-Link Context Compiler 暂不升核心 topic,只作 cross-link。它连接: - whole-source gestalt。 - premise-context-pack。 - role-specific dispatch pack。 - source digest。 - Fidelity Ladder。 - Evaluation Stack。 - Runtime Maturity Model。 ## 4. Anti-Scope 不要: - 把 governance 写成多 Agent 越多越好。 - 把 `Agent Invocation Packet` 等机制升成父主题。 - 把 Context Compiler 抽成模型资产。 - 直接写 Handbook 正文章节。 ## 5. Downstream Use ```yaml hifi_patch_material: - 默认轻量 - 真实执行 - 任务漂移 - 停止权 handbook_material: - Project Intake - Mode Selector - Execution Authenticity - Scope Drift - Stop Rule - later: Human Gate / Authority Matrix / Context Compiler article_8_material: - 专家工作被 Agentic 化时,隐性判断被迫显性化 ```