Auto-sync: 2026-04-21 00:02

This commit is contained in:
2026-04-21 00:02:55 +08:00
parent 177469a1cd
commit cb7c11e14f
235 changed files with 16567 additions and 237 deletions

View File

@@ -0,0 +1,19 @@
---
title: "UserPsyche"
type: entity
tags: [user-model, behavioral-psychology]
sources: [product-behavioral-nudge-engine]
last_updated: 2026-04-20
---
## Definition
用户心理状态分类系统,用于 Behavioral Nudge Engine 判断如何个性化交互策略。
## Classification
- **ADHD**:注意力缺陷/多动倾向用户,需要更频繁的短时交互
- **Overwhelmed**:被大量任务压垮的用户,需要极简单一行动推送
- **Standard**:标准用户,正常批量处理
## Connections
- [[UserProfile]] → contains → [[UserPsyche]]
- [[Behavioral Nudge Engine]] ← adapts_to ← [[UserPsyche]]