101.school
CoursesAbout
Search...⌘K
Generate a course with AI...

    Agile project management

    Receive aemail containing the next unit.
    • Introduction to Agile Project Management
      • 1.1History and Evolution of Agile Methodologies
      • 1.2Key Concepts and Principles of Agile
      • 1.3Introduction to Agile Project Management
      • 1.4Roles and Responsibilities in Agile
    • Agile Mindset and Agile Manifesto
      • 2.1Understanding Agile Mindset
      • 2.2Agile Manifesto and its Principles
      • 2.3Building an Agile Culture
      • 2.4Agilism and the Role of a Leader
    • Agile Leadership
      • 3.1Agile Leadership Styles
      • 3.2Role and Responsibilities of Agile Leaders
      • 3.3Facilitating Team Performance
      • 3.4Managing Conflicts and Backlogs
    • Agile Methodologies and Frameworks
      • 4.1Introduction to Scrum
      • 4.2Introduction to Kanban
      • 4.3Lean and XP Explained
      • 4.4Choosing the Right Agile Framework or Methodology
    • Building an Agile Team
      • 5.1Organizing Agile Teams
      • 5.2Building Psychological Safety Within Teams
      • 5.3Distributed Agile Teams
      • 5.4Team Performance Metrics in Agile
    • Agile Planning and Estimation
      • 6.1Introduction to Agile Planning
      • 6.2Story Points and Velocity
      • 6.3Agile Estimation Techniques
      • 6.4Capacity Planning in Agile
    • Executing Agile Projects
      • 7.1Running Agile Meetings and Setting Sprint Goals
      • 7.2Managing and Prioritizing Backlogs
      • 7.3Tracking Project Progress: Burn-Down and Burn-Up Charts
      • 7.4Handling Blockers and Impediments
    • Agile Quality Assurance
      • 8.1Quality Metrics in Agile
      • 8.2Agile Testing Strategies
      • 8.3Test-Driven Development
      • 8.4Continuous Integration and Continuous Deployment
    • Value-Driven Development
      • 9.1Principles of Value Driven Development
      • 9.2Prioritizing Value in the Backlog
      • 9.3Minimum Viable Product and Incremental Delivery
      • 9.4Value Stream Mapping
    • Agile Contracting and Governance
      • 10.1Agile Contract Models
      • 10.2Vendor Management in Agile
      • 10.3Governance in Agile
      • 10.4Compliance and Documentation in Agile
    • Agile Transformation and Scaling
      • 11.1Agile Transformation Pathways
      • 11.2Implementing Agile at Scale
      • 11.3Challenges in Agile Scaling
      • 11.4Tools for Managing Agile at Scale
    • Case Studies and Best Practices
      • 12.1Agile in IT and Software Development
      • 12.2Agile in Non-IT Industries
      • 12.3Agile Project Pitfalls and Mitigation
      • 12.4Sharing Best Practices
    • Reflection and Synthesis
      • 13.1Agile Leadership Reflections
      • 13.2Applying Agile Methodologies in Real-life Scenarios
      • 13.3Adapting Agile Frameworks to Unique Situations
      • 13.4Continuing Education and Certification in Agile

    Agile Planning and Estimation

    Understanding Story Points and Velocity in Agile

    In Agile project management, two key concepts that help teams plan and forecast their work are story points and velocity. These concepts are fundamental to Agile estimation and planning, and understanding them is crucial for any Agile team.

    User Stories

    Before we delve into story points and velocity, it's important to understand the concept of user stories. A user story is a simple, clear, and concise description of a feature told from the perspective of the person who desires the new capability, usually a user or customer of the system. They typically follow a simple template:

    "As a [type of user], I want [some goal] so that [some reason]."

    User stories are a part of an Agile approach that helps shift the focus from writing about requirements to talking about them. They encourage active collaboration and help teams stay focused on the user's needs.

    Story Points

    Story points are a unit of measure for expressing an estimate of the overall effort required to fully implement a product backlog item or any other piece of work. Story points enable teams to express the effort in a way that abstracts the individual and focuses on the team.

    When we estimate with story points, we assign a point value to each item. The raw values we assign are unimportant. What matters are the relative values. A story that is assigned a 2 should be twice as much as a story that is assigned a 1. It should also be two-thirds of a story that is estimated as 3 story points.

    Velocity

    Velocity in Agile is a simple calculation measuring units of work completed in a certain timeframe. The Agile team measures velocity in their own unique way using story points.

    At the end of each sprint, the total number of story points of all fully completed user stories is added up to give the velocity of the sprint. This velocity measurement is then used for future sprint planning.

    For example, if an Agile team completes 5 stories in a sprint and each story was worth 3 story points, then the team's velocity is 15 story points per sprint.

    Using Story Points and Velocity for Planning

    Once a team has established its velocity, it can use this to predict how much work it can get done in future sprints. For example, if a team has a velocity of 15 story points per sprint, and a product backlog of 100 story points, then it would take that team about 7 sprints to complete the product backlog.

    It's important to note that velocity is a capacity planning tool, not a performance metric. It's a way for the team to manage its own workload and pace, not a way for managers to measure the productivity of the team.

    In conclusion, story points and velocity are powerful tools in Agile project management. They allow teams to estimate work and plan for future sprints in a flexible and efficient manner. Understanding these concepts is key to mastering Agile planning and estimation.

    Test me
    Practical exercise
    Further reading

    Good morning my good sir, any questions for me?

    Sign in to chat
    Next up: Agile Estimation Techniques