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 ...
随机推荐
- HDU 2853 & 剩余系+KM模板
题意: 给你一张二分图,给一个原匹配,求原匹配改动最少的边数使其边权和最大. SOL: 我觉得我的智商还是去搞搞文化课吧..这种题给我独立做我大概只能在暴力优化上下功夫.. 这题的处理方法让我想到了剩 ...
- CentOS 下安装python 之MySQLdb
yum -y install mysql-devwget http://downloads.sourceforge.net/project/mysql-python/mysql-python-test ...
- 使用STL map 用 string 做索引 插入删除数据
1.代码 #include <map> #include <string> #include <stdio.h> #include <vector> # ...
- Spring Aop实例
一.XML方式 1. TestAspect:切面类 package com.spring.aop; import org.aspectj.lang.JoinPoint; import org.aspe ...
- [排错] Status error 2850
前几天重新搭建了APAC的Netbackup, 终于可以备份成功了, 但是今天在做还原的时候遇到了些小问题,记录下来. 1. 在CNHZSRV04BPO上执行还原的时候报下面的错误. 2. 经过检查发 ...
- Export-XLSX PowerShell generate real Excel XLSX files without Excel and COM
http://gallery.technet.microsoft.com/scriptcenter/Export-XLSX-PowerShell-f2f0c035
- 中文编码、字符集,GBK, UTF-8的概念
字符集指的是什么? 字符集是一个人为的规定,人们用一个小册子规定好"文字字符"与"数字"的对应关系. 其中,每一个字符对应的数组也称其为编码. 例如,ASCII ...
- HTML5:离线存储(缓存机制)-IndexDB
https://www.w3.org/TR/IndexedDB/ .. <!DOCTYPE html> <html> <head> <meta charset ...
- c3p0配置 initialPoolSize 和minPoolSize 可以设为0吗?设0有坏处吗?
c3p0配置 initialPoolSize 和minPoolSize 可以设为0吗?设0有坏处吗? c3p0配置 initialPoolSize 和minPoolSize 可以设为0吗?设0有坏处吗 ...
- C++ 中的模板类声明头文件和实现文件分离后,如何能实现正常编译?
C++ 中的模板类声明头文件和实现文件分离后,如何能实现正常编译? 这个feature叫做Export Template,即外名模板,它的作用在于使得模板代码可依照C/C++语言习惯,将模板声明和实现 ...