GOOD MEETINGS CREATE SHARED UNDERSTANDING, NOT BRDS!
Deliverables and artifacts were a focal point of BA work during the early part of my career. If I look back, it seemed the primary purpose of a BA was to generate paper—lots of paper—usually in the form of a giant BRD (business requirements document), and other related artifacts to support the Software Development Lifecycle and Project Management Process. As I grew in my career I realized my role as a BA was much more, and continued to evovle and struggle with the role of the template and paper.
As business and projects evolve, the primary purpose of the BA role is evolving too and increasingly has very little to do with paper! Not that agreed upon requirements are not important, please hear me out!
Many BAs still operate in a traditional environment where their requirements process flows like this:
- Gather requirements (usually in a large, 20+ person meeting, series of meetings, and interviews).
- Fill out requirements templates (usually alone in a cube).
- Send out the requirements document and schedule the sign off meeting
- Review requirements and hope for sign off (Another big meeting).
- Re-write requirements (usually alone in a cube).
- Review requirements (another big meeting, or send via email).
- Re-write requirements (usually alone in a cube).
- Harass and stalk many people until they re-read (probably not), and sign-off requirements.
Is it possible to achieve success using this approach? Maybe, but meetings like this are not effective and limiting your deliverables to a set of one-size-fits-all templates leaves too much room for gaps and errors.
In contrast, BAs who operate on teams with a more modern, flexible and collaborative approach operate under different expectations. They still need to perform standard BA functions and tasks, but with a different mindset and approach, this BA:
- Modifies their BA approach based on the unique needs of each project.
- Schedules small groups meetings to develop shared understanding
- Uses interactive, visual facilitation techniques to help the team discover and learn together.
- Produces only documentation needed by the team to move forward each day.
- Is okay adding visuals and models to the templates, and okay with using models and diagrams for the sole purpose of creating conversation, the diagram may or may not end up in a formally signed document.
- Delivers “shared understanding” instead of or with a BRD
Maybe the process would flow something like this:
- BA drafts a visual model.
- Team reviews and reacts and learns. (Update model collaboratively.)
- BA drafts additional visual models.
- Team reviews and reacts and learns. (Update models collaboratively.)
- BA documents only items needed by the team to move forward.
- Team weighs in on what is valuable for them to move forward.
- Team reviews and approves documentation. No surprises (or stalking) because the BA has developed SHARED UNDERSTANDING!
This scenario offers many benefits, including:
- Consistent collaboration: Collaboration happens throughout the process. Instead of the BA filing out requirements templates in solitary cube confinement, the team uses visual models to “write” the requirements collaboratively.
- Shared understanding: The BA does not “own” the requirements, the team does. The team shares an understanding of the value, goals and vision of the project. The shared understanding instills trust and confidence. The BA facilitates this process.
- Processing time: You have time between meetings to process, analyze, and find gaps and issues and constraints. You are able to bring up these questions and issues to the team, maybe create a visual to help the discussion along.
- Strategic Documentation: The requirements package changes for each project. Deliverables have a specific purpose and require much less rework if the shared understanding has been developed in advance!
As momentum swings toward this more flexible, just-in-time approach to requirements, how does the BA role change? How do we adapt? Which BA competencies become more important? If we aren’t supposed to be sitting in our cubes updating templates and generating paper, what should we be doing? What skills do we need to develop?
It may sounds simple, but as collaboration becomes the focus of project work, BAs really shine when they become expert meeting facilitators, conversation architects, and agents of change readiness.
These expert skills go beyond the basics of setting and agenda, keeping participants on task, tracking action items, and writing minutes. BAs with expert-level facilitation skills know how to:
- Use visual models to get conversations started and highlight gaps in shared understanding.
- Engage everyone using techniques that allow introverts and extroverts to contribute.
- Use interactive techniques that inspire people to engage physically.
- Make meetings efficient and valuable for all participants.
- Gather large amounts of information in a short amount of time.
- Create a collaborative environment face-to-face and virtually.
- Process and analyze the results of each collaboration session to make the next session productive, helping the team move steadily toward their goals.
Meeting time is so precious. Expert facilitators make the most of attendee time by building a shared understanding of value and purpose. It’s part of an Agile mindset that can and should be used in all project environments (traditional, Agile, and hybrid). Creating a shared conversation and shared understanding is more important than what’s on paper.
Honestly, shared understanding done well may mean a lot less documentation, you are the judge of how much documentation is valuable to the team.
So, how do BAs know when they have reached this level of shared understanding? Here are a few hints:
- People tell you! Eager stakeholders ready and willing to comment that they feel heard and are ready to move forward
- Stakeholders are not looking for or grasping for issues for the team to discuss, they feel confident the most important pieces are covered
- They feel they are reading a review of what was discussed when they review the final deliverable
- Stakeholder consistently contribute with an understanding of other stakeholder impacts and a big picture view of their needs
- When you “check in” with them on how the process is going, they enthusiastically are getting a lot out of the meetings and team interactions.
Using expert facilitation skills to reach a shared understanding with your team will lead to less defects and fewer enhancements. When BAs focus on learning and discovering, instead of just collecting and recording, they will boost their team’s ability to navigate complex change.
GOOD MEETINGS CREATE SHARED UNDERSTANDING, NOT BRDS!的更多相关文章
- ORA-27125: unable to create shared memory segment的解决方法(转)
ORA-27125: unable to create shared memory segment的解决方法(转) # Kernel sysctl configuration file for Red ...
- 【ORA】ORA-27125:unable to create shared memory segment
在安装Oracle 10g的时候出现一个了错误,在网上总结了一下大牛写的文章 ORA-27125:unable to create shared memory segment 安装时出现这个错误安装会 ...
- ORA-27125: unable to create shared memory segment
平台环境 : Oracle Linux Server release 5.7 x86_64 数据库版本 : Oracle Database 10g Enterprise Edition Rel ...
- How to create QTP Shared Object Repository
How to create QTP Shared Object Repository To create a shared object repository by performing follow ...
- Position Independent Code (PIC) in shared libraries
E原文地址:http://eli.thegreenplace.net/2011/11/03/position-independent-code-pic-in-shared-libraries/下一文: ...
- Postgresql FATAL: could not create semaphores: No space left on device
昨天安装完成pg 9.5后,启动报错: FATAL: could not create semaphores: No space left on device DETAIL: Failed sys ...
- Linux IPC - Shared memory
http://blog.163.com/muren20062094@yeah/blog/static/161844416201161974646434/ 1. Create shared memory ...
- Visual Studio 2015创建Shared Project时出错
今天使用Visual Studio 2015创建共享项目的时候发现如下错误: 网上搜了一下,发现了同样有人问这个问题的问题:Why can't I create Shared Project in V ...
- boost Shared Memory
Shared Memory Shared memory is typically the fastest form of interprocess communicatioin. It provide ...
随机推荐
- SWFUpload多图上传、C#后端跨域传文件带参数
前几天工作中用到了SWFUpload上传图片,涉及到跨域,因为前端无法实现跨域,所以只能把文件传到后端进行跨域请求,整理分享下. 效果图 前端 html部分 <!DOCTYPE html> ...
- Python 开源网上商城项目
django-oscar https://github.com/django-oscar/django-oscar#screenshots django-shop https://github.c ...
- MySQL索引背后的数据结构及算法原理【转】
本文来自:张洋的MySQL索引背后的数据结构及算法原理 摘要 本文以MySQL数据库为研究对象,讨论与数据库索引相关的一些话题.特别需要说明的是,MySQL支持诸多存储引擎,而各种存储引擎对索引的支持 ...
- 学习CSS 笔记
1.动态修改div的大小 Html: <div> Hello </div> css: div { resize:both; overflow:auto; } 2. box-si ...
- LeetCode 204 Count Primes
Problem: Count the number of prime numbers less than a non-negative number, n. Summary: 判断小于某非负数n的质数 ...
- PHPCMS v9 安全防范教程
一.目录权限设置很重要:可以有效防范黑客上传木马文件.如果通过 chmod 644 * -R 的话,php文件就没有权限访问了.如果通过chmod 755 * -R 的话,php文件的权限就高了. 所 ...
- LINUX命令批量替换文件中的字符串
sed -i "s/abcd/1234/g" `grep abcd -rl /home/data` find /data/web -type f -exec sed -i 's ...
- 用代码控制鼠标键盘(C#语言)
前些时间想做一个鼠标点击器,用到了这些知识. 下面整理记录一下. ps.感谢各位大神 下面直接上代码 1.鼠标的控制 class MouseMove { #region MouseEvent [Sys ...
- Blender 之修改器代码分析
Blender的修改器(modifier)模块,默认界面右下块(Property)面板的扳手,分类(修改.生成.形变.模拟)列出所有的修改器.也可以空格键 ...
- Visual Studio高级调试技巧
1. 设置软件断点,运行到目标位置启动调试器 方法①:使用汇编指令(注:x64 c++不支持嵌入汇编) _asm 方法②:编译器提供的方法 __debugbreak(); 方法③:使用windows ...