Ask HN: Requirements-Based Project Management
Our vision for a PM tool is based around writing requirements and documentation first, then generating tasks based on creation of or editing those requirements. A requirements list might look like:
Business
|-Orders allowed only from 8AM-5PM
|-Order minimum is $5
|-...
UI
|-All tables have an 'Export' button
Etc
Each requirement is a first-class item that can be modified, can have comments attached, etc. When changing a requirement, you can generate a task that is inserted into a backlog or sprint for a developer to work on. The requirements document would be version controlled along with the tasks that are generated for each requirement or change, so you can view requirements of a previous release. You would also be able to diff the requirements between versions to see changes between each and the tasks completed for those changes. Bugs could be filed against a requirement that is not working as intended.The benefit we see is that your documentation is directly tied to your project management. Before a work task is generated, a requirement must be written in the documentation so it forces the documentation to be written (which is usually so rarely/poorly done). A lot of PM tools can integrate with Wikis, but it always feels like an after-thought and the wiki inevitably rots in many projects as effort isn't put forth to maintain it.
So, do any tools exist that do what we're searching for? We're not opposed to writing one ourselves, but obviously we'd like to save time and money by adopting an existing tool. Would anyone else be interested in using a tool like this? What issues or problems do you see with it?
5 comments
[ 2.2 ms ] story [ 23.4 ms ] threadJIRA is an awesome tool to manage issues/bugs (I use it extensively at work) but like you said, it is hard to keep track of a particular requirement/deliverable against the JIRAs. When I say keep track, I mean the ever changing requirements, customer priorities, new risks/issues that could hinder the progress, audit history etc.
* "First-class item" => Make a custom work-item type for "Requirement"
* "have comments attached" => Jira comments
* "Generate a task/see tasks completed" => Add items as sub-tasks
* "Version control" => Jira history tab
* "Bugs filed against req" => New issue, link to Requirement
Confluence also has pretty good integration with Jira if you want to write longer/formal documents - you can link to Jira items and the wiki page will update the status of the item automatically.
If you had to change a requirement, would you create a new one delete the old requirement or update the existing one? If there is a complex system with a couple hundred requirements, how would you organize them? Nested "folders" would be our ideal choice, but I think that we would just have to stick to some kind of label system in Jira.
I don't think it's a bad idea, but for me it doesn't feel like the requirement is driving the project management. By convention it certainly could be, but I don't like having to rely on people following the convention.