One mistake I made was when I adopted GTD I changed everything at once
and it was a near disaster. I suggest taking it one step at a time.
For instance start with your "43 folders" in a filing cabinet. Next
organize the rest of your files in your filing cabinet. Next tackle
your email. Perhaps you do it in a different order and I have a
feeling David Allen would disagree with me, but the only way I was
able to implement it was basically a chapter at a time.
> multiple web sites that I'm currently developing, each with a long
> list of features to add. And I'm wondering what the projects/next
> actions should be. Should each feature be a project with the next
> action be "Code feature foo" or should each web site be its own
> project with each new feature being a next action. What if it's just
> a list of features with no particular priority to which one should be
> implemented next? Does anyone have any examples or suggestions they
> can offer me?
Projects are collections of actions. You can "do" projects, you can
only "do" actions. I haven't done software development in some time,
but I would imagine each new feature would be a separate project. If
order did in fact matter to you then I would organize by priority.
John
--
John Mayson <jo...@mayson.us>
Austin, Texas, USA
> Should each feature be a project with the next
> action be "Code feature foo" or should each web site be its own
> project with each new feature being a next action.
This really depends upon how you work. If its one site at a time then
I'd advise that each site be a project. If its one feature at a time
then I would do the opposite.
Personally I work one program at a time but there's very little
overlap in terms of features in my case.
> What if it's just
> a list of features with no particular priority to which one should be
> implemented next?
Yeah, that's a problem. Its really isn't a question of priority but
the order in which things need to get done. But when there's no order
either, then it really becomes almost arbitrary.
I would make a list of features that you want to work on in the near
future and leave the rest in a list in the project file for later.
Its just a question of keeping your list down to a manageable length.
Otherwise it becomes a long hodge podge. Many people prefer to keep
only on item from each project on the task list. You just have to
pick it and start on ti.
Tom S.
He can compress the most words into the smallest ideas of any man I ever met.
- Abraham Lincoln
On Friday 29 August 2008, Tom Shannon wrote:
> This really depends upon how you work. If its one site at a time then
> I'd advise that each site be a project. If its one feature at a time
> then I would do the opposite.
As an example, I have a 3x5 card for each feature (a project), and a list
of individual actions underneath. The feature goes into the changelog, the
actions don't. I have several cards filed for "Someday" without actions
under them. When I do implement one, I pull it during review, sit and think
what actual changes need to be made and list them as actions under the
project/feature title. I use the cards in "portrait" layout, 3" across, 5"
down. All projects are @Work, which means "at my computer in work mode",
versus @Desk, which means "at my computer during non-work hours".
But that's just one example of many different ways to do the same thing.
--
Evan "JabberWokky" Edwards
http://www.cheshirehall.org/
615.686.9538
It's also much easier to document and test using concrete items. The
various development methods (which I'm not getting into on 43f!) match up
pretty nicely.
It's also much easier to document and test using concrete items. The
On Friday 29 August 2008, Jim Barrows wrote:
> In addition if you ever have to go to court, you can more easily show what
> was accomplished on what day. If you're using a source code control
> system, then it's also easier to ask "Why did I commit that again?"
various development methods (which I'm not getting into on 43f!) match up
pretty nicely.
--
Evan "JabberWokky" Edwards
http://www.cheshirehall.org/
615.686.9538
Which is why the junction of project and action is nice. Actions are "how"
you did it (which is recorded at the VCS check in level). Projects
are "what" you did... and a "why" should be easily attached to that.
It just seemed off
to me having so many projects with the next action exactly the same,
but I guess that's just the nature of my work.
I wonder if, based on this sentence, it might be that most of your projects could be managed by a generic checklist of things that have to be done for every site. Tracking the project could be as simple (simple!) as creating a job sheet listing all the standard tasks that need to be done for each site project. Mark the date you do each one. Keep the job sheet in the relevant project folder and refer to it as needed.It just seemed off
to me having so many projects with the next action exactly the same,
but I guess that's just the nature of my work.
Probably a gross oversimplification of your problem, but since you mentioned that different projects all had basically the same next action, this solution is what sprang to mind.