183k views
0 votes
Which of the following things is wrong with this business user story?

As a user, I need a system should be built using the Meteor platform for making web and mobile apps in JavaScript.

1 Answer

4 votes

Final answer:

The issue with the user story is its specificity in mentioning the Meteor platform and JavaScript, which are technical details rather than user-centric needs. User stories should remain platform-agnostic and focus on user value or benefit, following the standard template.

Step-by-step explanation:

The business user story provided has an issue with its formulation. User stories should express a functionality requirement from an end-user perspective without designating a specific technology or platform. Instead, they should focus on the value or benefit that the feature will provide to the user. The correct format generally follows the template: 'As a [type of user], I want [some goal] so that [some reason].' An improved version of this user story could be, 'As a user, I need a system that provides the ability to make web and mobile apps efficiently so that I can streamline my development process.'

The original user story specifies the Meteor platform and JavaScript, which are technical specifications better suited for developers rather than end-users or stakeholders. The business user story should remain platform-agnostic unless the platform itself is a requirement driven by clear business or user needs, which should be stated explicitly.

User MdxBhmt
by
8.1k points