Skip to content

Commit 08171cc

Browse files
Sprint 5 changes (#1504)
* Sprint 5 * Remove accidentally added submodules * Update common-content/en/module/business-analysis/prioritisation/index.md Co-authored-by: Daniel Wagner-Hall <[email protected]> * Update common-content/en/module/business-analysis/change-mgmt/index.md Co-authored-by: Daniel Wagner-Hall <[email protected]> --------- Co-authored-by: Daniel Wagner-Hall <[email protected]> Co-authored-by: Daniel Wagner-Hall <[email protected]>
1 parent 4fe18f1 commit 08171cc

File tree

6 files changed

+75
-24
lines changed

6 files changed

+75
-24
lines changed

common-content/en/module/business-analysis/agile/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ objectives = [
1414
publishResources = false
1515
+++
1616

17-
Understand the [Agile](https://youtu.be/Z9QbYZh1YXY?si=YDtrkFHORJ000z8s)/[Scrum](https://youtu.be/TRcReyRYIMg?si=ZE2sFQcwHh3oWTc5) principle, including Sprints, Iterations, Releases, [Backlog](https://www.aha.io/roadmapping/guide/release-management/product-release-sprint-backlog), etc.
17+
Enrol in this [Udemy course](https://codeyourfuture.udemy.com/course/introduction-to-agile-scrum-and-kanban/) and jump to video 14 ([What is Scrum?](https://codeyourfuture.udemy.com/course/introduction-to-agile-scrum-and-kanban/learn/lecture/28395568#overview)) in section 5. Watch this video to review Scrum basics.
18+
19+
Stretch: Watch any of the subsequent videos in section 5 if you would like to drill into any more details.
1820

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title = "Change management"
33

4-
time = 60
4+
time = 120
55
emoji = "🤖"
66
objectives = [
77
"List relevant tasks a business analyst will support a change management team with",
@@ -14,17 +14,14 @@ objectives = [
1414
publishResources = false
1515
+++
1616

17-
Understand:
18-
- What is [change management](https://youtu.be/wxVgd8h1svU?si=3ckqHAce9mg_zzhA)?
19-
- What is the difference between change management and organisational change management?
20-
- What are [scope changes](https://www.lucidchart.com/blog/scope-change-management), and how should you deal with them?
21-
22-
1. Write a list of how you, as a Business Analyst, can support change management and the rollout of a project.
17+
Learn and reflect on these questions, so you can understand how change affects your work.
2318

24-
2. Explain the difference of change management and organisational change management.
19+
1. What is [change management](https://youtu.be/wxVgd8h1svU?si=3ckqHAce9mg_zzhA), and how does it affect the BA?
2520

26-
3. Idenitfy possible scope changes that could happen on the case study you are working on. How would you deal with them? And who would have to be informed?
21+
2. What is the difference between change management and organisational change management?
2722

28-
4. Outline 3 ways a BA would support the launch (rollout activities).
23+
3. What are [scope changes](https://www.lucidchart.com/blog/scope-change-management), and how should you deal with them?
2924

25+
4. How could change management conflict with Agile principles? How would you handle this conflict pragmatically?
3026

27+
5. Thinking about the roadmap you built, how will change management be part of your MVP?
Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,36 @@
11
+++
22
title = "Prioritisation"
33

4-
time = 60
4+
time = 240
55
emoji = "🤖"
66
objectives = [
7-
"Describe the different priotisation techniques"
8-
7+
"Compare six different prioritisation techniques",
8+
"Create a priortised backlog for a product",
9+
"Define the Minimum viable product for the delivery of a backlog",
10+
"Propose relevant success metrics for a project"
911
]
1012
[build]
1113
render = "never"
1214
list = "local"
1315
publishResources = false
1416
+++
1517

16-
Read about different [prioritisation techniques](https://www.atlassian.com/agile/product-management/prioritization-framework#:~:text=A%20product%20prioritization%20framework%20is,what%20to%20work%20on%20next.).
18+
Now let’s try and apply our knowledge of Agile business analysis in the BrightStar project:
19+
20+
1. Prepare an initial **backlog** for Brightstar (5-20 backlog items, depending on the level of detail. You may use Epic, Feature and Story types of backlog items.)
21+
Use GitHub projects to document this.
22+
_This [GitHub page](https://docs.github.com/en/issues/planning-and-tracking-with-projects/creating-projects/creating-a-project) explains more details. You can use the Milestone feature as an Epic._
23+
24+
2. Read about [prioritisation techniques](https://www.atlassian.com/agile/product-management/prioritization-framework#:~:text=A%20product%20prioritization%20framework%20is,what%20to%20work%20on%20next.) and describe how you would approach **setting priorities** for your backlog items.
25+
26+
3. Formulate a **Definition of Ready** for the BrightStar product development process
27+
28+
4. Describe how you would go about **setting sprint goals** and how you would reflect these decisions in the backlog
1729

18-
19-
1. For your case study, which prioritisation technique would you use and why?
30+
5. Describe the **MVP** for your planned BrightStar development
2031

21-
2. How will you use prioritisation with stakeholders?
32+
6. Formulate a **Definition of Done** for backlog items
33+
Consider how you would measure the success of your initial deliverables, using [OKR/KPI](https://agilemania.com/difference-between-okr-vs-kpi#:~:text=OKRs%20involve%20setting%20new%20objectives,collaborate%20on%20defining%20relevant%20KPIs.) where relevant
2234

23-
3. Which priorisation technique do you think is not good and why?
35+
7. Consider how feedback from your sprint deliverables would affect your prioritisation and goal setting for later sprints
2436

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
+++
2+
title = "Stretch: Retrospective and Roadmap"
3+
4+
time = 120
5+
emoji = "🤖"
6+
objectives = [
7+
"Create a retrospective board",
8+
"Build a roadmap for a product"
9+
10+
]
11+
[build]
12+
render = "never"
13+
list = "local"
14+
publishResources = false
15+
+++
16+
17+
Do you want to learn something extra?
18+
19+
- Plan and prepare a **Retrospective** for your BrightStar scrum team. Consider that it can be a hybrid team. Think about the board, how you want the interaction to be, how you want to lead it.
20+
21+
- Read about **Roadmaps** and prepare a Roadmap for the next 2-4 product increments (a product increments might be one quarter of the year, for example) of your BrightStar solution
22+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
+++
2+
title = "Waterfall vs Agile"
3+
4+
time = 60
5+
emoji = "🤖"
6+
objectives = [
7+
"Explain the differences between agile and waterfall"
8+
9+
]
10+
[build]
11+
render = "never"
12+
list = "local"
13+
publishResources = false
14+
+++
15+
16+
Think again about the role of business analysis within the agile lifecycle and describe any differences you find compared to traditional, waterfall approaches. These articles [1](https://www.agilealliance.org/wp-content/uploads/2016/09/What-Does-a-BA-Do-on-an-Agile-Project.pdf) & [2](https://re-magazine.ireb.org/articles/the-business-case-for-agile-business-analysis) may help.
17+
18+

org-cyf-tracks/content/business-analysis/sprints/5/prep/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ weight = 1
99
name="Agile and others"
1010
src="module/business-analysis/agile"
1111
[[blocks]]
12-
name="Measure Success"
13-
src="module/business-analysis/measure-success"
12+
name="Prioritisation"
13+
src="module/business-analysis/prioritisation"
1414
[[blocks]]
1515
name="Change Management"
1616
src="module/business-analysis/change-mgmt"
1717
[[blocks]]
18-
name="Prioritisation"
19-
src="module/business-analysis/prioritisation"
20-
[[blocks]]
2118
name="Presentation"
2219
src="module/business-analysis/presentation"
20+
[[blocks]]
21+
name="Stretch prep"
22+
src="module/business-analysis/strech-sprint-5"
2323
+++

0 commit comments

Comments
 (0)