Goal
Extract hardcoded prompts from ai-service.ts for better maintainability and A/B testing.
Context
AI prompts are currently embedded in the service code. Extracting them to a config file or database would enable easier iteration and testing.
Tasks
References
- ROADMAP.md: Section 3 - AI Service Scalability