From b43d587d132328d4d9b491084498ba1d736cac5a Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Tue, 8 Aug 2023 15:03:10 -0700 Subject: [PATCH] Update drafting handbook to include estimation deadline (#13217) --- handbook/company/product-groups.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/handbook/company/product-groups.md b/handbook/company/product-groups.md index a1ef9ed34d..3a440b34e8 100644 --- a/handbook/company/product-groups.md +++ b/handbook/company/product-groups.md @@ -50,7 +50,7 @@ The goal of the customer experience (CX) group is to make users and customers ha | Engineering manager | Sharon Katz | Quality assurance | Reed Haynes | Product manager | Mo Zhu -| Software engineers (developers) | Jacob Shandling, Juan Fernandez, Lucas Rodriguez, Rachel Perkins, Eric Shaw, Martin Angers +| Software engineers (developers) | Jacob Shandling, Lucas Rodriguez, Rachel Perkins, Eric Shaw, Martin Angers, Tim Lee > The Slack channel, kanban release board, and label for this product group is `#g-cx`. @@ -121,6 +121,8 @@ A user story is considered ready for implementation once: - [ ] [Estimated](https://fleetdm.com/handbook/company/why-this-way#why-scrum) - [ ] [Scheduled](https://fleetdm.com/handbook/company/why-this-way#why-a-three-week-cadence) for development +> All user stories intended for the next sprint are estimated by the last estimation session before the sprint begins. This makes sure contributors have adequate time to complete the current sprint and provide accurate estimates for the next sprint. + #### Writing a good user story Good user stories are short, with clear, unambiguous language. - What screen are they looking at? (`As an observer on the host details page…`)