I use zim (but planning to switch to org-mode which seems a lot more powerful), but any good note taking software should do it.<p>I put most of the things in my homepage with a tree of check-boxes (tasks) divided in 3 sections:<p>- To-plan : idea dumping, less than 5 words or just an URL for example<p>- To-do : tasks to do<p>- Urgent : tasks with a close deadline, should contain not many tasks, or be empty if possible.<p>When I start a project (moving a task from "to plan" to "to do"), I add a page with multiple mostly static info on it, like a small summary, final goals, commands I need to be up as fast as I can, important URLs.<p>When I add tasks to a project, I try to make them <i>as small as possible</i> (maximum a few hours for a task), most of the tasks are broken into multiple sub-tasks, that sometimes lead to a new project. Like with git, commits (tasks) should be atomic and when done it must still compiles (no "work in progress" state when I'm done with a task). It's also easy then to find common sub-tasks or sub-projects.<p>The first tasks on a project are almost always research, compare the solutions to pick the best, prepare and document the working environment, and are often longer than the rest.<p>New tasks/projects go on top on my tree, so when I have to pick one, I read my list from bottom to up.
I sometimes rearrange sub-trees to prioritize them.<p>When I want to do things, I pick tasks I will work on with these criteria :<p>- What I'm motivated to do right now (most important actually)<p>- How useful it will be (for other projects, to ease my life, ...)<p>- How fast it will be, regarding the free time I might have in the near future.<p>That way, my (too many) projects all go forward at the same time, I optimize the time I spend on them (with "how to get up to work" instructions), and I always have something to do that I like.
Some of my projects get done from time to time. But most do not and it's OK, because I always come up with new ideas so there is always things to add, and the project is never really over.<p>I don't personally need it, but one way to be stimulated with this flow is to keep your done tasks checked, in an archive page to not pollute your main page for example, and with dates if you are organized, so you can look back at what you achieved from time to time.<p>PS: I think it's close to GTD, but I didn't take time to read about it to be sure.