SlideShare une entreprise Scribd logo
1  sur  36
Copyright 2014, Simplilearn, All rights reserved.1
PMI® & ACP are the registered marks of Project Management Institute, Inc. Copyright 2014, Simplilearn, All rights reserved.
Agile Communication
PMI®—Agile Certified Practitioner (PMI-ACP)®
Copyright 2014, Simplilearn, All rights reserved.2
● Define project communication
● Differentiate between various types of project communication
● Describe Agile tooling
After completing
this lesson, you will
be able to:
Objectives
Copyright 2014, Simplilearn, All rights reserved.3
Project Communication
Every project manager quickly
learns that the most valuable
technique for project success is
communication. However, there are
many different types of
communication and not all of them
are as effective at communicating
ideas. Agile emphasizes that the
most effective communication
occurs face-to-face.
Copyright 2014, Simplilearn, All rights reserved.4
Information Radiators
"An information radiator displays information in a place where passersby can see it. With information
radiators, the passersby don't need to ask any question; the information simply hits them as they
pass."—Alistair Cockburn
● This concept was invented by Alistair Cockburn.
● Information radiators enable team members to view the current state of the project and its
progress.
● Most Agile teams implement it to some degree in their processes.
● Most popular information radiators are:
o Task boards
o Big visible charts (Includes burndown charts)
o Continuous integration build health indicators (Including lava lamps and street lights)
Copyright 2014, Simplilearn, All rights reserved.5
Task Board
The image represents an
example of task board
which is used as
information radiator during
project implementation.
Copyright 2014, Simplilearn, All rights reserved.6
Big Visible Charts
These are a part of the information radiator family and are referenced as part of the Extreme
Programming (XP).
● Intent for these is to provide information to the team and also non-team members, easily and
without a lot of context
● These charts are casual, usually hand-drawn, big, and showcase important project information
● It’s working when:
○ people stop and read the charts;
○ team members don’t complain about updating them; and
○ they reflect the reality of the project.
Copyright 2014, Simplilearn, All rights reserved.7
Effective Information Radiators
Effective information radiators should be:
● Simple: Brief and concise.
● Stark: Errors should not be masked, rather should be used to improve the work and performance.
● Current: Information displayed should be the latest.
● Transient: Once the problem has been rectified, it should be taken off from the chart.
● Influential: Empowers the team to take decisions.
● Highly visible: Easy to see and understand.
● Minimal in number: Not so many that they drown out other information.
Copyright 2014, Simplilearn, All rights reserved.8
Team Space
Team space is sometimes referred
to as a ‘war room.’ This involves
getting the entire team together
in one room and working on
factors that foster communication
as well as motivation leading to
higher productivity.
Copyright 2014, Simplilearn, All rights reserved.9
Signs of Bad Team Space
Bad team spaces can lead to
chaotic and unproductive team
output.
Copyright 2014, Simplilearn, All rights reserved.10
Two types of teams can be identified.
Co-located vs. Distributed Teams
Distributed TeamCo-located Team
● Team members seated together in a room, creating a
“war room”
● Issues resolved informally in a timely manner
● Incidental interaction leads to productivity
● Team decides which roles to adopt based on sprint
goals
● Team leverage tactile, low cost solutions
● Teams distributed geographically, either locally or
globally
● Formal logging of knowledge
● Structured use of processes
● Explicit role definition via tasks
● Exploiting technology for collaboration
Copyright 2014, Simplilearn, All rights reserved.11
Osmotic Communications
Osmotic communication occurs when information is overheard in the background of the team room
and some of it is absorbed via osmosis.
Distributed TeamCo-located Team
● Team members to be seated in a war room so as to
overhear useful information
● Caves and Commons pattern: ‘Caves’: for phone calls,
short meetings, or for team members to concentrate
● ‘Commons’: open, shared workspaces for the team
where osmotic communication occurs
● Use of live video conferencing
● Use of group chat Instant Messaging
● When sending mail, choose the recipient(s) and CC the
rest of the team
● Forums or corporate information hubs
Copyright 2014, Simplilearn, All rights reserved.12
Daily stand-up meetings share progress on the sprint or iteration. Team members stand to keep the
meeting focused and short. The stand-up is where each team member makes a commitment on what
they will complete for the rest of the team to hear.
● Scrum specifies that the meetings should be timeboxed to 15 minutes.
● Only ‘committed’ team members are involved, with each participant answering 3 questions:
o What did you do yesterday?
o What will you do today?
o What’s in your way?
Daily Stand-up Meeting
Copyright 2014, Simplilearn, All rights reserved.13
Multiple Open source tools are available are:
● Agile specific project management tools (e.g. xplanner)
● Continuous integration build tools (e.g. cruise control)
● Automated testing tools (e.g. Junit, Fitnesse)
● Agile software configuration management tools (e.g. subversion)
Agile Tooling
Copyright 2014, Simplilearn, All rights reserved.14
Natasha Lisovskii, the Scrum Master at Nutri Worldwide was monitoring an R&D project of developing a new
Customer Relationship Management software package. Despite following Agile methodology, the project was behind
schedule. The graphic below shows how the team members were working in silos and communicating through e-mails
and physical documents.
List the changes that the Agile coach should implement to reduce the communication gap within the team.
Communication Gap—Example
Write verification
scripts to validate
results
Testers
Monitors the
R&D Project
Scrum Master
Translate the
information into
executable
codes
Developers
Extract
knowledge about
requirements
from customers
Business Analysts
Copyright 2014, Simplilearn, All rights reserved.15
Listed are some of the recommended changes to help the team overcome the issues faced:
Communication Gap Example—Explanation
Ensure daily stand up meetings are conducted.
Use minimal documentation and increase face to face communication.
Use Kanban/Task board to track the progress of the user stories.
Use Burnup and Burndown charts to show the progress of the sprint and
release.
Introduce video and audio conferencing facilities.
Copyright 2014, Simplilearn, All rights reserved.16
Tony Orlando, the Executive Vice President of Sales and Marketing at Fairfax was asked about the
primary reason behind project failures. The reason cited was the contradictory goals of different
stakeholders working on the same project. The graphic below showcases the challenge faced.
Real Life Example
Demands a good
user experience
Wants to write good
and clean codes
Want the product to succeed
Lack of communication between different stakeholders
Developer Marketing, Sales, and Finance Personnel Customer
Copyright 2014, Simplilearn, All rights reserved.17
Tony cited that the failure of new initiatives was due to disconnect between business units
(marketing, sales, and finance) and IT goals. It was out of these seemingly contradictory goals that
the Agile development framework was born, and its principles are very important in business today.
In Agile, the focus shifts from the project to the product. The graphic below shows the
communication channels and iterations required for the success of the organization.
Real Life Example—Explanation
Collaboration and communication between different stakeholders
Developer CustomerMarketing, Sales, and Finance Personnel
 
Copyright 2014, Simplilearn, All rights reserved.18
Quiz
Copyright 2014, Simplilearn, All rights reserved.19
QUIZ
a.
b.
c.
d.
Which of the following is not a sign of bad Agile team spaces?
1
Appropriate information radiators in the workspace
Minimal interaction
Stale artifacts
Ugly spaces
Copyright 2014, Simplilearn, All rights reserved.20
QUIZ
a.
b.
c.
d.
Which of the following is not a sign of bad Agile team spaces?
1
Answer: b.
Explanation: Appropriate information radiators is a sign of ideal Agile team spaces. All the
other options listed are signs of bad agile team spaces.
Appropriate information radiators in the workspace
Minimal interaction
Stale artifacts
Ugly spaces
Copyright 2014, Simplilearn, All rights reserved.21
QUIZ
a.
b.
c.
d.
Which of the following is most true about the daily stand-up meeting?
2
It is a meeting to discuss the problems only
They are not status sessions for the project manager
It is a two minute stand-up meeting for the management team
The team gets together to discuss the status
Copyright 2014, Simplilearn, All rights reserved.22
QUIZ
a.
b.
c.
d.
Which of the following is most true about the daily stand-up meeting?
2
Answer: c.
Explanation: Daily stand-up meetings are not status sessions for the project manager;
rather they are team member commitments in front of the team.
It is a meeting to discuss the problems only
They are not status sessions for the project manager
It is a two minute stand-up meeting for the management team
The team gets together to discuss the status
Copyright 2014, Simplilearn, All rights reserved.23
QUIZ
a.
b.
c.
d.
Which of the following is the most effective communication under the modeling
options?3
Video communication
Face-to-face communication
Email
Voice communication
Copyright 2014, Simplilearn, All rights reserved.24
QUIZ
a.
b.
c.
d.
Which of the following is the most effective communication under the modeling
options?3
Answer: c.
Explanation: Face-to-face communication is the best form of communication under the
modeling options.
Video communication
Face-to-face communication
Email
Voice communication
Copyright 2014, Simplilearn, All rights reserved.25
QUIZ
a.
b.
c.
d.
Which of the following is not a characteristic of an ideal information radiator?
4
Current
Influential
Permanent
Simple
Copyright 2014, Simplilearn, All rights reserved.26
QUIZ
a.
b.
c.
d.
Which of the following is not a characteristic of an ideal information radiator?
4
Answer: d.
Explanation: Information radiators should be transient. Problems or errors, once rectified
should be removed so as to show progress in the project.
Current
Influential
Permanent
Simple
Copyright 2014, Simplilearn, All rights reserved.27
QUIZ
a.
b.
c.
d.
Can osmotic communication occur with a distributed team?
5
Yes, all communication is osmotic
No, osmotic communication can only occur in person
No, distributed teams can not truly apply agile techniques
Yes, if they use IM, have a live video feed, and email cc lists
Copyright 2014, Simplilearn, All rights reserved.28
QUIZ
a.
b.
c.
d.
Can osmotic communication occur with a distributed team?
5
Answer: a.
Explanation: Although osmotic communications are best applied in team room settings, a
virtual experience can be achieved using tooling like IM, live video feeds, email, and other
information sharing techniques.
Yes, all communication is osmotic
No, osmotic communication can only occur in person
No, distributed teams can not truly apply agile techniques
Yes, if they use IM, have a live video feed, and email cc lists
Copyright 2014, Simplilearn, All rights reserved.29
QUIZ
a.
b.
c.
d.
Which of the following is not a reflection of a co-located team?
6
Incidental interaction leads to productivity
Formal logging of knowledge
Team leverage tactile, low cost solutions like whiteboards, post-its, and index cards
Issues resolved informally, in a timely manner
Copyright 2014, Simplilearn, All rights reserved.30
QUIZ
a.
b.
c.
d.
Which of the following is not a reflection of a co-located team?
6
Answer: c.
Explanation: Distributed teams rely more on formal logging of knowledge, co-located team
can rely more on informal information sharing and osmotic communication.
Incidental interaction leads to productivity
Formal logging of knowledge
Team leverage tactile, low cost solutions like whiteboards, post-its, and index cards
Issues resolved informally, in a timely manner
Copyright 2014, Simplilearn, All rights reserved.31
QUIZ
a.
b.
c.
d.
What are the caves and commons?
7
A design pattern found in many web based architectures
Caves are senior team members while the commons are for average team members
The sprint backlog is referred to as the caves while the product backlog is the commons
A shared workspace for the team and a closed door room for private conversations
Copyright 2014, Simplilearn, All rights reserved.32
QUIZ
a.
b.
c.
d.
What are the caves and commons?
7
Answer: a.
Explanation: A shared workspace for the team and a closed door room for private
conversations or for concentrated activities. This term was first referenced in Stewart
Brand's book How Buildings Learn and can be found on the Extreme Programming website.
A design pattern found in many web based architectures
Caves are senior team members while the commons are for average team members
The sprint backlog is referred to as the caves while the product backlog is the commons
A shared workspace for the team and a closed door room for private conversations
Copyright 2014, Simplilearn, All rights reserved.33
QUIZ
a.
b.
c.
d.
Which of the following is not part of the daily stand-up set of questions?
8
What will you do tomorrow?
What is the your current velocity?
What’s in your way?
What did you do yesterday?
Copyright 2014, Simplilearn, All rights reserved.34
QUIZ
a.
b.
c.
d.
Which of the following is not part of the daily stand-up set of questions?
8
Answer: c.
Explanation: Velocity is a metric that is determined at the completion of a sprint or
iteration. It is not part of the daily stand-up.
What will you do tomorrow?
What is the your current velocity?
What’s in your way?
What did you do yesterday?
Copyright 2014, Simplilearn, All rights reserved.35
● The most valuable technique for project success is Communication.
● In documentation and modelling communication methods, more the human
interaction, more enriched and effective the communication.
● An information radiator displays information in a place where passersby can
see it and there are three broad types.
● There are differences in co-located and distributed teams as well as tools
and techniques that work well with both of them.
● Osmotic communication occurs when information is overheard in the
background of the team room and some of it is absorbed via osmosis.
Summary
Here is a quick
recap of what was
covered in this
lesson:
Copyright 2014, Simplilearn, All rights reserved.36
Copyright 2014, Simplilearn, All rights reserved.PMI® & ACP are the registered marks of Project Management Institute, Inc.
THANK YOU

Contenu connexe

Tendances

PMI-ACP Lesson 03 Nugget 2 Agile Planning, Monitoring and Adopting
PMI-ACP Lesson 03 Nugget 2 Agile Planning, Monitoring and AdoptingPMI-ACP Lesson 03 Nugget 2 Agile Planning, Monitoring and Adopting
PMI-ACP Lesson 03 Nugget 2 Agile Planning, Monitoring and AdoptingThanh Nguyen
 
Introduction to Agile and Lean Software Development
Introduction to Agile and Lean Software DevelopmentIntroduction to Agile and Lean Software Development
Introduction to Agile and Lean Software DevelopmentThanh Nguyen
 
Scaled Agile Framework (SAFe) 4.5 Tutorial ...
Scaled Agile Framework (SAFe) 4.5 Tutorial ...Scaled Agile Framework (SAFe) 4.5 Tutorial ...
Scaled Agile Framework (SAFe) 4.5 Tutorial ...David Rico
 
Agile Practices - eXtreme Programming
Agile Practices - eXtreme ProgrammingAgile Practices - eXtreme Programming
Agile Practices - eXtreme ProgrammingAniruddha Chakrabarti
 
Agile project management using scrum
Agile project management using scrumAgile project management using scrum
Agile project management using scrumPrudentialSolutions
 
Scrum 101
Scrum 101Scrum 101
Scrum 101beLithe
 
Agile-overview: Agile Manifesto, Agile principles and Agile Methodologies
Agile-overview: Agile Manifesto, Agile principles and Agile MethodologiesAgile-overview: Agile Manifesto, Agile principles and Agile Methodologies
Agile-overview: Agile Manifesto, Agile principles and Agile MethodologiesBalaji Sathram
 
JIRA Introduction | JIRA Tutorial | Atlassian JIRA Training | H2kinfosys
JIRA Introduction | JIRA Tutorial | Atlassian JIRA Training | H2kinfosysJIRA Introduction | JIRA Tutorial | Atlassian JIRA Training | H2kinfosys
JIRA Introduction | JIRA Tutorial | Atlassian JIRA Training | H2kinfosysH2Kinfosys
 
Agile Project Management for PMP's
Agile Project Management for PMP'sAgile Project Management for PMP's
Agile Project Management for PMP'sVersionOne
 
The 5 Levels Planning in Agile
The 5 Levels Planning in AgileThe 5 Levels Planning in Agile
The 5 Levels Planning in AgileDimitri Ponomareff
 
A proposed framework for Agile Roadmap Design and Maintenance
A proposed framework for Agile Roadmap Design and MaintenanceA proposed framework for Agile Roadmap Design and Maintenance
A proposed framework for Agile Roadmap Design and MaintenanceJérôme Kehrli
 

Tendances (20)

PMI-ACP Lesson 03 Nugget 2 Agile Planning, Monitoring and Adopting
PMI-ACP Lesson 03 Nugget 2 Agile Planning, Monitoring and AdoptingPMI-ACP Lesson 03 Nugget 2 Agile Planning, Monitoring and Adopting
PMI-ACP Lesson 03 Nugget 2 Agile Planning, Monitoring and Adopting
 
Introduction to Agile and Lean Software Development
Introduction to Agile and Lean Software DevelopmentIntroduction to Agile and Lean Software Development
Introduction to Agile and Lean Software Development
 
What Is Agile Scrum
What Is Agile ScrumWhat Is Agile Scrum
What Is Agile Scrum
 
Agile estimation
Agile estimationAgile estimation
Agile estimation
 
Scaled Agile Framework (SAFe) 4.5 Tutorial ...
Scaled Agile Framework (SAFe) 4.5 Tutorial ...Scaled Agile Framework (SAFe) 4.5 Tutorial ...
Scaled Agile Framework (SAFe) 4.5 Tutorial ...
 
Introduction to Agile and Scrum
Introduction to Agile and ScrumIntroduction to Agile and Scrum
Introduction to Agile and Scrum
 
Agile Practices - eXtreme Programming
Agile Practices - eXtreme ProgrammingAgile Practices - eXtreme Programming
Agile Practices - eXtreme Programming
 
Agile project management using scrum
Agile project management using scrumAgile project management using scrum
Agile project management using scrum
 
Scrum 101
Scrum 101Scrum 101
Scrum 101
 
The Agile PMO
The Agile PMOThe Agile PMO
The Agile PMO
 
Agile-overview: Agile Manifesto, Agile principles and Agile Methodologies
Agile-overview: Agile Manifesto, Agile principles and Agile MethodologiesAgile-overview: Agile Manifesto, Agile principles and Agile Methodologies
Agile-overview: Agile Manifesto, Agile principles and Agile Methodologies
 
Product Backlog Management
Product Backlog ManagementProduct Backlog Management
Product Backlog Management
 
JIRA Introduction | JIRA Tutorial | Atlassian JIRA Training | H2kinfosys
JIRA Introduction | JIRA Tutorial | Atlassian JIRA Training | H2kinfosysJIRA Introduction | JIRA Tutorial | Atlassian JIRA Training | H2kinfosys
JIRA Introduction | JIRA Tutorial | Atlassian JIRA Training | H2kinfosys
 
Agile Project Management for PMP's
Agile Project Management for PMP'sAgile Project Management for PMP's
Agile Project Management for PMP's
 
Agile
AgileAgile
Agile
 
Scrum Cheat Sheet
Scrum Cheat SheetScrum Cheat Sheet
Scrum Cheat Sheet
 
Agile Methodology
Agile MethodologyAgile Methodology
Agile Methodology
 
The 5 Levels Planning in Agile
The 5 Levels Planning in AgileThe 5 Levels Planning in Agile
The 5 Levels Planning in Agile
 
Scrum in an hour
Scrum in an hourScrum in an hour
Scrum in an hour
 
A proposed framework for Agile Roadmap Design and Maintenance
A proposed framework for Agile Roadmap Design and MaintenanceA proposed framework for Agile Roadmap Design and Maintenance
A proposed framework for Agile Roadmap Design and Maintenance
 

En vedette

Rapid Software Development Process
Rapid Software Development ProcessRapid Software Development Process
Rapid Software Development ProcessThanh Nguyen
 
PMI-ACP Lesson 06 Quality
PMI-ACP Lesson 06 QualityPMI-ACP Lesson 06 Quality
PMI-ACP Lesson 06 QualityThanh Nguyen
 
PMI-ACP Lesson 12 Knowledge and Skills Nugget 2
PMI-ACP Lesson 12 Knowledge and Skills Nugget 2PMI-ACP Lesson 12 Knowledge and Skills Nugget 2
PMI-ACP Lesson 12 Knowledge and Skills Nugget 2Thanh Nguyen
 
PMI-ACP Lesson 12 Knowledge and Skills Nugget 3
PMI-ACP Lesson 12 Knowledge and Skills Nugget 3PMI-ACP Lesson 12 Knowledge and Skills Nugget 3
PMI-ACP Lesson 12 Knowledge and Skills Nugget 3Thanh Nguyen
 
PMI-ACP Lesson 12 Knowledge and Skills Nugget 1
PMI-ACP Lesson 12 Knowledge and Skills Nugget 1PMI-ACP Lesson 12 Knowledge and Skills Nugget 1
PMI-ACP Lesson 12 Knowledge and Skills Nugget 1Thanh Nguyen
 
PMI-ACP Lesson 12 Knowledge and Skills Nugget 4
PMI-ACP Lesson 12 Knowledge and Skills Nugget 4PMI-ACP Lesson 12 Knowledge and Skills Nugget 4
PMI-ACP Lesson 12 Knowledge and Skills Nugget 4Thanh Nguyen
 
PMI-ACP Lesson 03 Nugget 3 Agile Planning, Monitoring, and Adopting
PMI-ACP Lesson 03 Nugget 3  Agile Planning, Monitoring, and AdoptingPMI-ACP Lesson 03 Nugget 3  Agile Planning, Monitoring, and Adopting
PMI-ACP Lesson 03 Nugget 3 Agile Planning, Monitoring, and AdoptingThanh Nguyen
 
4 young millionaires: Who they are and how they got there
4 young millionaires: Who they are and how they got there4 young millionaires: Who they are and how they got there
4 young millionaires: Who they are and how they got thereSimplilearn
 
Agile project management framework
Agile project management frameworkAgile project management framework
Agile project management frameworkstefanhenry
 
ITIL Foundation Training
ITIL Foundation TrainingITIL Foundation Training
ITIL Foundation Trainingstefanhenry
 
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...Edureka!
 

En vedette (11)

Rapid Software Development Process
Rapid Software Development ProcessRapid Software Development Process
Rapid Software Development Process
 
PMI-ACP Lesson 06 Quality
PMI-ACP Lesson 06 QualityPMI-ACP Lesson 06 Quality
PMI-ACP Lesson 06 Quality
 
PMI-ACP Lesson 12 Knowledge and Skills Nugget 2
PMI-ACP Lesson 12 Knowledge and Skills Nugget 2PMI-ACP Lesson 12 Knowledge and Skills Nugget 2
PMI-ACP Lesson 12 Knowledge and Skills Nugget 2
 
PMI-ACP Lesson 12 Knowledge and Skills Nugget 3
PMI-ACP Lesson 12 Knowledge and Skills Nugget 3PMI-ACP Lesson 12 Knowledge and Skills Nugget 3
PMI-ACP Lesson 12 Knowledge and Skills Nugget 3
 
PMI-ACP Lesson 12 Knowledge and Skills Nugget 1
PMI-ACP Lesson 12 Knowledge and Skills Nugget 1PMI-ACP Lesson 12 Knowledge and Skills Nugget 1
PMI-ACP Lesson 12 Knowledge and Skills Nugget 1
 
PMI-ACP Lesson 12 Knowledge and Skills Nugget 4
PMI-ACP Lesson 12 Knowledge and Skills Nugget 4PMI-ACP Lesson 12 Knowledge and Skills Nugget 4
PMI-ACP Lesson 12 Knowledge and Skills Nugget 4
 
PMI-ACP Lesson 03 Nugget 3 Agile Planning, Monitoring, and Adopting
PMI-ACP Lesson 03 Nugget 3  Agile Planning, Monitoring, and AdoptingPMI-ACP Lesson 03 Nugget 3  Agile Planning, Monitoring, and Adopting
PMI-ACP Lesson 03 Nugget 3 Agile Planning, Monitoring, and Adopting
 
4 young millionaires: Who they are and how they got there
4 young millionaires: Who they are and how they got there4 young millionaires: Who they are and how they got there
4 young millionaires: Who they are and how they got there
 
Agile project management framework
Agile project management frameworkAgile project management framework
Agile project management framework
 
ITIL Foundation Training
ITIL Foundation TrainingITIL Foundation Training
ITIL Foundation Training
 
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
 

Similaire à PMI-ACP Lesson 02 Agile Communication

Agile Protoyping in Academia
Agile Protoyping in AcademiaAgile Protoyping in Academia
Agile Protoyping in AcademiaDavid F. Flanders
 
Agile Business Day 2020 - Refinement - Unlock the full potential of your refi...
Agile Business Day 2020 - Refinement- Unlock the full potential of your refi...Agile Business Day 2020 - Refinement- Unlock the full potential of your refi...
Agile Business Day 2020 - Refinement - Unlock the full potential of your refi...Derk-Jan de Grood
 
Agile Requirements Agile Philly Handouts
Agile Requirements Agile Philly HandoutsAgile Requirements Agile Philly Handouts
Agile Requirements Agile Philly HandoutsDoniel Wilson
 
Agile Requirements Management
Agile Requirements Management Agile Requirements Management
Agile Requirements Management Liana Underwood
 
PMI-ACP Lesson 01 Nugget 1 Introduction to Agile
PMI-ACP Lesson 01 Nugget 1 Introduction to AgilePMI-ACP Lesson 01 Nugget 1 Introduction to Agile
PMI-ACP Lesson 01 Nugget 1 Introduction to AgileThanh Nguyen
 
128 -The Great Migration What I Learned Transitioning 1000 Customers To Our N...
128 -The Great Migration What I Learned Transitioning 1000 Customers To Our N...128 -The Great Migration What I Learned Transitioning 1000 Customers To Our N...
128 -The Great Migration What I Learned Transitioning 1000 Customers To Our N...ProductCamp Boston
 
190228 service design in japan en
190228 service design in japan en190228 service design in japan en
190228 service design in japan enKenji Hiramoto
 
Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017
Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017
Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017AgileNZ Conference
 
Webinar | Good Guys vs. Bad Data: How to Be a Data Quality Hero
Webinar | Good Guys vs. Bad Data: How to Be a Data Quality HeroWebinar | Good Guys vs. Bad Data: How to Be a Data Quality Hero
Webinar | Good Guys vs. Bad Data: How to Be a Data Quality HeroAngela Sun
 
Google Design sprint
Google Design sprintGoogle Design sprint
Google Design sprintBruno Mendes
 
Walk, Don't Run: Incremental Change in Enterprise UX
Walk, Don't Run: Incremental Change in Enterprise UXWalk, Don't Run: Incremental Change in Enterprise UX
Walk, Don't Run: Incremental Change in Enterprise UXuxpin
 
Marketing scrum at VODW dag
Marketing scrum at VODW dagMarketing scrum at VODW dag
Marketing scrum at VODW dagJeroen Molenaar
 
TRANSFORMING THE LEARNER’S LANDSCAPE
TRANSFORMING THE LEARNER’S LANDSCAPETRANSFORMING THE LEARNER’S LANDSCAPE
TRANSFORMING THE LEARNER’S LANDSCAPEHuman Capital Media
 
Scrum 18 months later
Scrum 18 months laterScrum 18 months later
Scrum 18 months laterCraig Brown
 
Introducing Agile Methodologies
Introducing Agile MethodologiesIntroducing Agile Methodologies
Introducing Agile MethodologiesStfalcon Meetups
 
Doniel Wilson Presents: Surviving the Shift. Agile and its Impact to your Fut...
Doniel Wilson Presents: Surviving the Shift. Agile and its Impact to your Fut...Doniel Wilson Presents: Surviving the Shift. Agile and its Impact to your Fut...
Doniel Wilson Presents: Surviving the Shift. Agile and its Impact to your Fut...Liana Underwood
 

Similaire à PMI-ACP Lesson 02 Agile Communication (20)

Agile Protoyping in Academia
Agile Protoyping in AcademiaAgile Protoyping in Academia
Agile Protoyping in Academia
 
Agile Business Day 2020 - Refinement - Unlock the full potential of your refi...
Agile Business Day 2020 - Refinement- Unlock the full potential of your refi...Agile Business Day 2020 - Refinement- Unlock the full potential of your refi...
Agile Business Day 2020 - Refinement - Unlock the full potential of your refi...
 
Agile Requirements Agile Philly Handouts
Agile Requirements Agile Philly HandoutsAgile Requirements Agile Philly Handouts
Agile Requirements Agile Philly Handouts
 
Agile Requirements Management
Agile Requirements Management Agile Requirements Management
Agile Requirements Management
 
Testers in an agile world
Testers in an agile worldTesters in an agile world
Testers in an agile world
 
Restless developer
Restless developerRestless developer
Restless developer
 
PMI-ACP Lesson 01 Nugget 1 Introduction to Agile
PMI-ACP Lesson 01 Nugget 1 Introduction to AgilePMI-ACP Lesson 01 Nugget 1 Introduction to Agile
PMI-ACP Lesson 01 Nugget 1 Introduction to Agile
 
Ben Mkt 347 Week 4
Ben Mkt 347 Week 4Ben Mkt 347 Week 4
Ben Mkt 347 Week 4
 
128 -The Great Migration What I Learned Transitioning 1000 Customers To Our N...
128 -The Great Migration What I Learned Transitioning 1000 Customers To Our N...128 -The Great Migration What I Learned Transitioning 1000 Customers To Our N...
128 -The Great Migration What I Learned Transitioning 1000 Customers To Our N...
 
190228 service design in japan en
190228 service design in japan en190228 service design in japan en
190228 service design in japan en
 
Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017
Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017
Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017
 
Webinar | Good Guys vs. Bad Data: How to Be a Data Quality Hero
Webinar | Good Guys vs. Bad Data: How to Be a Data Quality HeroWebinar | Good Guys vs. Bad Data: How to Be a Data Quality Hero
Webinar | Good Guys vs. Bad Data: How to Be a Data Quality Hero
 
Google Design sprint
Google Design sprintGoogle Design sprint
Google Design sprint
 
Walk, Don't Run: Incremental Change in Enterprise UX
Walk, Don't Run: Incremental Change in Enterprise UXWalk, Don't Run: Incremental Change in Enterprise UX
Walk, Don't Run: Incremental Change in Enterprise UX
 
Marketing scrum at VODW dag
Marketing scrum at VODW dagMarketing scrum at VODW dag
Marketing scrum at VODW dag
 
Research
ResearchResearch
Research
 
TRANSFORMING THE LEARNER’S LANDSCAPE
TRANSFORMING THE LEARNER’S LANDSCAPETRANSFORMING THE LEARNER’S LANDSCAPE
TRANSFORMING THE LEARNER’S LANDSCAPE
 
Scrum 18 months later
Scrum 18 months laterScrum 18 months later
Scrum 18 months later
 
Introducing Agile Methodologies
Introducing Agile MethodologiesIntroducing Agile Methodologies
Introducing Agile Methodologies
 
Doniel Wilson Presents: Surviving the Shift. Agile and its Impact to your Fut...
Doniel Wilson Presents: Surviving the Shift. Agile and its Impact to your Fut...Doniel Wilson Presents: Surviving the Shift. Agile and its Impact to your Fut...
Doniel Wilson Presents: Surviving the Shift. Agile and its Impact to your Fut...
 

Plus de Thanh Nguyen

Building a NFT Marketplace DApp
Building a NFT Marketplace DAppBuilding a NFT Marketplace DApp
Building a NFT Marketplace DAppThanh Nguyen
 
Serverless Architecture 101 ⚡
Serverless Architecture 101 ⚡Serverless Architecture 101 ⚡
Serverless Architecture 101 ⚡Thanh Nguyen
 
The fundamentals of AWS Cloud Security 🛠⛅️🚀
The fundamentals of AWS Cloud Security 🛠⛅️🚀The fundamentals of AWS Cloud Security 🛠⛅️🚀
The fundamentals of AWS Cloud Security 🛠⛅️🚀Thanh Nguyen
 
Migrating Monolithic Applications with the Strangler Pattern
Migrating Monolithic Applications with the Strangler Pattern Migrating Monolithic Applications with the Strangler Pattern
Migrating Monolithic Applications with the Strangler Pattern Thanh Nguyen
 
E301 Elastic Beanstalk PaaS
E301 Elastic Beanstalk PaaSE301 Elastic Beanstalk PaaS
E301 Elastic Beanstalk PaaSThanh Nguyen
 
Serverless Data Lake on AWS
Serverless Data Lake on AWSServerless Data Lake on AWS
Serverless Data Lake on AWSThanh Nguyen
 
SmartChat WhatsApp-clone using AWS Amplify AppSync
SmartChat WhatsApp-clone using AWS Amplify AppSyncSmartChat WhatsApp-clone using AWS Amplify AppSync
SmartChat WhatsApp-clone using AWS Amplify AppSyncThanh Nguyen
 
Introduction to Ethereum Blockchain & Smart Contract
Introduction to Ethereum Blockchain & Smart ContractIntroduction to Ethereum Blockchain & Smart Contract
Introduction to Ethereum Blockchain & Smart ContractThanh Nguyen
 
Amazon AWS Free-Tier
Amazon AWS Free-TierAmazon AWS Free-Tier
Amazon AWS Free-TierThanh Nguyen
 
PMI ACP Classroom Question Paper
PMI ACP Classroom Question PaperPMI ACP Classroom Question Paper
PMI ACP Classroom Question PaperThanh Nguyen
 
PMI ACP Classroom Question Paper with Answers
PMI ACP Classroom Question Paper with AnswersPMI ACP Classroom Question Paper with Answers
PMI ACP Classroom Question Paper with AnswersThanh Nguyen
 
PMI-ACP Case Study
PMI-ACP Case StudyPMI-ACP Case Study
PMI-ACP Case StudyThanh Nguyen
 
PMI-ACP Lesson 11 Agile Value Stream Analysis
PMI-ACP Lesson 11 Agile Value Stream AnalysisPMI-ACP Lesson 11 Agile Value Stream Analysis
PMI-ACP Lesson 11 Agile Value Stream AnalysisThanh Nguyen
 
PMI-ACP Lesson 08 Nugget 2 Agile & Scrum - Value-Based Prioritization
PMI-ACP Lesson 08 Nugget 2 Agile & Scrum - Value-Based PrioritizationPMI-ACP Lesson 08 Nugget 2 Agile & Scrum - Value-Based Prioritization
PMI-ACP Lesson 08 Nugget 2 Agile & Scrum - Value-Based PrioritizationThanh Nguyen
 
PMI-ACP Lesson 08 Nugget 1 Agile & Scrum Value-based Prioritization
PMI-ACP Lesson 08 Nugget 1 Agile & Scrum Value-based PrioritizationPMI-ACP Lesson 08 Nugget 1 Agile & Scrum Value-based Prioritization
PMI-ACP Lesson 08 Nugget 1 Agile & Scrum Value-based PrioritizationThanh Nguyen
 
PMI-ACP Lesson 07 Soft Skills Negotiation
PMI-ACP Lesson 07 Soft Skills NegotiationPMI-ACP Lesson 07 Soft Skills Negotiation
PMI-ACP Lesson 07 Soft Skills NegotiationThanh Nguyen
 

Plus de Thanh Nguyen (16)

Building a NFT Marketplace DApp
Building a NFT Marketplace DAppBuilding a NFT Marketplace DApp
Building a NFT Marketplace DApp
 
Serverless Architecture 101 ⚡
Serverless Architecture 101 ⚡Serverless Architecture 101 ⚡
Serverless Architecture 101 ⚡
 
The fundamentals of AWS Cloud Security 🛠⛅️🚀
The fundamentals of AWS Cloud Security 🛠⛅️🚀The fundamentals of AWS Cloud Security 🛠⛅️🚀
The fundamentals of AWS Cloud Security 🛠⛅️🚀
 
Migrating Monolithic Applications with the Strangler Pattern
Migrating Monolithic Applications with the Strangler Pattern Migrating Monolithic Applications with the Strangler Pattern
Migrating Monolithic Applications with the Strangler Pattern
 
E301 Elastic Beanstalk PaaS
E301 Elastic Beanstalk PaaSE301 Elastic Beanstalk PaaS
E301 Elastic Beanstalk PaaS
 
Serverless Data Lake on AWS
Serverless Data Lake on AWSServerless Data Lake on AWS
Serverless Data Lake on AWS
 
SmartChat WhatsApp-clone using AWS Amplify AppSync
SmartChat WhatsApp-clone using AWS Amplify AppSyncSmartChat WhatsApp-clone using AWS Amplify AppSync
SmartChat WhatsApp-clone using AWS Amplify AppSync
 
Introduction to Ethereum Blockchain & Smart Contract
Introduction to Ethereum Blockchain & Smart ContractIntroduction to Ethereum Blockchain & Smart Contract
Introduction to Ethereum Blockchain & Smart Contract
 
Amazon AWS Free-Tier
Amazon AWS Free-TierAmazon AWS Free-Tier
Amazon AWS Free-Tier
 
PMI ACP Classroom Question Paper
PMI ACP Classroom Question PaperPMI ACP Classroom Question Paper
PMI ACP Classroom Question Paper
 
PMI ACP Classroom Question Paper with Answers
PMI ACP Classroom Question Paper with AnswersPMI ACP Classroom Question Paper with Answers
PMI ACP Classroom Question Paper with Answers
 
PMI-ACP Case Study
PMI-ACP Case StudyPMI-ACP Case Study
PMI-ACP Case Study
 
PMI-ACP Lesson 11 Agile Value Stream Analysis
PMI-ACP Lesson 11 Agile Value Stream AnalysisPMI-ACP Lesson 11 Agile Value Stream Analysis
PMI-ACP Lesson 11 Agile Value Stream Analysis
 
PMI-ACP Lesson 08 Nugget 2 Agile & Scrum - Value-Based Prioritization
PMI-ACP Lesson 08 Nugget 2 Agile & Scrum - Value-Based PrioritizationPMI-ACP Lesson 08 Nugget 2 Agile & Scrum - Value-Based Prioritization
PMI-ACP Lesson 08 Nugget 2 Agile & Scrum - Value-Based Prioritization
 
PMI-ACP Lesson 08 Nugget 1 Agile & Scrum Value-based Prioritization
PMI-ACP Lesson 08 Nugget 1 Agile & Scrum Value-based PrioritizationPMI-ACP Lesson 08 Nugget 1 Agile & Scrum Value-based Prioritization
PMI-ACP Lesson 08 Nugget 1 Agile & Scrum Value-based Prioritization
 
PMI-ACP Lesson 07 Soft Skills Negotiation
PMI-ACP Lesson 07 Soft Skills NegotiationPMI-ACP Lesson 07 Soft Skills Negotiation
PMI-ACP Lesson 07 Soft Skills Negotiation
 

Dernier

Effective learning in the Age of Hybrid Work - Agile Saturday Tallinn 2024
Effective learning in the Age of Hybrid Work - Agile Saturday Tallinn 2024Effective learning in the Age of Hybrid Work - Agile Saturday Tallinn 2024
Effective learning in the Age of Hybrid Work - Agile Saturday Tallinn 2024Giuseppe De Simone
 
Call Us🔝⇛+91-97111🔝47426 Call In girls Munirka (DELHI)
Call Us🔝⇛+91-97111🔝47426 Call In girls Munirka (DELHI)Call Us🔝⇛+91-97111🔝47426 Call In girls Munirka (DELHI)
Call Us🔝⇛+91-97111🔝47426 Call In girls Munirka (DELHI)jennyeacort
 
Beyond the Five Whys: Exploring the Hierarchical Causes with the Why-Why Diagram
Beyond the Five Whys: Exploring the Hierarchical Causes with the Why-Why DiagramBeyond the Five Whys: Exploring the Hierarchical Causes with the Why-Why Diagram
Beyond the Five Whys: Exploring the Hierarchical Causes with the Why-Why DiagramCIToolkit
 
Digital PR Summit - Leadership Lessons: Myths, Mistakes, & Toxic Traits
Digital PR Summit - Leadership Lessons: Myths, Mistakes, & Toxic TraitsDigital PR Summit - Leadership Lessons: Myths, Mistakes, & Toxic Traits
Digital PR Summit - Leadership Lessons: Myths, Mistakes, & Toxic TraitsHannah Smith
 
Unlocking Productivity and Personal Growth through the Importance-Urgency Matrix
Unlocking Productivity and Personal Growth through the Importance-Urgency MatrixUnlocking Productivity and Personal Growth through the Importance-Urgency Matrix
Unlocking Productivity and Personal Growth through the Importance-Urgency MatrixCIToolkit
 
From Goals to Actions: Uncovering the Key Components of Improvement Roadmaps
From Goals to Actions: Uncovering the Key Components of Improvement RoadmapsFrom Goals to Actions: Uncovering the Key Components of Improvement Roadmaps
From Goals to Actions: Uncovering the Key Components of Improvement RoadmapsCIToolkit
 
The Final Activity in Project Management
The Final Activity in Project ManagementThe Final Activity in Project Management
The Final Activity in Project ManagementCIToolkit
 
Reflecting, turning experience into insight
Reflecting, turning experience into insightReflecting, turning experience into insight
Reflecting, turning experience into insightWayne Abrahams
 
How-How Diagram: A Practical Approach to Problem Resolution
How-How Diagram: A Practical Approach to Problem ResolutionHow-How Diagram: A Practical Approach to Problem Resolution
How-How Diagram: A Practical Approach to Problem ResolutionCIToolkit
 
Simplifying Complexity: How the Four-Field Matrix Reshapes Thinking
Simplifying Complexity: How the Four-Field Matrix Reshapes ThinkingSimplifying Complexity: How the Four-Field Matrix Reshapes Thinking
Simplifying Complexity: How the Four-Field Matrix Reshapes ThinkingCIToolkit
 
原版1:1复刻密西西比大学毕业证Mississippi毕业证留信学历认证
原版1:1复刻密西西比大学毕业证Mississippi毕业证留信学历认证原版1:1复刻密西西比大学毕业证Mississippi毕业证留信学历认证
原版1:1复刻密西西比大学毕业证Mississippi毕业证留信学历认证jdkhjh
 
Measuring True Process Yield using Robust Yield Metrics
Measuring True Process Yield using Robust Yield MetricsMeasuring True Process Yield using Robust Yield Metrics
Measuring True Process Yield using Robust Yield MetricsCIToolkit
 
Shaping Organizational Culture Beyond Wishful Thinking
Shaping Organizational Culture Beyond Wishful ThinkingShaping Organizational Culture Beyond Wishful Thinking
Shaping Organizational Culture Beyond Wishful ThinkingGiuseppe De Simone
 
From Red to Green: Enhancing Decision-Making with Traffic Light Assessment
From Red to Green: Enhancing Decision-Making with Traffic Light AssessmentFrom Red to Green: Enhancing Decision-Making with Traffic Light Assessment
From Red to Green: Enhancing Decision-Making with Traffic Light AssessmentCIToolkit
 
Paired Comparison Analysis: A Practical Tool for Evaluating Options and Prior...
Paired Comparison Analysis: A Practical Tool for Evaluating Options and Prior...Paired Comparison Analysis: A Practical Tool for Evaluating Options and Prior...
Paired Comparison Analysis: A Practical Tool for Evaluating Options and Prior...CIToolkit
 
Farmer Representative Organization in Lucknow | Rashtriya Kisan Manch
Farmer Representative Organization in Lucknow | Rashtriya Kisan ManchFarmer Representative Organization in Lucknow | Rashtriya Kisan Manch
Farmer Representative Organization in Lucknow | Rashtriya Kisan ManchRashtriya Kisan Manch
 

Dernier (16)

Effective learning in the Age of Hybrid Work - Agile Saturday Tallinn 2024
Effective learning in the Age of Hybrid Work - Agile Saturday Tallinn 2024Effective learning in the Age of Hybrid Work - Agile Saturday Tallinn 2024
Effective learning in the Age of Hybrid Work - Agile Saturday Tallinn 2024
 
Call Us🔝⇛+91-97111🔝47426 Call In girls Munirka (DELHI)
Call Us🔝⇛+91-97111🔝47426 Call In girls Munirka (DELHI)Call Us🔝⇛+91-97111🔝47426 Call In girls Munirka (DELHI)
Call Us🔝⇛+91-97111🔝47426 Call In girls Munirka (DELHI)
 
Beyond the Five Whys: Exploring the Hierarchical Causes with the Why-Why Diagram
Beyond the Five Whys: Exploring the Hierarchical Causes with the Why-Why DiagramBeyond the Five Whys: Exploring the Hierarchical Causes with the Why-Why Diagram
Beyond the Five Whys: Exploring the Hierarchical Causes with the Why-Why Diagram
 
Digital PR Summit - Leadership Lessons: Myths, Mistakes, & Toxic Traits
Digital PR Summit - Leadership Lessons: Myths, Mistakes, & Toxic TraitsDigital PR Summit - Leadership Lessons: Myths, Mistakes, & Toxic Traits
Digital PR Summit - Leadership Lessons: Myths, Mistakes, & Toxic Traits
 
Unlocking Productivity and Personal Growth through the Importance-Urgency Matrix
Unlocking Productivity and Personal Growth through the Importance-Urgency MatrixUnlocking Productivity and Personal Growth through the Importance-Urgency Matrix
Unlocking Productivity and Personal Growth through the Importance-Urgency Matrix
 
From Goals to Actions: Uncovering the Key Components of Improvement Roadmaps
From Goals to Actions: Uncovering the Key Components of Improvement RoadmapsFrom Goals to Actions: Uncovering the Key Components of Improvement Roadmaps
From Goals to Actions: Uncovering the Key Components of Improvement Roadmaps
 
The Final Activity in Project Management
The Final Activity in Project ManagementThe Final Activity in Project Management
The Final Activity in Project Management
 
Reflecting, turning experience into insight
Reflecting, turning experience into insightReflecting, turning experience into insight
Reflecting, turning experience into insight
 
How-How Diagram: A Practical Approach to Problem Resolution
How-How Diagram: A Practical Approach to Problem ResolutionHow-How Diagram: A Practical Approach to Problem Resolution
How-How Diagram: A Practical Approach to Problem Resolution
 
Simplifying Complexity: How the Four-Field Matrix Reshapes Thinking
Simplifying Complexity: How the Four-Field Matrix Reshapes ThinkingSimplifying Complexity: How the Four-Field Matrix Reshapes Thinking
Simplifying Complexity: How the Four-Field Matrix Reshapes Thinking
 
原版1:1复刻密西西比大学毕业证Mississippi毕业证留信学历认证
原版1:1复刻密西西比大学毕业证Mississippi毕业证留信学历认证原版1:1复刻密西西比大学毕业证Mississippi毕业证留信学历认证
原版1:1复刻密西西比大学毕业证Mississippi毕业证留信学历认证
 
Measuring True Process Yield using Robust Yield Metrics
Measuring True Process Yield using Robust Yield MetricsMeasuring True Process Yield using Robust Yield Metrics
Measuring True Process Yield using Robust Yield Metrics
 
Shaping Organizational Culture Beyond Wishful Thinking
Shaping Organizational Culture Beyond Wishful ThinkingShaping Organizational Culture Beyond Wishful Thinking
Shaping Organizational Culture Beyond Wishful Thinking
 
From Red to Green: Enhancing Decision-Making with Traffic Light Assessment
From Red to Green: Enhancing Decision-Making with Traffic Light AssessmentFrom Red to Green: Enhancing Decision-Making with Traffic Light Assessment
From Red to Green: Enhancing Decision-Making with Traffic Light Assessment
 
Paired Comparison Analysis: A Practical Tool for Evaluating Options and Prior...
Paired Comparison Analysis: A Practical Tool for Evaluating Options and Prior...Paired Comparison Analysis: A Practical Tool for Evaluating Options and Prior...
Paired Comparison Analysis: A Practical Tool for Evaluating Options and Prior...
 
Farmer Representative Organization in Lucknow | Rashtriya Kisan Manch
Farmer Representative Organization in Lucknow | Rashtriya Kisan ManchFarmer Representative Organization in Lucknow | Rashtriya Kisan Manch
Farmer Representative Organization in Lucknow | Rashtriya Kisan Manch
 

PMI-ACP Lesson 02 Agile Communication

  • 1. Copyright 2014, Simplilearn, All rights reserved.1 PMI® & ACP are the registered marks of Project Management Institute, Inc. Copyright 2014, Simplilearn, All rights reserved. Agile Communication PMI®—Agile Certified Practitioner (PMI-ACP)®
  • 2. Copyright 2014, Simplilearn, All rights reserved.2 ● Define project communication ● Differentiate between various types of project communication ● Describe Agile tooling After completing this lesson, you will be able to: Objectives
  • 3. Copyright 2014, Simplilearn, All rights reserved.3 Project Communication Every project manager quickly learns that the most valuable technique for project success is communication. However, there are many different types of communication and not all of them are as effective at communicating ideas. Agile emphasizes that the most effective communication occurs face-to-face.
  • 4. Copyright 2014, Simplilearn, All rights reserved.4 Information Radiators "An information radiator displays information in a place where passersby can see it. With information radiators, the passersby don't need to ask any question; the information simply hits them as they pass."—Alistair Cockburn ● This concept was invented by Alistair Cockburn. ● Information radiators enable team members to view the current state of the project and its progress. ● Most Agile teams implement it to some degree in their processes. ● Most popular information radiators are: o Task boards o Big visible charts (Includes burndown charts) o Continuous integration build health indicators (Including lava lamps and street lights)
  • 5. Copyright 2014, Simplilearn, All rights reserved.5 Task Board The image represents an example of task board which is used as information radiator during project implementation.
  • 6. Copyright 2014, Simplilearn, All rights reserved.6 Big Visible Charts These are a part of the information radiator family and are referenced as part of the Extreme Programming (XP). ● Intent for these is to provide information to the team and also non-team members, easily and without a lot of context ● These charts are casual, usually hand-drawn, big, and showcase important project information ● It’s working when: ○ people stop and read the charts; ○ team members don’t complain about updating them; and ○ they reflect the reality of the project.
  • 7. Copyright 2014, Simplilearn, All rights reserved.7 Effective Information Radiators Effective information radiators should be: ● Simple: Brief and concise. ● Stark: Errors should not be masked, rather should be used to improve the work and performance. ● Current: Information displayed should be the latest. ● Transient: Once the problem has been rectified, it should be taken off from the chart. ● Influential: Empowers the team to take decisions. ● Highly visible: Easy to see and understand. ● Minimal in number: Not so many that they drown out other information.
  • 8. Copyright 2014, Simplilearn, All rights reserved.8 Team Space Team space is sometimes referred to as a ‘war room.’ This involves getting the entire team together in one room and working on factors that foster communication as well as motivation leading to higher productivity.
  • 9. Copyright 2014, Simplilearn, All rights reserved.9 Signs of Bad Team Space Bad team spaces can lead to chaotic and unproductive team output.
  • 10. Copyright 2014, Simplilearn, All rights reserved.10 Two types of teams can be identified. Co-located vs. Distributed Teams Distributed TeamCo-located Team ● Team members seated together in a room, creating a “war room” ● Issues resolved informally in a timely manner ● Incidental interaction leads to productivity ● Team decides which roles to adopt based on sprint goals ● Team leverage tactile, low cost solutions ● Teams distributed geographically, either locally or globally ● Formal logging of knowledge ● Structured use of processes ● Explicit role definition via tasks ● Exploiting technology for collaboration
  • 11. Copyright 2014, Simplilearn, All rights reserved.11 Osmotic Communications Osmotic communication occurs when information is overheard in the background of the team room and some of it is absorbed via osmosis. Distributed TeamCo-located Team ● Team members to be seated in a war room so as to overhear useful information ● Caves and Commons pattern: ‘Caves’: for phone calls, short meetings, or for team members to concentrate ● ‘Commons’: open, shared workspaces for the team where osmotic communication occurs ● Use of live video conferencing ● Use of group chat Instant Messaging ● When sending mail, choose the recipient(s) and CC the rest of the team ● Forums or corporate information hubs
  • 12. Copyright 2014, Simplilearn, All rights reserved.12 Daily stand-up meetings share progress on the sprint or iteration. Team members stand to keep the meeting focused and short. The stand-up is where each team member makes a commitment on what they will complete for the rest of the team to hear. ● Scrum specifies that the meetings should be timeboxed to 15 minutes. ● Only ‘committed’ team members are involved, with each participant answering 3 questions: o What did you do yesterday? o What will you do today? o What’s in your way? Daily Stand-up Meeting
  • 13. Copyright 2014, Simplilearn, All rights reserved.13 Multiple Open source tools are available are: ● Agile specific project management tools (e.g. xplanner) ● Continuous integration build tools (e.g. cruise control) ● Automated testing tools (e.g. Junit, Fitnesse) ● Agile software configuration management tools (e.g. subversion) Agile Tooling
  • 14. Copyright 2014, Simplilearn, All rights reserved.14 Natasha Lisovskii, the Scrum Master at Nutri Worldwide was monitoring an R&D project of developing a new Customer Relationship Management software package. Despite following Agile methodology, the project was behind schedule. The graphic below shows how the team members were working in silos and communicating through e-mails and physical documents. List the changes that the Agile coach should implement to reduce the communication gap within the team. Communication Gap—Example Write verification scripts to validate results Testers Monitors the R&D Project Scrum Master Translate the information into executable codes Developers Extract knowledge about requirements from customers Business Analysts
  • 15. Copyright 2014, Simplilearn, All rights reserved.15 Listed are some of the recommended changes to help the team overcome the issues faced: Communication Gap Example—Explanation Ensure daily stand up meetings are conducted. Use minimal documentation and increase face to face communication. Use Kanban/Task board to track the progress of the user stories. Use Burnup and Burndown charts to show the progress of the sprint and release. Introduce video and audio conferencing facilities.
  • 16. Copyright 2014, Simplilearn, All rights reserved.16 Tony Orlando, the Executive Vice President of Sales and Marketing at Fairfax was asked about the primary reason behind project failures. The reason cited was the contradictory goals of different stakeholders working on the same project. The graphic below showcases the challenge faced. Real Life Example Demands a good user experience Wants to write good and clean codes Want the product to succeed Lack of communication between different stakeholders Developer Marketing, Sales, and Finance Personnel Customer
  • 17. Copyright 2014, Simplilearn, All rights reserved.17 Tony cited that the failure of new initiatives was due to disconnect between business units (marketing, sales, and finance) and IT goals. It was out of these seemingly contradictory goals that the Agile development framework was born, and its principles are very important in business today. In Agile, the focus shifts from the project to the product. The graphic below shows the communication channels and iterations required for the success of the organization. Real Life Example—Explanation Collaboration and communication between different stakeholders Developer CustomerMarketing, Sales, and Finance Personnel  
  • 18. Copyright 2014, Simplilearn, All rights reserved.18 Quiz
  • 19. Copyright 2014, Simplilearn, All rights reserved.19 QUIZ a. b. c. d. Which of the following is not a sign of bad Agile team spaces? 1 Appropriate information radiators in the workspace Minimal interaction Stale artifacts Ugly spaces
  • 20. Copyright 2014, Simplilearn, All rights reserved.20 QUIZ a. b. c. d. Which of the following is not a sign of bad Agile team spaces? 1 Answer: b. Explanation: Appropriate information radiators is a sign of ideal Agile team spaces. All the other options listed are signs of bad agile team spaces. Appropriate information radiators in the workspace Minimal interaction Stale artifacts Ugly spaces
  • 21. Copyright 2014, Simplilearn, All rights reserved.21 QUIZ a. b. c. d. Which of the following is most true about the daily stand-up meeting? 2 It is a meeting to discuss the problems only They are not status sessions for the project manager It is a two minute stand-up meeting for the management team The team gets together to discuss the status
  • 22. Copyright 2014, Simplilearn, All rights reserved.22 QUIZ a. b. c. d. Which of the following is most true about the daily stand-up meeting? 2 Answer: c. Explanation: Daily stand-up meetings are not status sessions for the project manager; rather they are team member commitments in front of the team. It is a meeting to discuss the problems only They are not status sessions for the project manager It is a two minute stand-up meeting for the management team The team gets together to discuss the status
  • 23. Copyright 2014, Simplilearn, All rights reserved.23 QUIZ a. b. c. d. Which of the following is the most effective communication under the modeling options?3 Video communication Face-to-face communication Email Voice communication
  • 24. Copyright 2014, Simplilearn, All rights reserved.24 QUIZ a. b. c. d. Which of the following is the most effective communication under the modeling options?3 Answer: c. Explanation: Face-to-face communication is the best form of communication under the modeling options. Video communication Face-to-face communication Email Voice communication
  • 25. Copyright 2014, Simplilearn, All rights reserved.25 QUIZ a. b. c. d. Which of the following is not a characteristic of an ideal information radiator? 4 Current Influential Permanent Simple
  • 26. Copyright 2014, Simplilearn, All rights reserved.26 QUIZ a. b. c. d. Which of the following is not a characteristic of an ideal information radiator? 4 Answer: d. Explanation: Information radiators should be transient. Problems or errors, once rectified should be removed so as to show progress in the project. Current Influential Permanent Simple
  • 27. Copyright 2014, Simplilearn, All rights reserved.27 QUIZ a. b. c. d. Can osmotic communication occur with a distributed team? 5 Yes, all communication is osmotic No, osmotic communication can only occur in person No, distributed teams can not truly apply agile techniques Yes, if they use IM, have a live video feed, and email cc lists
  • 28. Copyright 2014, Simplilearn, All rights reserved.28 QUIZ a. b. c. d. Can osmotic communication occur with a distributed team? 5 Answer: a. Explanation: Although osmotic communications are best applied in team room settings, a virtual experience can be achieved using tooling like IM, live video feeds, email, and other information sharing techniques. Yes, all communication is osmotic No, osmotic communication can only occur in person No, distributed teams can not truly apply agile techniques Yes, if they use IM, have a live video feed, and email cc lists
  • 29. Copyright 2014, Simplilearn, All rights reserved.29 QUIZ a. b. c. d. Which of the following is not a reflection of a co-located team? 6 Incidental interaction leads to productivity Formal logging of knowledge Team leverage tactile, low cost solutions like whiteboards, post-its, and index cards Issues resolved informally, in a timely manner
  • 30. Copyright 2014, Simplilearn, All rights reserved.30 QUIZ a. b. c. d. Which of the following is not a reflection of a co-located team? 6 Answer: c. Explanation: Distributed teams rely more on formal logging of knowledge, co-located team can rely more on informal information sharing and osmotic communication. Incidental interaction leads to productivity Formal logging of knowledge Team leverage tactile, low cost solutions like whiteboards, post-its, and index cards Issues resolved informally, in a timely manner
  • 31. Copyright 2014, Simplilearn, All rights reserved.31 QUIZ a. b. c. d. What are the caves and commons? 7 A design pattern found in many web based architectures Caves are senior team members while the commons are for average team members The sprint backlog is referred to as the caves while the product backlog is the commons A shared workspace for the team and a closed door room for private conversations
  • 32. Copyright 2014, Simplilearn, All rights reserved.32 QUIZ a. b. c. d. What are the caves and commons? 7 Answer: a. Explanation: A shared workspace for the team and a closed door room for private conversations or for concentrated activities. This term was first referenced in Stewart Brand's book How Buildings Learn and can be found on the Extreme Programming website. A design pattern found in many web based architectures Caves are senior team members while the commons are for average team members The sprint backlog is referred to as the caves while the product backlog is the commons A shared workspace for the team and a closed door room for private conversations
  • 33. Copyright 2014, Simplilearn, All rights reserved.33 QUIZ a. b. c. d. Which of the following is not part of the daily stand-up set of questions? 8 What will you do tomorrow? What is the your current velocity? What’s in your way? What did you do yesterday?
  • 34. Copyright 2014, Simplilearn, All rights reserved.34 QUIZ a. b. c. d. Which of the following is not part of the daily stand-up set of questions? 8 Answer: c. Explanation: Velocity is a metric that is determined at the completion of a sprint or iteration. It is not part of the daily stand-up. What will you do tomorrow? What is the your current velocity? What’s in your way? What did you do yesterday?
  • 35. Copyright 2014, Simplilearn, All rights reserved.35 ● The most valuable technique for project success is Communication. ● In documentation and modelling communication methods, more the human interaction, more enriched and effective the communication. ● An information radiator displays information in a place where passersby can see it and there are three broad types. ● There are differences in co-located and distributed teams as well as tools and techniques that work well with both of them. ● Osmotic communication occurs when information is overheard in the background of the team room and some of it is absorbed via osmosis. Summary Here is a quick recap of what was covered in this lesson:
  • 36. Copyright 2014, Simplilearn, All rights reserved.36 Copyright 2014, Simplilearn, All rights reserved.PMI® & ACP are the registered marks of Project Management Institute, Inc. THANK YOU