Recently we started a big project (based on RFP) in scrum. We started to write product backlog list but some questions come into our mind :
1- Because of the lack of good description,vision and details about their requirements, we should go to their office and ask them lots of question about the processes and actors (an analysis process). This process may takes a week or two for our two team members. I want to know should we put these tasks in product backlog or not? (it seems not, but how should I handle it?..It is a pre-step of finding real product backlog items)
2- I have some fundamental tasks that should be done before starting the main project backlog tasks:
making the project templates ready,
making the code architecture ready(rule of coding, using of old compoentnts,code-generation, ...) ,
- deciding how to break the whole project into different solutions/database (based on project aspects)
- making the workflow foundation ready (based on project needs)
- making the logging foundation ready (based on project needs)
How Should I behave to these items? Should I put them in product backlog list or not?
Any Idea or good resources (examples) are welcomed. Thanks in advance.
EDIT I found some good articles here and here . So all things should be started from Vision document. I think vision can comes from directly from RFP document or after doing analysis steps a little after project start up (Am I right?).