mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-05-01 14:33:54 +07:00
Added new GPTs for Black Friday
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
|
||||
[]()
|
||||
# Create User Stories for Product Development
|
||||
Use this to generate user stories including acceptance criteria for product development.
|
||||
|
||||
# Prompt
|
||||
|
||||
```
|
||||
Act as a Product Manager. Design a {{ What is the product to be designed? }} by providing a list of features and functionalities essential for a website to function.
|
||||
{{ What is the purpose of the product being developed? }}
|
||||
|
||||
Based on the features and functionalities, generate user stories and acceptance criteria.
|
||||
The output should be in a table format and should include the following columns: Features, Functionality, User Story, Acceptance Criteria.
|
||||
|
||||
```
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: Features | Functionality | User Story | Acceptance Criteria
|
||||
|
||||
--- | --- | --- | ---
|
||||
|
||||
User Authentication | Allow users to create and log in to their accounts securely | As a customer, I want to be able to create an account so that I can securely place my orders | A user must be able to create an account with their email and password. The website should require a strong password and secure login process.
|
||||
|
||||
Product Catalog | Display all available products with images, descriptions, and prices | As a customer, I want to browse the available shoe products so that I can choose what to order | All products should be displayed on the website with clear images, accurate descriptions, and prices listed.
|
||||
|
||||
Product Search | Allow customers to search for specific products | As a customer, I want to be able to search for specific shoes so that I can easily find what I am looking for | The website should allow users to search for shoes by name, brand, type, or category.
|
||||
|
||||
Cart Management | Allow customers to add/remove items from their shopping cart | As a customer, I want to be able to add or remove products from my shopping cart before checkout | The website should allow customers to add products to their cart, update quantities, and remove items if necessary.
|
||||
|
||||
Checkout Process | Provide a secure payment option for customers to complete their orders | As a customer, I want to be able to complete my purchase securely | The website should provide a secure payment gateway and allow customers to enter their payment information and shipping address.
|
||||
|
||||
Order History | Display a list of all past orders with their status | As a customer, I want to be able to view my order history and its status | The website should display all past orders with their order number, date, status, and tracking information (if applicable).
|
||||
|
||||
Order Tracking | Allow customers to track the delivery status of their orders | As a customer, I want to be able to track the delivery status of my orders | The website should provide a tracking number or link for customers to track their order delivery status.
|
||||
|
||||
Return and Exchange Management | Allow customers to return or exchange products within a certain timeframe | As a customer, I want to be able to return or exchange products if necessary | The website should provide guidelines on the return and exchange policy and allow customers to initiate the process by contacting the company or filling out a form on the website.
|
||||
|
||||
|
||||
|
||||
Note: These are just some of the essential features and functionalities required for a customer portal for a shoe company. Depending on the company’s needs and goals, additional features can be incorporated into the website.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user