Files
nexus/wiki/concepts/Time-boxed.md
2026-04-21 04:02:47 +08:00

31 lines
803 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: "Time-boxed"
type: concept
tags: [workflow, time-management, scope-control]
last_updated: 2026-04-21
---
## Definition
Time-boxed 是一种时间管理机制,为单一任务设置最大时长限制,防止范围蔓延和无限期延误。
## Purpose
- 防止范围蔓延scope creep
- 确保交付时间线
- 提高专注度
- 加速决策
## Example
Landing page sprint 时间表:
| Time | Activity | Agent |
|------|----------|-------|
| 9:00 | Copy + design kick off | Content Creator + UI Designer |
| 11:00 | Build starts | Frontend Developer |
| 14:00 | First version ready | — |
| 15:30 | Apply feedback | Frontend Developer |
| 16:30 | Ship | Deploy |
## Connections
- [[Multi-Agent Workflow]]:所属工作流模式
- [[Sprint Planning]]:相关时间规划概念