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

    Executing Agile Projects

    Tracking Project Progress: Burn-Down and Burn-Up Charts

    In Agile project management, tracking progress is crucial to ensure that the project is on track and to predict future performance. Two of the most commonly used tools for this purpose are Burn-Down and Burn-Up charts.

    Burn-Down Charts

    A Burn-Down chart is a graphical representation of work left to do versus time. The outstanding work (or backlog) is often on the vertical axis, with time along the horizontal. This chart is updated daily and provides a simple view of the project progress and the amount of work remaining.

    To create a Burn-Down chart, you need to:

    1. Identify the total amount of work to be done and plot this on the vertical axis.
    2. Plot the number of working days on the horizontal axis.
    3. Update the chart daily, marking off the amount of work completed.

    The resulting downward slope shows the rate at which work is being completed. If the project is on track, the line will reach the bottom of the chart on or before the final day. If the line reaches the bottom early, the team is ahead of schedule. If the line is above the bottom on the final day, the project is behind schedule.

    Burn-Up Charts

    A Burn-Up chart, on the other hand, is a graphical representation of work done versus time. It shows the total work done and the total work scope, providing a snapshot of the project's progress and how much work remains.

    To create a Burn-Up chart, you need to:

    1. Identify the total amount of work to be done and plot this on the vertical axis.
    2. Plot the number of working days on the horizontal axis.
    3. Update the chart daily, adding the amount of work completed.

    The resulting upward slope shows the rate at which work is being completed. The gap between the total work and the work completed lines shows the amount of work remaining.

    Using Burn-Down and Burn-Up Charts

    Both Burn-Down and Burn-Up charts are effective tools for tracking project progress. They provide a visual representation of the work done, the work remaining, and the rate at which work is being completed.

    These charts can be used to predict future performance based on past performance. For example, if the team has consistently been completing work at a certain rate, it's reasonable to expect that they will continue at this rate in the future.

    In addition to tracking progress, these charts can also be used to identify issues. If the rate of work completion slows down, it could indicate a problem that needs to be addressed. Similarly, if the amount of work increases (represented by an upward shift in the total work line on a Burn-Up chart), it could indicate scope creep.

    Other Agile Metrics and Reporting Tools

    While Burn-Down and Burn-Up charts are commonly used in Agile project management, they are not the only tools available. Other metrics and reporting tools include Cumulative Flow Diagrams, Velocity Charts, and Sprint Reports. The choice of tool depends on the specific needs and context of the project.

    In conclusion, tracking project progress is a critical aspect of Agile project management. Burn-Down and Burn-Up charts are powerful tools for visualizing progress, predicting future performance, and identifying issues. By using these tools effectively, Agile teams can ensure that they stay on track and deliver value to their customers.

    Test me
    Practical exercise
    Further reading

    Hey there, any questions I can help with?

    Sign in to chat
    Next up: Handling Blockers and Impediments