20 lines
631 B
Markdown
20 lines
631 B
Markdown
---
|
|
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]]
|