The Scrum Health Checker is a user-friendly utility designed to assess and improve Scrum practices. It enables development teams to conduct periodic health checks, evaluating nine key topics such as Sprint Planning, Daily Scrum, Product Backlog, and more.
The team determines if the ten statements per topic are true based on their team experience. The results are visually represented using radar charts, highlighting strengths and areas for improvement. By facilitating self-assessment and fostering continuous learning, this tool empowers teams to thrive in their agile journey.
Clone the project
git clone https://github.com/asherawelan/scrum-health-checker.git
Go to the project directory
cd scrum-health-checker
Bring up the Docker container
docker-compose up
Open the UI in a browser
- Add a team name and date for customized chart
- Download answers as JSON
- Upload JSON and restore answers
- Download SVG image of rendered chart
jQuery, Bootstrap, Chart.js