Top Five Communication Skills for Project Managers
Research among project managers globally identifies top communication skills for leading teams.
Leading people - the experiential side of project management - is as important as task-based skills according to project managers in Europe, the Middle East, India, America and Australasia.
In recent research they said that communication is a critical skill for project success, both for keeping team members up-to-date and for winning the support of key stakeholders.
But which skills make all the difference? Here are the top five respondents say have made all the difference to their careers.
1. Active Listening
In first place is our ability to listen to and understand others. Listening to the words and the meaning behind their words, not interrupting or letting our minds wander, asking questions to check understanding, observing non-verbal signals.
According to Indian project manager Nirav Patel CAPM: "The benefits include getting people to open up and due to that lots of misunderstandings and conflicts can be resolved."
2. Building Relationships based on Trust and Respect
Trust and respect are the cornerstones of personal relationships. They are earned not a right and come from experience of our honesty, integrity and expertise.
Among the characteristics people used to determine our credibility are truthfulness, openness, willingness to share ideas and information freely, consistency, reliability, loyalty, capabilities and competence.
"Trust encourages people to propose ideas, suggest ways to enhance work, speak of their concerns and give advice," says Dubai-based Kareem Shaker PMP.
3. Setting Clear Priorities
In third spot is a project manager's ability to convey the strategy for their team - by setting goals, planning and prioritising. This is the what, who, when, where, why and how of the project. Team members should understand both the big picture and the lower level technical priorities.
"Essentially this is what a project manager does. If you can't do it you won't get everybody working on the same page," says Australian Paul Ramussen.
4. Enabling Collaboration
In a collaborative environment team members support and encourage each other rather than focusing solely on their own tasks and responsibilities. They are willing to co-operate and share information, ideas and assets to help each other. The result can be greater than the sum of its parts.
"When we collaborate we get the 1x1=3 effect. Things happen that might not have if people had remained focused on their own work," says American Adam Michaelson PMP.
5. Conveying the Organisation's Vision
Explaining the bigger picture helps team members understand where the project fits within the overall aims of your business unit and organisation. Senior executives are focused on the triple bottom line - finances, environment, reputation - this is where they expect your project to make a difference.
American Jhaymee Wilson PMP says: "As project managers if we can't convey the link between our project and the organisation how can we show we are delivering value?"
Top Five Communication Skills for Project Managers的更多相关文章
- The Top Five Software Project Risks
Risk management (or more precisely risk avoidance) is a critical topic, but one that is often dull t ...
- Effective Project Communications
I was recently invited to speak at a conference in Singapore on Effective Project Communications. I' ...
- Introduction to Project Management(II)
Introduction The purpose of this paper is to gain an understanding of project management and to give ...
- 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 ...
- Introduction to Project Management(I)
Project management in the modern sense began in the early 1950s, although it has its roots further b ...
- 【转】issue management in your test project
What is Issue Management? Issue Management is the process to make others aware of the problem and th ...
- The "Real" Project Plan
"I need a project plan by tomorrow morning." As project managers, that's what we hear. But ...
- SENG201 (Software Engineering I) Project
SENG201 (Software Engineering I) ProjectSpace ExplorerFor project admin queries:For project help, hi ...
- How do I improve my English speaking skills in a very short time?
You have asked some very important questions. I think the first step is to prioritize the issues: Yo ...
随机推荐
- Photoshop: 机关单位公章
机关单位公章的大小与机构的级别有关,级别越高的公章越大,一般直径在3.8-4.2cm,很少有用4.5cm或3.4cm的.但企业的公章一般都很大. 首先点击文件新建,新建一个500×500像素(像素大小 ...
- JS正则表达式验证数字(很全)
1.<script type="text/javascript"> 2. function validate(){ 3. var reg = new ...
- TYVJ P1072 bomb Label:看不懂题意
描述 一场战争正在A国与B国之间如火如荼的展开.B国凭借其强大的经济实力开发出了无数的远程攻击导弹,B国的领导人希望,通过这些导弹直接毁灭A国的指挥部,从而取得战斗的胜利!当然,A国人民不会允许这样的 ...
- 【POJ】1113 Wall(凸包)
http://poj.org/problem?id=1113 答案是凸包周长+半径为l的圆的周长... 证明?这是个坑.. #include <cstdio> #include <c ...
- JSON.stringify语法解析(自己留存)
语法: JSON.stringify(value [, replacer] [, space]) value:是必选字段.就是你输入的对象,比如数组,类等. replacer:这个是可选的.它又分为2 ...
- JavaScript事件大全
click() 对象.click() 使对象被点击. closed 对象.closed 对象窗口是否已关闭true/false clearTimeout(对象) 清除已设置的setTimeout对象 ...
- Medical Image Processing Conference and Journal 医学图像处理会议与期刊
会议: Information Processing in Medical Imaging,IPMI IPMI2013 International Conference on Medical Imag ...
- Odoo Entypo Regular Icon List
参考地址: http://www.fontslog.com/entypo-regular-otf-33800.htm#custompreview 或 http://www.w3cplus.com/w3 ...
- mysql5.6 通用二进制安装
mysql5.6 通用二进制安装: #卸载原有的mysqlyum remove mysql*ls /etc/my.cnf*mv /etc/my.cnf* /tmp/ #安装依赖包yum install ...
- java工程包的命名(-dev.jar,-javadoc.jar,jar)
1.-javadoc.jar 这个应该是一个doc包,就是API,相当于帮助文档,用来说明类.方法.静态变量 都是干什么的. 2.-dev.jar,.jar都有可能包含源码,也可能都不包含