Note: I read the 2 following questions :
- Writing user stories for internal technical tasks
- How to write User Stories for technical implementation details?
Here's the "short" story :
I am a product owner assistant working with a team of business analysts for a bank (the client). The project (a multiple applications system) delivers reports for final users. The client wants us to help them in the way they write "stories". (better cutting)
At this point, Business analysts provide sequence diagram. The way they write stories are between technical implementation and ("user") stories. Moreover, the stories are not INVEST because its follow sequence.
An exemple :
Feature :
As a FO user (in real life it's a system)
I want to ensure the loaded database contains all mandatory data in a correct format
So that I can generate a valid report for my customer
Scenario :
Given: I have loaded the database
When: It contains all mandatory data for proper report generation
And: The amounts formats do not fit the report generation rules
Then: I can convert the amounts formats (and go to the next step)
Here are my questions :
- Can we consider these stories as technical user stories ?
- Should I have to consider that we cannot write "user stories" but persist with specifications ?
- Do you have good inputs to convert sequence diagram to user stories ? Should i consider it as scenarios ?