Files
nexus/wiki/concepts/Recurrence-Count.md
2026-04-27 20:02:52 +08:00

45 lines
1.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: "Recurrence-Count"
type: concept
tags: []
sources: []
last_updated: 2026-04-17
---
## 定义
Learning 记录 Metadata 中的重复次数字段,用于追踪同一 Pattern-Key 下问题出现的次数。格式:
```markdown
### Metadata
- Recurrence-Count: 2
- See Also: LRN-20260325-001
```
## 核心价值
**区分一次性错误与系统性重复,是最重要的指标之一。**
## 解读原则
| Recurrence-Count | 含义 | 处理策略 |
|-----------------|------|---------|
| 1 | 首次出现,观察 | 正常记录 |
| 2 | 重复出现 | 第二次就该彻底解决;未解决说明上次 Suggested Action 无效,需重新分析 |
| ≥3 | 系统性问题 | 需要根本性架构/流程改进,而非单次修复 |
## 实际案例
- Telegram chat ID 格式错误:`Recurrence-Count: 2` → 第二次直接应用 `Suggested Action: 使用纯数字 chat ID`,问题解决
- 每日复盘:`Recurrence-Count: 9` → 说明这是一个持续活跃优化的领域,每次复盘都在积累经验
## 与 Pattern-Key 的关系
- [[Pattern-Key]] 回答"这个问题属于哪一类"
- [[Recurrence-Count]] 回答"这类问题出现了多少次"
两者配合使用Pattern-Key 重复 + Recurrence-Count ≥ 2 = 需要系统性解决
## 相关 Concept
- [[Pattern-Key]]Recurrence-Count 的分类维度
- [[Self-Improving-Skill]]Recurrence-Count 的承载结构
- [[每日复盘机制]]:检查 Recurrence-Count 的执行时机
## Aliases
- recurrence count
- 重复次数