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

This commit is contained in:
2026-04-21 04:02:47 +08:00
parent cb7c11e14f
commit ac524d1ff5
81 changed files with 3115 additions and 20 deletions

View File

@@ -0,0 +1,30 @@
---
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]]:相关时间规划概念