A Guide to Creating a Quality Project Schedule
Successful projects start with a good quality project schedule. Creating a schedule is one of the first tasks you should do when given a project to manage. There is often a temptation to get on with the work and worry about the schedule later, but this is a mistake. You will be left exposed and if challenged, will have no evidence of whether your project is on time or running late.
This article looks at a simple, practical approach to creating project schedules. After reading this article, you will have a sound approach to creating schedules that you can use for future projects.
1. Plan with the Team
Team planning is more effective than planning on your own, and ensures everyone has a stake in the schedule and ownership of the outcome. The project team must account for all the phases, milestones and tasks so the project can reach a successful conclusion.
I like to create a basic high-level schedule to kick things off. Even if it's wrong, it helps the session start moving. It’s better than sitting in a meeting with your team staring at a blank sheet of paper.
2. Cover the Project Scope
Use the scope statement from your Charter to make sure you include everything the customer expects you to deliver. List all the activities needed to deliver the scope.
Look at the order of activities; often it is best to start with the most difficult tasks. The type of project may dictate the order, clearly, you can't build a house until the foundations have been laid. Think about the work you can do in parallel and what is dependant on other activities being finished first. Make sure you include the dependencies in your schedule.
3. Group the Tasks into Phases
Projects typically go through phases, starting with an idea all the way to launch and rollout. You should arrange your project schedule in these phases. This is an example I’ve used for software development projects:
- Ideas (the first concept, creating the team and everything needed to get the project started).
- Feasibility (often development of a prototype, model or proof of concept).
- Build (doing the work to create the product or service).
- Launch (preparing to go-live with the product or service, often as a pilot first).
- Rollout (delivering the product or service to the wider audience following updates from the pilot).
- Closure (finishing the project, disbanding the project team and tying up any loose ends).
4. Create Milestones
Adding milestones to your schedule helps the project team stay focussed and motivated. Milestones are the end of certain phases, the point where work needs completing, or sign-off obtained for work carried out. These milestones are how the team sees and measures their progress. Poring over hundreds of tasks each week is daunting. The milestones help put the entire project into perspective and keep everyone on track to a successful finish.
5. Make Time for Time
When adding time estimates (hours or days) against tasks and activities it’s best to use people's experience. Better still if you can use a database of production rates to give more accurate estimates.
Estimating as a team is effective, because it gives the opportunity for team members to challenge estimates. If an estimate is given by one team member, another may challenge it because he or she has direct experience of similar work.
Make sure everyone agrees with the estimates and signs off during the session. This way there are no arguments later.
6. Plan Your People
Now you have your schedule, it's time to add your people, either existing or new team members. Try to match your people's skill-set to the work. Have they done similar work in the past? Do they have a skill that would be useful on a particular aspect of the project? Have they shown an interest in working on a certain area?
A common mistake when new to project scheduling is to use people for 100% of their time. It’s best to assume people will only be productive on the project for 80% of their time. Administration, filling out time sheets, team meetings, support and other unrelated tasks take up the remaining 20%.
Once you have assigned people to the tasks in your schedule, review it for conflicts. Have you got areas where people are working on two work streams simultaneously? Is the work allocated evenly across the team? Be careful not to overload your key people, while under-utilising others.
Finally…
Check your schedule thoroughly to make sure there are no errors. Here are a few common problems found in schedules:
- Not including public holidays in the schedule.
- Not including team member's holidays in the schedule.
- Missing links to dependencies.
- Creating one continuous block of work with no milestone deliverables along the way.
- Using poor task estimates or guesses instead of people's experience or production rates.
- Starting with an end date and making the schedule fit it.
- Assigning people for 100% of their time.
- Dividing tasks between more than one person.
- Not building in contingency time in the event things go wrong.
Remember to regularly update the schedule with your team to check progress and make adjustments where necessary. A daily 15 minute ‘Scrum’ style meeting or phone call is useful, where each team member says what he or she did yesterday; what they intend to do today and highlights any blockers holding them back. It is your responsibility as project manager to help remove any blockers and smooth the path ahead.
In Summary…
- Define the tasks and activities using your scope statement.
- Sequence the activities identifying any dependencies.
- Group the tasks and activities into phases.
- Create milestones.
- Create time estimates for the tasks and activities.
- Assign people to the tasks and activities.
- Review your schedule for errors and correct.
- Hold daily progress meetings with your team and adjust the schedule.
A quality project schedule is the basis of project success, so spend time with your team creating a schedule that is both meaningful and realistic.
A Guide to Creating a Quality Project Schedule的更多相关文章
- Creating an Android Project(创建一个android项目)
一个android项目包含了你的应用程序中的所有源代码文件,我们可以通过android sdk tools轻松地创建一个拥有默认文件跟文件夹的android项目. 这部分课程我们将展示两种创建andr ...
- Project Management Process
Project Management ProcessDescription .............................................................. ...
- Software Engineering: 2. Project management
resources:"Software Engineering" Ian Sommerville For most projects, important goals are: D ...
- The "Real" Project Plan
"I need a project plan by tomorrow morning." As project managers, that's what we hear. But ...
- Ultimate Facebook Messenger for Business Guide (Feb 2019)
Ultimate Facebook Messenger for Business Guide (Updated: Feb 2019) By Iaroslav Kudritskiy November 2 ...
- Custom Quality Profiles in SonarQube
https://medium.com/ltunes/custom-quality-profiles-in-sonarqube-part-1-8754348b9369 Creating Custom Q ...
- App Distribution Guide (二)
Configuring Your Xcode Project for Distribution You can edit your project settings anytime, but som ...
- App Distribution Guide--(三)---Configuring Your Xcode Project for Distribution
Configuring Your Xcode Project for Distribution You can edit your project settings anytime, but some ...
- 【转】issue management in your test project
What is Issue Management? Issue Management is the process to make others aware of the problem and th ...
随机推荐
- JavaScript中toStirng()与Object.prototype.toString.call()方法浅谈
toStirng()与Object.prototype.toString.call()方法浅谈 一.toString()是一个怎样的方法?它是能将某一个值转化为字符串的方法.然而它是如何将一个值从一种 ...
- location.replace与location.href,location.reload的区别
1. location.replace顾名思义是替换的意思 这种方法的原理是,用新页面的URL替换当前的历史纪录,这样浏览历史记录中就只有一个页面,后 退按钮永远不会变为可用 onclick=&qu ...
- SSH整合配置二级缓存
一.了解 Hibernate的session提供了一级缓存,每个session,对同一个id进行两次load,不会发送两条sql给数据库,但session关闭时,一级缓存失效. 二级缓存是Sessio ...
- 在vs2013中配置openGL(绝对可靠 !)
首先要下载glut.h glut32.dll glut32.lib.(这个在glut-3.7.6-bin的包里面,可以直接下载 ) 然后: glut.h:放到 D:\vs2013\VC\include ...
- [文字雲產生器] Tagxedo 把文字串成雲、變成畫,印在 T-Shirt、馬克杯、詩袋….
http://www.tagxedo.com/app.html 有種東西叫「Word Clouds」,就是把一堆文字依照不同的大小.顏色.角度與位置拼湊在一起,讓他變成像一朵雲一般.組合成各種不同的形 ...
- 创建自定义 jQuery 移动主题
自定义页面.工具栏.内容.表单元素.列表.按钮等元素的外观 智能电话和平板设备的高采用率最终导致增加了对移动 Web 开发人员和设计师的需求.jQuery Mobile 框架支持您创建能与原生应用程序 ...
- keepalived +mysql 实战
keepalived高可用可以用在很多应用上,比如keepalived+反向代理著名的nginx.keepalived+数据库主从.keepalived+文件分布等等... 安装keepalived ...
- MSBuild学习记录
参考资料 官方文档 MSBuild入门 MSBuild的简单介绍与使用
- PHP IDE phpstorm 常用快捷键
PHP IDE phpstorm 常用快捷键 投稿:junjie 字体:[增加 减小] 类型:转载 这篇文章主要介绍了PHP IDE phpstorm 常用快捷键,本文分别列出了mac系统和Win ...
- HTML: 字體設置
針對 font-family 屬性進行詳細設置, 首先我們要瞭解,字體分類: ①無襯線字體: san-serif,一般用於文章標題 ②有襯線字體: serif,一般用在段落處或者非標題部分 當我們設置 ...