show/hide this revision's text 2 added 249 characters in body

SCRUM practices are suitable for collobaration and prioritization with the product owner. However, by itself, SCRUM will not eanable sustainable pace by the development team.

The XP focus is on engineering practices Practices such as test driven development (TDD), shared code base, simple & evolutionay design, paired programming, automated testing, continuous integration, technical debt etc.

Of all the engineering practices, TDD is hardest to learn and in general, the engineering practices have a higher learning curve than the management (SCRUM) practices. However, without the engineering practices the code will come to a point where you will not be able to maintain velocity. The reasons being is the code will take to longer and longer to test and become to fragile to change.

If you are going to take on the engineering practices, it is best to embed into the team a technical or engineering coach. The coach would provide intro training for each practices and through pairing quickly propogate the practices through the team.

SCRUM and XP are a great match. Some research shows that combining SCRUM and XP results in the most effective agile teams. Given that each focus is distinct yet complementary, you will be wise to use both SCRUM and XP on any of your agile teams.

show/hide this revision's text 1 [made Community Wiki]

SCRUM practices are suitable for collobaration and prioritization with the product owner. However, by itself, SCRUM will not eanable sustainable pace by the development team. The XP focus is on engineering practices Practices such as test driven development (TDD), shared code base, simple & evolutionay design, paired programming, automated testing, continuous integration, technical debt etc. Of all the engineering practices, TDD is hardest to learn and in general, the engineering practices have a higher learning curve than the management (SCRUM) practices. However, without the engineering practices the code will come to a point where you will not be able to maintain velocity. The reasons being is the code will take to longer and longer to test and become to fragile to change. If you are going to take on the engineering practices, it is best to embed into the team a technical or engineering coach. The coach would provide intro training for each practices and through pairing quickly propogate the practices through the team.