--- 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]]:相关时间规划概念