You are helping me build the following AI agent workflow. ## Goal Daily Tech News Digest to Discord: Monitors Bleeping Computer RSS daily and posts tech news summaries to your designated Discord channel. ## Specification - What it does: Get fresh tech news summaries posted directly to your Discord channel every day without lifting a finger. This agent monitors Bleeping Computer's RSS feed and automatically delivers the latest articles to keep you informed on a daily basis. - Trigger: On a schedule (Scheduled ยท daily) - Autonomy: Fully hands-off - Expected setup effort: under an hour - Tools/services involved: - RSS Feed: Fetching tech news from Bleeping Computer - Discord: Posting the daily digest message ## Known pitfalls, handle each one explicitly in your implementation 1. RSS feeds may change their structure over time, so add error handling to parse failures gracefully. 2. Webhook URLs expire if regenerated in Discord settings, so store them securely and alert on 403 errors. ## Reference implementation https://www.youtube.com/watch?v=ONgECvZNI3o (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/daily-tech-news-digest-to-discord/ via usecasesforagents.com