Agile Manifesto:
Many processes like Scrum, Kanban, Lean, Extreme Programming(XP), Crystal Clear, Agile Unified Process, Dynamic Systems Development Method, Feature Driven Development, Agile Modeling what they were doing is same so they came up with Agile Manifesto which is set of 4 Values and 12 principals.
The 4 Values are:

The 12 Principles of Agile Manifesto:
The 4 Values are:
- Individuals and Interactions Over Process and tools:
As process and tools avoid direct interactions the agile manifesto values Interactions. - Working Software Over Documentation:
Giving value to Woking software than the document which describes the software. - Customer collaboration Over Contract:
We should not stick to contract, as technology changes. - Responding to change over plan
We should unfollow plans and de prioritise tasks which take longer time

The 12 Principles of Agile Manifesto:

Underlying Agile Concepts:
- Short Feedback Loops
- Just in Time Requirements and Design
Software does not need blue prints like before building home, so development should be done based on TODO lists and requirements and design should be provided at last responsible movement (just before staring work) - Delivering Incremental Value:
Should keep adding values like features or bug fixes - Release ready deliverables
- Sustainable pace
There should be equal/sustainable work load on developers. It should be not be up (working late nights) and down (very low work load) - Lean management hierarchy
Smaller number of people must make decisions, if more people makes decision then it takes longer to decide. - Self organising teams
Manage themselves and make decisions - Trust, courage and transparency
- Continuous Delivery
- Embracing Change
- Inspect and adapt
Scrum is most widely adapted Agile Process

Roles:
Scrum allows people(common minded) to talk, It does not allow us vs them type of environment. So we have roles

Roles:
Scrum allows people(common minded) to talk, It does not allow us vs them type of environment. So we have roles
- Product Owner:
* Maximise the product value
* Manage product backlogs
* Represents the user
* Single Person (cannot be many people) - Scrum Master: (Not a Product Manager)
Unlike PM(we report to project manager), We are not reporting to Scrum master, They(Scrum Maters) just make sure we follow the rules.
* Shepard of Scrum(group) / Guardian, they should know the process and values
* Servant Leader: If team needs education/guidance they will help how to get to the point but not tell people how to do.
* Remove Impediments: Like if team does not have software/Servers down
* Resolves Conflicts: within team/ soft skills / help team to get back to work. - Development Team:
Business Analysts / Developers / QA / Designers
* Should be Cross Functional
* Should be Self Organising
* Should be Highly Collaborative (Helping each other).
Cooperative - Same Goals / Do separate things / Judge differently
Collaborative - Same Goals / Give up our own responsibility and help others share others work.
* Should be smaller teams 5-9 members.
Events in Agile:

- Sprint Planning:
* Occurs at the beginning of the sprint and what will delivered is decided. depending on past performance and capacity.
* Determine how it will be delivered. This creates sprint backlogs - Sprint:
* It is time boxed to 1 month or less (usually 2 weeks)
* It has clearly stated sprint goal.
* End of sprint should have releasable work.
* Scope is set by scrum team (developers/QA) - Daily Scrum (Standup Meeting)
* It is time boxed to 15 minutes (5-9 members)
* Should discuss work done yesterday
* plan work for today
* Talk about Impediments / blockers - Product Backlog Grooming (Refinement meeting):
* Clarify and estimate new items
* Product owner answers question and scrum team gives high level estimates and then item is kept in backlogs.
* Review priority items
* Less detail on lower priority items - low priority item does not need details, they should be ignored some times.
* Around 10% of time of sprint should be spent on backlog grooming (i.e., for a 2 week sprint 8 hours should be spent on grooming, clarifying questions, providing estimates, ..) - Sprint Review:
* Demoing the product increment (new version/things implemented developed in current sprint)
* Should take feedback of stakeholders. update product backlogs
* Plan what to do next.
* Review release plan - Sprint Retrospective Meeting:
* Scrum team inspecting and adapting / reviewing what went good/bad in sprint, what needs to be changed. whats working, what are improvements. lessons learnt. Make action item for next sprint.
* What went well ?
* What can we do better ?

Comments
Post a Comment