1 Mar 2005 01:21
Re: Productive Friction & Toyota's "Stop the Line"
Curtis Cooley <curtis.cooley <at> gmail.com>
2005-03-01 00:21:50 GMT
2005-03-01 00:21:50 GMT
On Sun, 27 Feb 2005 20:36:49 -0000, Bill Wake <william.wake <at> gmail.com> wrote: > When Toyota first set up their line, one of the things they did was > run it very slowly, on one car at a time until they understood what > was going on. Anybody done the equivalent for an XP team - implement > only the first (small) story, having everybody either find a way to > contribute or else sit idle? (Not work ahead on the next story.) I'm > beginning to think that sort of start might help. > We are trying it right now. I have a new job with a new startup (well, a few year old startup) with people I have worked on XP projects before. But when they went "off on their own" they sort of lost their way. I guess that might be part of the reason I am here. But to get to your question, we started our iteration today with one story. We are really really hoping that is not our velocity, but we want to get our hands on a story, and get r done. We are also using the extra time to write fitnesse tests upfront because one of their problems was not knowing when the story was done. Slow starts are good in a long race. You never see 5000k winners sprinting the first 100 yards :) -- -- Curtis Cooley curtis.cooley <at> gmail.com To Post a message, send it to: extremeprogramming <at> eGroups.com(Continue reading)
But any way coming back to what forms part of a XP Project management
tool. The most crucial part of Project Management and with XP
obviously is communication and from my experience i am writing some of
the tools that we have used before or think of using that server our
PM for XP purposes well. (Predominantly the communication part).
For our projects we use
Wiki for user stories, with some status tracking capabilities, RSS
support for content update notifications to notify interested parties
about changes to user stories, comments about them, etc.
A Issue Tracker to document feature requests (associated with users
stories), change requests and link to the Version control system (CVS
or SVN).
An interface between the Version Control System and Issue Tracker with
the Wiki to update the status, version and other details to be viewed
from the project wiki.
An automate JUnit class generator which again creates links in the Wiki.
guess it is obvious that a wiki in my opinion (and experience) forms a
core part of any XP effort to make sure that the process remains
light.
RSS Feed