Files
nexus/wiki/concepts/Link-Proposer.md

69 lines
2.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Link-Proposer"
type: concept
tags: [knowledge-management, automation, zettelkasten, zk-steward]
sources: [zk-steward]
last_updated: 2026-04-25
---
## Definition
Link-Proposer链接提议器是 [[zk-steward]] 在新笔记归档时自动运行的链接推荐流程——基于笔记内容,提议候选链接、关键词/索引入口,并运行 [[Gegenrede]] 反诘问题,确保新笔记融入知识网络而非孤立存在。
## When It Runs
**触发条件**ZK Steward 创建或归档新笔记时自动激活
**不触发条件**
- 更新现有笔记(非新笔记)
- 仅检索/查询任务
- 跳过归档步骤
## The Three Steps
### Step 1: Link Candidates链接候选
基于笔记内容的语义分析,提议 2-5 个最相关的已有笔记/概念:
- 直接关联笔记(同主题)
- 方法论关联(同一框架)
- 对比关联(相反观点)
- 元关联(关于笔记本身的笔记)
### Step 2: Keyword & Index Suggestions关键词/索引建议)
- 提议 3-5 个关键词(用于未来检索)
- 建议索引/MOC 条目(确保笔记有 ≥1 入口点)
- 注意:索引是入口,不是分类——同一笔记可被多个索引指向
### Step 3: Gegenrede反诘问题
提出一个跨学科反问,激发辩证对话:
> "如果从 [另一领域] 角度看这个问题会怎样?"
详见 [[Gegenrede]]。
## Relationship to Luhmann 四原则
Link-Proposer 是 [[Luhmann-四原则]]中**连接性Connectivity**原则的自动化实现工具:
| 四原则 | Link-Proposer 贡献 |
|--------|-----------------|
| 原子性 | 新笔记若需链接多个主题 → 触发拆分建议 |
| 连接性 | 直接提供 ≥2 链接候选 |
| 有机增长 | 关键词/索引建议防止过度层级 |
| 持续对话 | Gegenrede 激发后续思考 |
## Implementation
Link-Proposer 作为可选 Skill 定义在 [[zk-steward-companion]] 仓库中,可通过以下方式激活:
1.`skills/link-proposer/` 复制到 Agent 技能目录
2. 在 ZK Steward 的归档流程中调用
3. 人工审阅提议后选择性采纳
## Connections
- [[zk-steward]] ← 在归档流程中调用 Link-Proposer
- [[Luhmann-四原则]] ← Link-Proposer 服务于连接性原则
- [[Gegenrede]] ← Link-Proposer 的第三步
- [[Zettelkasten]] ← Link-Proposer 是 Zettelkasten 链接机制的程序化
- [[zk-steward-companion]] ← Link-Proposer 作为 Skill 定义存在
## Aliases
- 链接提议器
- Link Suggestion Engine
- Note Linking Workflow