From 7f62399486af6ab37d87a21818b86f6072b6d784 Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Mon, 7 Jul 2025 16:24:09 -0500 Subject: [PATCH] Add XXS ticket T-shirt size, add point values when applicable (#30611) ## Summary by CodeRabbit * **Documentation** * Expanded T-shirt sizing guidance in capacity planning to include a new "XXS" category for trivial tasks. * Updated the sizing table to display story point ranges alongside T-shirt sizes and time estimates. --------- Co-authored-by: Tim Lee --- handbook/company/product-groups.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/handbook/company/product-groups.md b/handbook/company/product-groups.md index 4e648de476..7d51a41bb1 100644 --- a/handbook/company/product-groups.md +++ b/handbook/company/product-groups.md @@ -251,13 +251,14 @@ T-shirt sizes represent a rough estimate on the effort required to complete a ta [Estimation points](https://fleetdm.com/handbook/company/communications#estimation-points) are used if a task has already gone through drafting. -| T-shirt size | Time | -|:---|:-----------------------------| -| XS | ≤1 week for 1 contributor | -| S | 1 sprint for 1 contributor | -| M | 1 sprint for 2 contributors | -| L | 1 sprint for the whole team | -| XL | >1 sprint for the whole team | +| T-shirt size | Time | Story points | +|:---|:-----------------------------|:-| +| XXS | ≤1 day for 1 contributor | 1-3 | +| XS | ≤1 week for 1 contributor | 3-8 | +| S | 1 sprint for 1 contributor | 15-25 | +| M | 1 sprint for 2 contributors | 30-50 | +| L | 1 sprint for the whole team | Variable (>60) | +| XL | >1 sprint for the whole team | Variable (>100) | ### Implementing