173 lines
3.3 KiB
Markdown
173 lines
3.3 KiB
Markdown
---
|
||
topic_doc_id: 05-agentic-handbook-materials
|
||
run_id: 2026-06-12-复杂度放置门
|
||
topic_ids:
|
||
- agentic-handbook-operating-law
|
||
source_basis:
|
||
- 01-topic-map.md
|
||
- 02-material-routing-log.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
|
||
formal_handbook: false
|
||
---
|
||
|
||
# Agentic Handbook:第一版守则素材
|
||
|
||
## 1. Topic Role
|
||
|
||
本 topic doc 只整理 Agentic Handbook 的原始素材,不撰写正式 Handbook。
|
||
|
||
用户已确认第一版先按六组组织:
|
||
|
||
```text
|
||
1. Project Intake
|
||
2. Mode Selector
|
||
3. Cost Ledger
|
||
4. Execution Authenticity
|
||
5. Scope Drift
|
||
6. Stop Rule
|
||
```
|
||
|
||
同时保留边界:这六组只是原始素材组织方式,不是唯一素材,也不代表 Handbook 最终只包含这六组。
|
||
|
||
## 2. Source Material Layer
|
||
|
||
### Primary Routed Units
|
||
|
||
```yaml
|
||
agentic-handbook-operating-law:
|
||
- R05-U10
|
||
- R05-U13
|
||
- R05-U15
|
||
```
|
||
|
||
### High-Value Cross-Linked Units
|
||
|
||
```yaml
|
||
project_intake_mode_selector:
|
||
- R01-U13
|
||
- R01-U14
|
||
- R02-U13
|
||
- R02-U14
|
||
- R04-U07
|
||
- R04-U08
|
||
cost_ledger:
|
||
- R01-U09
|
||
- R02-U15
|
||
- R04-U09
|
||
- R05-U09
|
||
execution_authenticity:
|
||
- R02-U03
|
||
- R02-U08
|
||
- R03-U11
|
||
- R04-U10
|
||
scope_drift_stop_rule:
|
||
- R03-U12
|
||
- R04-U11
|
||
- R05-U14
|
||
expansion_material:
|
||
- R04-U12
|
||
- R04-U13
|
||
```
|
||
|
||
## 3. First-Pass Handbook Groups
|
||
|
||
### 3.1 Project Intake
|
||
|
||
开工前判断:
|
||
|
||
- Q / P / I。
|
||
- 内容产出 / 系统建设 / 校准 / 探索。
|
||
- 一次性产物 / 可复用流程 / 治理级系统。
|
||
- 下游是否依赖过程真实性。
|
||
|
||
### 3.2 Mode Selector
|
||
|
||
默认从 Lite 开始。
|
||
|
||
升级 Standard / Full 需要证据:
|
||
|
||
- 多来源 / 异构源。
|
||
- 高风险或发布关键。
|
||
- 多角色独立判断。
|
||
- 下游自动化依赖 routing。
|
||
- 用户明确要求构建可复用 workflow。
|
||
- Lite / Standard 已失败。
|
||
|
||
### 3.3 Cost Ledger
|
||
|
||
模板至少要区分:
|
||
|
||
- Content Cost。
|
||
- System-Building Cost。
|
||
- Calibration Cost。
|
||
- Exploration Cost。
|
||
|
||
### 3.4 Execution Authenticity
|
||
|
||
正式产物必须记录:
|
||
|
||
- canonical prompt。
|
||
- input context。
|
||
- carrier / thread_id。
|
||
- returned-output。
|
||
- main-session integration boundary。
|
||
- simulation-only / excluded-from-synthesis 状态。
|
||
|
||
### 3.5 Scope Drift
|
||
|
||
触发 drift review 的信号:
|
||
|
||
- 原任务开始创建通用 protocol。
|
||
- 开始派发多个 worker / committee。
|
||
- 一次性任务开始设计复用目录。
|
||
- 原始产物被中间流程推迟。
|
||
- 成本超过原任务规模且未拆账。
|
||
|
||
### 3.6 Stop Rule
|
||
|
||
启动前定义:
|
||
|
||
- 最小可用产物。
|
||
- optional 产物。
|
||
- sufficient 条件。
|
||
- 不自动扩展条件。
|
||
- 人类等待点。
|
||
|
||
## 4. Expansion Materials, Not First-Pass Core
|
||
|
||
以下材料可作为后续扩展项:
|
||
|
||
- Authority Matrix。
|
||
- Artifact Contract。
|
||
- Simulation Labeling。
|
||
- Human Gate Design。
|
||
- Context Compiler。
|
||
- Evaluation Stack。
|
||
- Runtime Maturity Model。
|
||
- Platform Adapters。
|
||
|
||
## 5. Anti-Scope
|
||
|
||
不要:
|
||
|
||
- 把 Handbook 写成哲学纲领。
|
||
- 把六组守则当作最终唯一目录。
|
||
- 创建正式 Handbook 文件。
|
||
- 创建 CCPE assets 或 model assets。
|
||
|
||
## 6. Downstream Use
|
||
|
||
```yaml
|
||
handbook_material:
|
||
status: primary
|
||
hifi_patch_material:
|
||
status: secondary
|
||
article_8_material:
|
||
status: supporting
|
||
```
|
||
|