10 Rules of Highly Successful Project Management
I commited the information below to report PDU of PMI. ^_^.
In this paper, the author introduces his good experience of project management. I list it below with my learning and understanding in our development.
- Be Agile
Learning: as a member of software development, we moved from water flow to agile, we involved customer in daily work, we can go to the correct direction with the customer involvement and fix it faster if there are any problems in our development.
- Do not Micromanage
Learning: the project manager is the leader, he or she shall not take more time in small/tiny activities like how to implement a function. As a project manager, you assign the responsibilities to individual team members, e.g. architect to control the technical topics.
- Keep Improving Your Project Management Practice
Learning: when a new method you learn, you shall apply to your daily work, yes, the adaption shall take. The management way shall change according to the environment e.g. the culture of company, the guider line of company.
- Ongoing Planning
Learning: the plan change all the time because the plan is very draft at the beginning of project, it may just have when to achieve the quality gate and when to release. The plan shall be more specify as the moving of project. But the plan shall keep the consistence. Otherwise, the time and quality cannot be controlled in a good way.
- Work with a Sense of Urgency
Learning: the project plan shall be urgent to make all team members contributes all the power to the projects. The weekly all temp project meeting, the daily standup meeting can move the project smoothly.
- Visualise and Communicate all Project Deliverables and Activities
Learning: to present the achievements and the progress to all team members or whole company, it can give the team member more sense of urgency. Kanban is a good method to present.
- Complete Deliverables Step-by-Step
Learning: in few years ago, we release software/firmware when project almost done, now we release the software in each sprint. And the test team can be involved early. In this development mode, the deliverables are tested and verified early, it reduces the risk. Any bugs or misunderstanding requirements can be soon changed.
- Healthy Risk Management
Learning: now we don’t have a risk officer, the role is taken by project manager. Next time we can take this to improvement.
- Open Communication
Learning: Open communication, it let you to hear different voices, and the project manager is not the expert of all areas. Different solutions/voices need to balance to achieve the time, budge and quality.
- Never Lose Sight of the 3-Factors: Time, Budget, and Quality
Learning: The project manager's main role is to keep all team members aware of these big three - Time, Budget and Quality.
The paper released at https://www.projectsmart.co.uk/10-rules-of-highly-successful-project-management.php
10 Rules of Highly Successful Project Management的更多相关文章
- Introduction to Project Management(II)
Introduction The purpose of this paper is to gain an understanding of project management and to give ...
- Project Management Process
Project Management ProcessDescription .............................................................. ...
- Favorites of top 10 rules for success
Dec. 31, 2015 Stayed up to last minute of 2015, 12:00am, watching a few of videos about top 10 rules ...
- Introduction to Project Management(I)
Project management in the modern sense began in the early 1950s, although it has its roots further b ...
- The habits of highly successful people
1.Morning Routine (早上列行公事) Probably the most common habit ultra-successful people have is they can t ...
- The Simplified Project Management Process
One of the challenges of explaining project management to people who are unfamiliar with the approac ...
- 简介 - PMP(Project Management Professional)
PMP(Project Management Professional) 官网(英文报名):https://www.pmi.org/ 中文注册:http://exam.chinapmp.cn/ Boo ...
- 译文——The habits of highly successful people
1.Morning Routine (早上列行公事) Probably the most common habit ultra-successful people have is they can t ...
- android studio开发的时候出现design editor is unavailable until after a successful project sync问题的解决方法
android studio设计界面的时候,出现了报错:design editor is unavailable until after a successful project sync,导致无法编 ...
随机推荐
- 十一. Python基础(11)—补充: 作用域 & 装饰器
十一. Python基础(11)-补充: 作用域 & 装饰器 1 ● Python的作用域补遗 在C/C++等语言中, if语句等控制结构(control structure)会产生新的作用域 ...
- (C/C++学习笔记) 十九. 模板
十九. 模板 ● 模板的基本概念 模板(template) 函数模板:可以用来创建一个通用功能的函数,以支持多种不同形参,进一步简化重载函数的函数体设计. 语法: template <<模 ...
- Linux学习 : 总线-设备-驱动模型
platform总线是一种虚拟的总线,相应的设备则为platform_device,而驱动则为platform_driver.Linux 2.6的设备驱动模型中,把I2C.RTC.LCD等都归纳为pl ...
- 6.4 C++提取子字符串及字符串的比较
参考:http://www.weixueyuan.net/view/6393.html 总结: 函数substr可以提取string字符串中的子字符串,该函数有两个参数,第一个参数为需要提取的子字符串 ...
- 用mysql存储过程代替递归查询
查询此表某个id=4028ab535e370cd7015e37835f52014b(公司1)下的所有数据 正常情况下,我们采用递归算法查询,如下 public void findCorpcompany ...
- css动画库
转载自:http://www.cnblogs.com/starof/p/4968769.html 本文作者starof,因知识本身在变化,作者也在不断学习成长,文章内容也不定时更新,为避免误导读者,方 ...
- Kubenates熟悉
Kuberetes命令,可用于查看信息和排查故障. kubectl cluster-info --context dev 查看master和服务的地址 kubectl config view 查看ku ...
- 源码安装nginx 出现fatal error: pcre.h: 没有此文件或者目录
原因是用了pcre2 重新下载pcre再编译即可.
- Final发布
作业要求[https://edu.cnblogs.com/campus/nenu/2018fall/homework/2476] 文案+美工[https://www.cnblogs.com/erciy ...
- IE6以下版本对元素width和height的处理与CSS标准的兼容性问题
1.CSS使用width和height定义元素框的内容,Windows平台的IE6以下版本浏览器并未按照标准处理而是使用width和height来定义可见元素框的尺寸,IE/win使用width来描述 ...