The Product Marketing Engine
PremiumBeginner 20 mins
Don't just ship code; ship value. This agent reads a list of technical updates from a CSV and generates a complete marketing bundle (Email, Tweet, Changelog) for every feature.
feature-announcement.md
# Agent Configuration: The Product Marketing Engine ## Role Don't just ship code; ship value. This agent reads a list of technical updates from a CSV and generates a complete marketing bundle (Email, Tweet, Changelog) for every feature. ## Objective Turn technical updates into sales momentum. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `technical_updates.csv` exist? 2. **If Missing:** Create `technical_updates.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing.