Skip to main content

Posts

Featured

How to give Story points to a Story/Task/Subtask in Agile Methodology

 Story points are a unit of measure used in agile software development to estimate the effort or complexity of a user story or a task. They help teams in planning and forecasting the work that can be accomplished within a sprint. Here's a general approach to give story points in a sprint: 1. Understand the Scale: Define a scale for assigning story points, such as the Fibonacci sequence (1, 2, 3, 5, 8, 13, etc.) or a modified Fibonacci sequence (1, 2, 3, 5, 8, 13, 20, etc.). The scale should represent increasing levels of effort or complexity. 2. Gather the Team: Bring together the development team and any stakeholders involved in the estimation process. It's important to have diverse perspectives and knowledge to get accurate estimations. 3. Review User Stories: Review the user stories or tasks that need to be estimated. Each user story should represent a discrete unit of work that can be completed within a sprint. 4. Discuss and Clarify: Have a discussion about each user story

Latest posts

Hello world