- This repository contains detailed information and insights about various aspects of Agile practices, specifically focusing on SCRUM.
- These notes are created with mdBook and organized into a comprehensive guide for easy navigation.
Table of Contents
To build and view the notes locally, you will need to have the following installed:
-
Clone the repository:
git clone https://github.com/kefitzathaderech/agile-scrum-notes.git cd agile-scrum-notes
-
Install mdBook:
cargo install mdBook
-
Build the book:
mdbook build
-
Serve the book locally:
mdbook serve
Open your browser and navigate to
http://localhost:3000
to view the book.
- This section provides a comparison between traditional Waterfall project management and Agile methodologies.
- It highlights the key differences, benefits, and drawbacks of each approach.
- Here, you will find the core values and principles of the Agile Manifesto, which serves as the foundation for Agile methodologies.
- An introduction to SCRUM, one of the most popular Agile frameworks.
- This section covers the basics and the history of SCRUM.
- This part delves into the theoretical aspects of SCRUM, including its empirical process control theory, and the pillars of transparency, inspection, and adaptation.
- Learn about the five core values of SCRUM: Commitment, Courage, Focus, Openness, and Respect, and how they guide the behavior of SCRUM teams.
- This section describes the roles within a SCRUM team, including the Product Owner, SCRUM Master, and Development Team, and their responsibilities.
- An overview of SCRUM artifacts such as the Product Backlog, Sprint Backlog, and Increment.
- It also covers commitments like the Definition of Done.
- Detailed information about Sprints, including Sprint Planning, Daily SCRUM, Sprint Review, and Sprint Retrospective.
- An introduction to SAFe, a framework for scaling Agile practices across large organizations.
- These notes are intended for anyone interested in learning about Agile and SCRUM methodologies, from beginners to advanced practitioners.
- The structure is designed to provide a logical flow of information, making it easy to follow and understand.
If you find any errors or have suggestions for improvement, please feel free to open an issue or submit a pull request. Your contributions are welcome!
For more detailed navigation and reading, please visit the mdBook site.