1. 根据项目的理解,列出主要的里程碑

(初始甘特图)

2. 多使用即时贴甘特图可以贴在墙上以供项目组成员提醒。

3. 切忌过早细化项目日程,这样会让老板或出资人以为项目中几乎没有风险,

他们会把日程中的结束日期认为是真正的结束日期。

正确的做法是反复修改项目日程,并且随着项目进程补充细节。

4. 制定项目风险列表

Hudson Bay Start

如何启动你的项目

很多情况下,这对于项目经理来说是比较关键的。

如果这个项目对于你的项目团队来说是从未经历过的,不妨考虑“哈德逊湾式启动(Hudson Bay Start)”

这个故事我就不多说了,自己网上去查!

精髓就是,让项目团队先熟悉环境,做一些简单的工作,可以简单到Hello World,尽量缩小这个时间。

在这以后,可以预见到未来会遇到哪些问题,做好准备,进行短期迭代。

短期迭代不要超过二周,最好一周。

即时贴攻略

在如今工具日益泛滥的年代,我们有时候应该复古。因为有时候最简单的便是最有效的。

来面大墙吧

让开发人员把自己的任务写在即时贴上

测试人员和开发人员可以共享项目进程

Project Management - 1) Schedule Your Project的更多相关文章

  1. Project Management Process

    Project Management ProcessDescription .............................................................. ...

  2. Introduction to Project Management(II)

    Introduction The purpose of this paper is to gain an understanding of project management and to give ...

  3. Software Engineering: 2. Project management

    resources:"Software Engineering" Ian Sommerville For most projects, important goals are: D ...

  4. The Simplified Project Management Process

    One of the challenges of explaining project management to people who are unfamiliar with the approac ...

  5. 【转】issue management in your test project

    What is Issue Management? Issue Management is the process to make others aware of the problem and th ...

  6. Introduction to Project Management(I)

    Project management in the modern sense began in the early 1950s, although it has its roots further b ...

  7. 简介 - PMP(Project Management Professional)

    PMP(Project Management Professional) 官网(英文报名):https://www.pmi.org/ 中文注册:http://exam.chinapmp.cn/ Boo ...

  8. 10 Rules of Highly Successful Project Management

    I commited the information below to report PDU of PMI. ^_^. In this paper, the author introduces his ...

  9. 如何在eclipse jee中创建Maven project并且转换为Dynamic web project

    如何在eclipse jee中创建Maven project并且转换为Dynamic web project 注意:该文档只针对以下eclipse版本,如图 为了方便,我将我本地的压缩包放在了微云网盘 ...

随机推荐

  1. 1470. UFOs(三维树状数组)

    1470 最简单的三维树状数组 #include <iostream> #include<cstdio> #include<cstring> #include< ...

  2. 函数buf_LRU_get_free_block

    /******************************************************************//** Returns a free block from th ...

  3. asp mvc 路由

    public override void RegisterArea(AreaRegistrationContext context) { context.MapRoute( "Workflo ...

  4. poj1947

    树上背包? 问最少断掉多少条边可以形成节点数为k的块 设f[i,j]表示以节点i为根,形成一个节点数为k的块要断多少条边 则有:f[x,j]:=min(f[x,j],f[x,j-k]+f[y,k]-2 ...

  5. jquery提示气泡

    <link href="css/manhua_hoverTips.css" type="text/css" rel="stylesheet&qu ...

  6. FirstOrDefault

    FirstOrDefault:取序列中满足条件的第一个元素,如果没有元素满足条件,则返回默认值(对于可以为null的对象,默认值为null,对于不能为null的对象,如int,默认值为0)

  7. 理解dojo.require机制

    转自:http://blog.csdn.net/dojotoolkit/article/details/5935844 Dojo 提供了一个非常强大的javascript控件库. 在使用dojo之前, ...

  8. Android调试工具及方法

    转自:http://www.cnblogs.com/feisky/archive/2010/01/01/1637566.html Logcat Dump一份系统消息的日志.这些消息包括模拟器抛出错误时 ...

  9. Initializing nested object properties z

    public class Employee { public Employee() { this.Insurance = new Insurance(); } // Perhaps another c ...

  10. MAC虚拟机NAT方式共享上网设置

    有部分FY需要,我写一下我的方法吧,当初安装完MAC后,无法上网,网络搜索用的是HOST-only方法,试了几次都没有成功,后来尝试NAT方法,发现很简单. 我的主机系统:win7 64位,自动获取I ...