T-Shirt Sizing Methodology(sizing & estimation methodologies)

Ankur Agarwal
3 min readSep 27, 2023

--

Sizing and estimation methodologies, such as T-shirt sizing, are commonly used in project management and software development to estimate the size, effort, or complexity of tasks or features. T-shirt sizing is a relatively simple and intuitive method for estimating work items, often used in Agile and Scrum development processes. Here’s a detailed explanation of T-shirt sizing and the steps to follow:

T-Shirt Sizing Methodology:

T-shirt sizing involves assigning a relative size or level of effort to tasks or user stories without specifying specific time units like hours or days. Instead, it uses T-shirt sizes (XS, S, M, L, XL, XXL, etc.) to represent the complexity or effort required for each item. This approach helps teams quickly estimate the relative size of work items and prioritize them accordingly.

Steps to Follow for T-Shirt Sizing:

  1. Gather the Team: Bring together the team members responsible for the work item estimation. This usually includes developers, designers, testers, and other relevant stakeholders.
  2. Define the Scale: Establish a clear understanding of the T-shirt sizing scale. The scale should be based on relative effort or complexity and may vary from team to team. Commonly used sizes are XS (Extra Small), S (Small), M (Medium), L (Large), XL (Extra Large), and XXL (Extra Extra Large). It’s essential that everyone on the team understands what each size represents in terms of effort.
  3. Select the Work Items: Identify the tasks, user stories, or features that need to be estimated. These could be part of a project backlog, sprint planning, or any other task prioritization context.
  4. Discuss the Work Item: Go through the work item in detail. Discuss the requirements, dependencies, and any relevant information that can help the team understand what needs to be done. Ask questions to clarify any ambiguities.
  5. Individual Estimation: Have each team member privately estimate the size of the work item using the T-shirt sizes. This is usually done by raising a T-shirt-sized card (e.g., a physical card or a virtual representation) or through a digital tool.
  6. Comparison and Discussion: Once everyone has estimated the work item, reveal the estimations simultaneously. If there is a consensus on the size, great! If there are significant discrepancies, encourage discussion to understand why team members have different opinions. This discussion can lead to a better understanding of the work item and help reach a consensus.
  7. Reestimate If Necessary: After the discussion, if team members still have varying estimations, consider reestimating the work item. Repeat the estimation process until a consensus is reached.
  8. Record the Estimation: Document the final agreed-upon T-shirt size for the work item. This estimation becomes a part of the project’s record and can be used for prioritization, planning, and tracking progress.
  9. Repeat for All Work Items: Continue this process for all work items that need to be estimated.
  10. Use the Estimates: Use the T-shirt size estimates for prioritizing tasks, sprint planning, and tracking progress. Larger-sized items might need more time or resources, so they can be appropriately scheduled.
  11. Review and Refine: Periodically review and refine your estimation process to improve accuracy and consistency.

T-shirt sizing is a flexible and straightforward way to estimate work items, allowing teams to quickly gauge relative effort. However, it’s essential to remember that T-shirt sizing doesn’t provide precise time-based estimates, so it should be used in conjunction with other planning and tracking methods to manage project timelines effectively.

--

--

No responses yet