---
type: "Sprint"
title: "Sprint — a bounded delivery window"
description: "A time-boxed grouping of Tasks. EcoCloud measures sprint health (burndown, cycle-time) and sequences work against the true critical path."
resource: "/critpath-kernel/"
tags: ["work", "plan"]
timestamp: "2026-06-25"
---

A Sprint groups [Tasks](/knowledge/okf/task.md) for a delivery window. EcoCloud sequences them against real dependencies, not guesswork.

# Schema
- `name` — string
- `tasks` — Task references
- `window` — start/end dates

# Citations
Sequencing: [critical-path kernel](/critpath-kernel/) (task DAG → CPM critical path + float). Ranking: [prioritization kernel](/priority-kernel/) (RICE/WSJF). Capacity: [schedule kernel](/schedule-kernel/).
