A Google search will
To give you much a better results answer, my company's policy is to use XP as much as possible and spend some time looking into to follow the principles and practices as outlined in the Agile manifesto.
http://www.extremeprogramming.org/
So this includes things like Agilestory cards, XPtest-driven development, Scrumpair programming, automated testing, continuous integration, one-click installs and so on. Your question is too We are not big on documentation, but we realize that we need to really answer produce just enough documentation in a forum like thisorder to create working software.
In a nut shell:
- create just enough user stories to start development (user stories here are meant to be the beginning of the conversation with business and not completed specs or fully fleshed out use cases, but short bits of business value that can be implemented in less then 1 iteration)
- iteratively implement story cards based on what the business prioritizes as the most important
- get feedback from the business on what was just implemented (e.g., good, bad, almost, etc)
- repeat until business decides that the software is good enough
