C
Conrad Santiago
In our projects, we often have tasks that are dependent on external actions, e.g. client needs to send us info before a task can start. We also have internal actions that can keep us from starting a task. Examples of this are managers unable to review work in time, computer renders are backed up in the rendering farm, inserts from other projects taking precedent
My question is has anyone come up with a way to plan this so that in the current day, there is no chance of a task not being ready
So far, we have implemented these two methods
1. Created a text column labeled "Status" with four values, Ready, Committed, Not Ready, On Hold. The manager would have to "status" each task daily
Ready = Task was ready to star
Committed = Client promised info; 90% chance of task being ready to star
Not Ready = Task was not ready to start; keep out 3 day
On Hold = Task was on hold; push out 2 week
We ended up with too many days where work was assigned for the current day but the task was not ready; either Ready tasks were not really ready, or Committed tasks didn't come in. It became too much work for me to keep the managers "honest" and for the managers to evaluate every task, every day
2. So, I came up the idea of having them set milestones for anything that would keep a task not ready. After all, we're using MSP, why not use the natural tools of the program instead of adding another dimension of complexity. We also set a rule to add a 1-day lag after each milestone. This way if a milestone is not met, the current day is not affected. Now, this is not working because it becomes cumbersome to add a milestone for every situation, lack of discipline among the managers, or lack of time to do it
Is there a true-tested method out there to handle the readiness of a task? Is there something in MSP that can manage that better
Any advice is appreciated
Conrad Santiago
My question is has anyone come up with a way to plan this so that in the current day, there is no chance of a task not being ready
So far, we have implemented these two methods
1. Created a text column labeled "Status" with four values, Ready, Committed, Not Ready, On Hold. The manager would have to "status" each task daily
Ready = Task was ready to star
Committed = Client promised info; 90% chance of task being ready to star
Not Ready = Task was not ready to start; keep out 3 day
On Hold = Task was on hold; push out 2 week
We ended up with too many days where work was assigned for the current day but the task was not ready; either Ready tasks were not really ready, or Committed tasks didn't come in. It became too much work for me to keep the managers "honest" and for the managers to evaluate every task, every day
2. So, I came up the idea of having them set milestones for anything that would keep a task not ready. After all, we're using MSP, why not use the natural tools of the program instead of adding another dimension of complexity. We also set a rule to add a 1-day lag after each milestone. This way if a milestone is not met, the current day is not affected. Now, this is not working because it becomes cumbersome to add a milestone for every situation, lack of discipline among the managers, or lack of time to do it
Is there a true-tested method out there to handle the readiness of a task? Is there something in MSP that can manage that better
Any advice is appreciated
Conrad Santiago