Work out how much a sprint can absorb given team size and availability.
Rated capacity is a ceiling, not a design point, so it is derated by the headroom percentage before dividing. The result is rounded up because you cannot deploy a fraction of a developer. Sizing to rated capacity leaves nothing for peaks or failures; the spare-capacity line shows whether the rounded-up count actually buys useful sprint capacity.
Sprint Capacity
Units = ⌈demand ÷ (capacity per unit × (1 − headroom))⌉
Units = ⌈demand ÷ (capacity per unit × (1 − headroom))⌉ Rated capacity is a ceiling, not a design point, so it is derated by the headroom percentage before dividing. The result is rounded up because you cannot deploy a fraction of a developer.
Sizing to rated capacity leaves nothing for peaks or failures; the spare-capacity line shows whether the rounded-up count actually buys useful sprint capacity.
This calculator takes 3 inputs: Story points requested for the sprint, Story points per developer, Headroom reserved for peaks. The pre-filled defaults are a realistic starting point — replace them with figures from your own environment for a result you can act on.