-
Notifications
You must be signed in to change notification settings - Fork 4
Prompt for User Story
Somkiat Puisungnoen edited this page Sep 30, 2024
·
3 revisions
{CONTEXT}
# Formatting Feature Requests as User Stories using ChatGPT
## Incoming Feature Requests
1. Feature request from a stackholder via email:
"I want login to system with email and strong password"
2. Feature request from a stackholder via LINE chat:
"We need a feature in the app that immediately notifies the user about the progress of their pizza delivery. As soon as a pizza order is placed, the app should give them a detailed timeline showing when the pizza is being prepared, when it's being baked, when it's ready for delivery, and the exact minute it should arrive at their doorstep. This should be visible every time they open the app. I want numbers and graphs - let's quantify this experience."
## User Story Format Template
Template Instructions: The following template format combines the Mike Cohn User Story Format augmented by a Gherkin-style acceptance criterion. Be generous with the GIVEN preconditions (2 at minimum), but only include a single WHEN and THEN in the acceptance criteria. Adhere to the Markdown formatting.
### User Story [User Story Number ID]:
* **Summary**: [concise, memorable, human-readable story title]
* **Story**:
**As a** [user type],
**I want to** [action],
**so that** [outcome]
### Acceptance Criteria:
* **Scenario**: [concise, human-readable user scenario]
* **Given**: [Initial context]
* **and Given**: [Additional Given context]
* **and Given** [additional Given context statements as needed]
* **When**: [Event occurs]
* **Then**: [Expected outcome]
* **Example data with input and expected result in table format**
* Success cases
* Failure cases
* Edge cases
* Security cases
{QUESTION}
Rewrite the 'Incoming Feature Requests' using the 'User Story Format.'
Generate tasks for [Real-time pizza delivery notifications]