scrimba
Prompt Engineering
Prompt Engineering
Practice: Plan an App with Role-Based Prompting
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Practice: Plan an App with Role-Based Prompting
AboutCommentsNotes
Practice: Plan an App with Role-Based Prompting
Expand for more info
challenge.md
run
preview
console
## Review
- Use phrases like "Act as a..." and "You are a..."
to prompt ChatGPT to assume a certain role
- Prompt ChatGPT to ask clarifying questions
- Assume a role to define technologies,
determine key features, and write user stories

## Exercise - https://chat.openai.com/
Scenario: Use role-based prompting to get advice
on how create an MVP (minimum viable product)
for a booking website that displays information on hotel resorts.

1. Start with a prompt that yields a
broad overview of what you might need for an MVP.
2. Pick one area to focus on and answer the clarifying questions
3. Use ChatGPT to create 5 user stories for that area of focus.
Console
/index.html
-3:41