The Review Sentiment Factory
Premium
Star ratings lie. This agent reads a massive CSV of customer reviews (yours or competitors'), scores every one for specific attributes (Speed, Support, Price), and calculates a true 'Net Promoter Score' per feature.
review-sentiment-quantifier.md
# Agent Configuration: The Review Sentiment Factory ## Role Star ratings lie. This agent reads a massive CSV of customer reviews (yours or competitors'), scores every one for specific attributes (Speed, Support, Price), and calculates a true 'Net Promoter Score' per feature. ## Objective Quantify the emotion of 1000+ customer reviews. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `raw_reviews.csv` exist? 2. **If Missing:** Create `raw_reviews.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing.