--- LIVE SITE --- SANDBOX SITE --- DOWNLOAD ---
We built this tool for how we work.
Storytracker is an open source agile project management tool, built using Ruby on Rails.
You can see Storytracker at work, managing the stories for FolkLogic's open source projects, at http://storytracker.folklogic.net/projects. We also have an open site where you can play as much as you want at http://storytracker.folklogic.net/sandbox.
David Anderson, one of the founders of FolkLogic, started work on Storytracker when he and Larry Baltz worked together at Quiconnect. It grew out of a need for an on-line reflection of the eXtreme Programming (XP) story cards we were using to manage several development projects. We needed the info on-line because our marketing department was in London and our development team was in Grenoble. We had to have a way to swap stories back and forth and talk about the state of things over the phone and by email.
Storytracker manages XP stories using a web interface and allows you to track their development state and plan when stories will be worked on. Since one of the main drivers for making this tool in the first place was communication between our marketing (internal customer) and development teams, Storytracker emphasizes the stories' role in the planning process.
Story browser, with edit-in-place interface. Sort stories by iteration, project, priority, etc. See at a glance recently completed stories, ongoing work, and future plans. Update story data. Try it now.
![]()
Project planning -- drag-and-drop the stories within each project to establish their relative priorities. Try it now.
Milestone and release planning -- move stories between iterations, or milestones, or drop them from the plan altogether -- using drag-and-drop. Try it now.
![]()
Print story cards. (/stories/print -- have your browser print this page 4-up, landscape)
Statistics -- storytracker will calculate velocities to help give you an idea of how accurate your estimates are. (/projects, /iterations)
svn co svn://rubyforge.org/var/svn/storytracker/trunk storytracker
set up config/database.yml
rake db:migrate
script/server
browse to localhost:3000