vote up 3 vote down star
1

I recently joined a new project utilizing Agile methodology. The documentation is scarce to none, except for sticky papers on the whiteboard indicating stories, completed, in-progress, etc. The project is a web app for a workflow that is fairly complicated. Is this common or is it still useful to have functional/tech specs, etc. with Agile? What is the optimal amount of documentation for a fairly complex Agile web project?

flag

76% accept rate
What framework are you using? Agile isn't a process to build software and you can't just say you are doing an "Agile" project. Agile is a way of thinking about going about the process for building software...you still need concrete principals (XP, scrum, Crystal, RUP, etc) to be successful. – DancesWithBamboo Feb 7 at 0:18
That's an interesting point. Personally, I use, for lack of a better word, Microsoft Solutions Framework (and common sense). – LuftMensch Feb 9 at 22:25

5 Answers

vote up 2 vote down check

I don't think that you need any documentation.

No Documentation

link|flag
I'm calling this the best answer at this point as I think highlights a very real problem right now--people using Agile as an evangelical/theological basis for being lazy with process, rather than as a way to improve development of solutions to business problems. – LuftMensch Feb 9 at 18:30
vote up 0 vote down

We use Scrum along with Agile. Although the amount of documentation we generate is not much.. we tend to include the documentation in the code itself. Or documentation can itself be classified into a subtask and have an associated burn down chart.

link|flag
vote up 1 vote down

One of the tenets of most agile frameworks is to keep your technical debt in check by constant improvement and refactoring. This process results in highly readable and maintainable code. Thus you generally don't need much documentation; you can read the code. If this isn't the case on your project then you might consider that your engineering practices are in need of fixing rather than more documentation. Although a certain amount of high level docs are useful,and possibly necessary depending on the system; the general feeling should be that docs = waste.

link|flag
I don't want to get you in trouble by clicking "offensive", so I'll just leave a comment. "You can read the code" and "docs=waste" is sheer lunacy. Unfortunately, I think many would agree with you--the travesty of Agile is people using it to justify their existing bad habits! – LuftMensch Feb 9 at 18:26
vote up 4 vote down

As little as your team and client is comfortable with.

link|flag
+1 Nice answer, good links – Mark Brittingham Feb 7 at 0:40
vote up 0 vote down

Enough that it's clear. It's tid to the complexity of what's being built for me.

I'm excited about using balsamiq in my next project to see what I can do away with.

link|flag

Your Answer

Get an OpenID
or

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