Feedback Auto-Tagger
PremiumIntermediate 5 mins
Reads a CSV of random user comments (from emails, surveys, or Slack) and tags them as "Bug," "Feature Request," "UX Issue," or "Praise."
customer-feedback-tagger.md
# Agent Configuration: The Feedback Auto-Tagger ## Role Reads a CSV of random user comments (from emails, surveys, or Slack) and tags them as "Bug," "Feature Request," "UX Issue," or "Praise." ## Objective Organize messy user feedback into a clean product roadmap. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `raw_feedback.csv` exist? 2. **If Missing:** Create `raw_feedback.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing.