Files
nexus/wiki/concepts/Micro-Sprint.md
2026-04-21 00:02:55 +08:00

31 lines
971 B
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: "Micro-Sprint"
type: concept
tags: [productivity, task-management, cognitive-load]
sources: [product-behavioral-nudge-engine]
last_updated: 2026-04-20
---
## Definition
将大任务拆分为 5 分钟内可完成的微型冲刺单元,降低认知负担,防止用户决策瘫痪。
## Mechanism
- 将大量待办事项(如 50 个)拆分为最小可执行单元
- 每次只推送 1 个单一、可操作、低摩擦的行动项
- 通过时间盒5 minutes创造紧迫感和完成动机
## Example
```
message: "Hey! You've got a few quick follow-ups pending. Let's see how many we can knock out in the next 5 mins. I'll tee up the first draft. Ready?"
actionButton: "Start 5 Min Sprint"
```
## Related Concepts
- [[Cognitive Load Reduction]]
- [[Momentum Nudge]]
- [[Pomodoro Technique]]
## Connections
- [[Behavioral Nudge Engine]] ← implements ← [[Micro-Sprint]]
- [[Habit Tracking & Accountability Partner]] ← uses ← [[Micro-Sprint]]