-
Notifications
You must be signed in to change notification settings - Fork 600
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Included a new section and references about Risk Management.
- Loading branch information
Showing
3 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
docs/agile-development/advanced-topics/backlog-management/risk-management.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Risk Management | ||
|
||
Agile methodologies are conceived to be driven by risk management principles, but no methodology can eliminate all risks. | ||
|
||
## Goal | ||
|
||
Anticipation is a key aspect of software project management, involving the proactive identification and assessment of potential risks and challenges to enable effective planning and mitigation strategies. | ||
|
||
The following guidance aims to provide decision-makers with the information needed to make informed choices, understanding trade-offs, costs, and project timelines throughout the project. | ||
|
||
## General Guidance | ||
|
||
- **Identify** risks in every activity such as a planning meetings, design and code reviews, or daily standups. All team members are responsible for identifying relevant risks. | ||
|
||
- **Assess** risks in terms of their likelihood and potential impact on the project. Use the [issues](https://learn.microsoft.com/en-us/azure/devops/boards/backlogs/manage-issues-impediments) to report and track risks. Issues represent unplanned activities. | ||
|
||
- **Prioritize** them based on their severity and likelihood, focusing on addressing the most critical ones first. | ||
|
||
- **Mitigate** or reduce the impact and likelihood of the risks. | ||
|
||
- **Monitor** continuously to ensure the effectiveness of the migitation strategies. | ||
|
||
- Prepare **contingency plans** for high-impact risks that may still materialize. | ||
|
||
- **Comunicate and report** risks to keep all stakeholders informed. | ||
|
||
## Opportunity Management | ||
|
||
The same process can be applied to opportunities, but while risk management involves mitigating actions to decrease the likelihood of a risk, in opportunity management, you enhance actions to increase the likelihood of a positive outcome. |