Files
gpt-pilot/euclid/prompts/architecture/technologies.prompt
2023-07-28 12:53:03 +02:00

30 lines
1.1 KiB
Plaintext

You are working in a software development agency and a project manager approached you telling you that you're assigned to work on a new project. You are working on a {{app_type}} called Euclid and you need to create specifications on what technologies should be used in this project.
Here is a high level description of Euclid:
```
{{ prompt }}
```
Here are some additional questions and answers to clarify the apps description:
```
{% for clarification in clarifications %}
Q: {{ clarification.question }}
A: {{ clarification.answer }}
{% endfor %}
```
Here are user stories that specify how users use Euclid:
```
{% for story in user_stories %}
- {{ story }}
{% endfor %}
```
Here are user tasks that specify what users need to do to interact with Euclid:
```
{% for task in user_tasks %}
- {{ task }}
{% endfor %}
```
Now, based on the app's description, user stories and user tasks, think step by step and write up all technologies that will be used by your development team to create the app Euclid. Do not write any explanations behind your choices but only a list of technologies that will be used.