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 ...
随机推荐
- COJ970 WZJ的数据结构(负三十)
WZJ的数据结构(负三十) 难度级别:D: 运行时间限制:1000ms: 运行空间限制:262144KB: 代码长度限制:2000000B 试题描述 给你一棵N个点的无根树,点和边上均有权值.请你设计 ...
- const 与指针
深入理解const char*p,char const*p,char *const p,const char **p,char const**p,char *const*p,char**const p ...
- 从JAVA客户端访问Redis示例(入门)
转自:http://blog.csdn.net/kkdelta/article/details/7217761 本文记录了安装Redis和从JAVA端访问Redis的步骤 从http://downlo ...
- 循环repeater中的每一列,并计算数据和
<asp:Repeater ID="rpt" runat="server"> <ItemTemplate> <td>< ...
- Odoo Entypo Regular Icon List
参考地址: http://www.fontslog.com/entypo-regular-otf-33800.htm#custompreview 或 http://www.w3cplus.com/w3 ...
- 【液晶模块系列基础视频】5.4.X-GUI字体驱动4
============================= 技术论坛:http://www.eeschool.org 博客地址:http://xiaomagee.cnblogs.com 官方网店:ht ...
- FlowVisor 安装
参考:Github-FlowVisor-wiki 第一步 添加公钥: 命令: $ wget http://updates.onlab.us/GPG-KEY-ONLAB $ sudo apt-key a ...
- jQuery Ajax 确定 form 表单 submit 提交成功
使用 jQuery 提交表单,可以使用 同步方式(async: false). a.html 是 html 文件,a.php 是服务端文件,把 a.html 中表单的数据提交到 a.php 中,在提交 ...
- 实现Fragment 切换时不重新实例化
以前实现Fragment的切换都是用replace方法实现 public void startFragmentAdd(Fragment fragment) { FragmentManager frag ...
- jQuery 利用 $.getJson() 实现跨域
数据量不大时,跨域的不二之选,而且操作简单,易上手. a.com/test.html //这里我假定有一些数据: var formData = form.serialize(); //这里的jsonc ...