Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

It can be a specific software or a technique to express roadmaps on another medium (sheet of paper, word document, ...).

share|improve this question

5 Answers

I use Excel. Also for backlogs.

share|improve this answer

Have a look to Pivotal Tracker.
It's a free story-based project planning tool that allows teams to collaborate and instantly react to real-world changes.

share|improve this answer
Pivotal Tracker seems very interesting! It seems to be an equivalent to Jira, but as a free version. But as I responded to Dan Dyer, I'm looking at a tool to express the "bigger view" of a specific development within a project, with dependencies about the work that has to be done, but without going into the details... Maybe something that could look like this: edrawsoft.com/PERT-Examples.php. – Sebastien Daigneault Sep 20 '10 at 21:41

I use JIRA. It has a project roadmap view for each project, which lists bugs and features against upcoming releases and indicates how much progress has been made. Individual users can view their own personal roadmap that consists only of items assigned to them.

share|improve this answer
I'm actually used to Jira. We use it more for micro planning, so tasks taking from a couple of hours to a couple of days, but we miss a tool to show the big picture of a given development. You do it directly in Jira? – Sebastien Daigneault Sep 20 '10 at 21:38

Whiteboards, then photos of whiteboards, then a chart tool like Visio if things need to be pretty.

share|improve this answer

An Excel spreadsheet is good for not too big projects. It has support for operations with cells which makes it even more powerful. That's what I use.

Other prefer MS Project but the feedback I heard is of both types. Some love it, some hate it... Try it and see if it works for you. I like it but I think is too complex for my needs.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.