First Commit
This commit is contained in:
57
docs/06_prompts_gemini.md
Normal file
57
docs/06_prompts_gemini.md
Normal file
@@ -0,0 +1,57 @@
|
||||
# Prompts para Gemini (Estruturados)
|
||||
|
||||
## Regra base
|
||||
Sempre:
|
||||
- Ler /docs
|
||||
- Seguir arquitetura
|
||||
- Não inventar features
|
||||
|
||||
---
|
||||
|
||||
## Prompt 1 — Setup
|
||||
Setup Flutter + Firebase + Auth + Localization
|
||||
|
||||
---
|
||||
|
||||
## Prompt 2 — Music Upload
|
||||
Create MusicService:
|
||||
- upload audio to Firebase Storage
|
||||
- store metadata in Firestore
|
||||
|
||||
---
|
||||
|
||||
## Prompt 3 — Player
|
||||
Create audio player using just_audio:
|
||||
- play
|
||||
- pause
|
||||
- seek
|
||||
|
||||
---
|
||||
|
||||
## Prompt 4 — Playlists
|
||||
Implement CRUD playlists with Firestore
|
||||
|
||||
---
|
||||
|
||||
## Prompt 5 — AI Tagging
|
||||
Send song metadata to AI and store genre/mood
|
||||
|
||||
---
|
||||
|
||||
## Prompt 6 — Chat IA
|
||||
Create chat UI + AI integration
|
||||
|
||||
---
|
||||
|
||||
## Prompt 7 — Messaging
|
||||
Create DMs system:
|
||||
- text messages
|
||||
- send songId
|
||||
|
||||
---
|
||||
|
||||
## Prompt 8 — Themes
|
||||
Implement:
|
||||
- system theme
|
||||
- custom colors
|
||||
|
||||
Reference in New Issue
Block a user