In this article we'll address the people swirling around your project: stakeholders. You'll find some tips and other resources for optimising stakeholder involvement in your project.

  • Who cares?
  • What do they care about?
  • What am I going to do about it?

Those are the three simple questions a project team can ask to understand their stakeholders and develop a strategy for keeping them happy.

As we developed a workshop on stakeholder management built on those three questions one of our project management experts, put all the pieces together when he said, "That's just risk management for people."

We think he's right. Review this classic risk management process. Can you see the parallel?

  1. Identify risks.
  2. Analyse and quantify the risk.
  3. Develop a risk response.

So on your next (or current) project consider treating your stakeholders as opportunities or threats.

Step One: Identify Risks (Who cares?)

Just as with risk management, we can only manage stakeholders that we are aware of, so be creative and energetic in identifying stakeholders. Cast your net wide and consider all those stakeholders that won't make a peep unless you step on their toes. Regulators, end-users, your customer's customers, and internal support staff such as accounting or procurement. Too many project managers don't include these secondary stakeholders in their normal communication plans yet get indignant when they obstruct the project. In risk management we identify threats and opportunities. Stakeholders can be project adversaries just as easily as advocates.

While you are trying to uncover the hidden stakeholders, don't forget about the obvious ones: your team, your sponsor, and the people who will be approving the funding.

Tip: Make sure your stakeholders have a name and email id. Stakeholders are people, not organisations. "Facilities" isn't going to sign off on your change request, but Cindy, who runs the department, might.

Step Two: Analyse and Quantify the Risk (What do they care about?)

Risk management calls for prioritising the risks according to probability and impact. We can prioritise stakeholders similarly - by authority and interest. Interest means "how much do they care?" and authority equates to their ability to affect the project.

Now analyse the high priority stakeholders. You won't be able to quantify your stakeholders as much as your project risks, but you can organise some key information: What do they care about? How will the project affect them? How does this project fit into their priorities? What do you need from them for the project to run smoothly?

Step Three: Develop a Risk Response (What are you going to do about it?)

What we do to leverage our supporters and minimise the effect of our opponents will depend upon the answers to the questions above. The more we know about our stakeholders, the better we can plan to work with them. One thing is certain: ignoring them will sap their support and inflame their opposition, so plan for communication.

Rapid changes in information technology continue to bring us new ways to flood our stakeholders with data, but that doesn't necessarily make us effective communicators. Who needs information? What information? How often? In what format? These questions form the basis of your communication plan. As you develop your communication plan remember these two tips:

  1. Positive personal relationships are the foundation of effective communication. Personal relationships magnify the value of the technology we use to deliver information.
  2. Use two or more mediums of communication for every stakeholder. For example, meetings should be accompanied by documentation.

The Secret to Success

What's the secret to risk management? Do it. Proactive, systematic risk management means finding the problems before they find you. Risk management doesn't have to be complex, but it does have to be disciplined. The same holds true for our stakeholders. Understanding who they are and what they want often isn't that difficult. The key is to be proactive, to reach out, and influence them before they influence you.

Stakeholder Risk Management的更多相关文章

  1. 10 Golden Rules of Project Risk Management

    The benefits of risk management in projects are huge. You can gain a lot of money if you deal with u ...

  2. 【EMV L2】终端风险管理(Terminal Risk Management)

    终端风险管理使大额交易联机授权,并确保芯片交易能够周期性地进行联机以防止在脱机环境中也许无法察觉的风险. 虽然发卡行被强制要求在应用交互特征(AIP)中将终端风险管理位设置成1以触发终端风险管理,但终 ...

  3. Security and Risk Management(5)

    Ethics: ISC Code of Ethics You agree to this before the exam, and the code of ethics is very testabl ...

  4. The Simplified Project Management Process

    One of the challenges of explaining project management to people who are unfamiliar with the approac ...

  5. Introduction to Project Management(II)

    Introduction The purpose of this paper is to gain an understanding of project management and to give ...

  6. A Framework for Programme Management

    In business today organisations manage multiple projects concurrently with shared or overlapping res ...

  7. Software Engineering: 2. Project management

    resources:"Software Engineering" Ian Sommerville For most projects, important goals are: D ...

  8. Threat Risk Modeling Learning

    相关学习资料 http://msdn.microsoft.com/en-us/library/aa302419(d=printer).aspx http://msdn.microsoft.com/li ...

  9. Magic Quadrant for Security Information and Event Management

    https://www.gartner.com/doc/reprints?id=1-4LC8PAW&ct=171130&st=sb Summary Security and risk ...

随机推荐

  1. c#操作excel后关闭excel.exe的方法

    关闭进程 C#和Asp.net下excel进程一被打开,有时就无法关闭,   尤其是website.对关闭该进程有过GC.release等方法,但这些方法并不是在所有情况下均适用.  于是提出了kil ...

  2. html5调用手机摄像头,实现拍照上传功能

    今天做手机网站,想实现手机扫描二维码功能.首先实现在浏览器中调用手机摄像头,实现拍照功能并且把拍下的照片显示在页面并上传到服务器上,然后再在服务器端进行分析. 首先实现在浏览器中调用摄像头,当然用现在 ...

  3. iOS开发之--NSPredicate

    简述:Cocoa框架中的NSPredicate用于查询,原理和用法都类似于SQL中的where,作用相当于数据库的过滤取. 定义(最常用到的方法): NSPredicate *ca = [NSPred ...

  4. Resume简历中装B的词汇总结大全

    1. Accelerated 35. Empowered 69. Motivated 2. Accomplished 36. Enabled 70. Negotiated 3. Achieved 37 ...

  5. python 操作mysql

    安装模块: #pip install .... MySQLdb(2.x) pymysql(3.x) import MySQLdb as sql con = sql.connect( host = &q ...

  6. oracle imp导入库到指定表空间

    1.创建表空间 create tablespace example_tablespace datafile 'e:\****.dbf' size 10m reuse autoextend on nex ...

  7. Antialiasing with Transparency

    Antialiasing with Transparency This sample demonstrates the GeForce 7 Series per-primitive super-sam ...

  8. 每天php函数 - explode() 使用一个字符串分割另一个字符串

    array explode ( string $delimiter , string $string [, int $limit ] ) 此函数返回由字符串组成的数组,每个元素都是 string的一个 ...

  9. PHP 对象和引用总结

    PHP 中使用 简单变量 和 对象 时的区别: ① 很多数据类型都可以写时复制(copy-on-write),例: <?php $a = 'test1'; $b = $a; $b = 'test ...

  10. Nginx 笔记与总结(16)nginx 负载均衡

    nginx 反向代理时,如果后端有多台服务器,就可以实现负载均衡. 实现原理:把多台服务器用 upstream 绑定在一起并起一个组名,然后 proxy_pass 指向该组. ngx_http_ups ...