You are helping me build the following AI agent workflow. ## Goal Auto-Generate Tax Compliance Checklists from RSS: Monitors tax RSS feeds to auto-generate compliance checklists with priorities and timelines in Google Sheets. ## Specification - What it does: Monitor your tax and regulatory RSS feed to automatically generate structured compliance checklists without manual reading. The system filters out noise, uses AI to evaluate if an update requires action, and creates a detailed task list with priorities and timelines for your team. All actionable items are instantly logged into Google Sheets so you can track deadlines and assign owners immediately. - Trigger: On a schedule (Scheduled ยท hourly) - Autonomy: Fully hands-off - Expected setup effort: about an afternoon - Tools/services involved: - RSS Feed Trigger: monitors tax compliance updates - Code Node: filters relevant regulatory content - HTTP Request: fetches full article content - HTML Extract Node: pulls concise summary sections - Google Gemini: analyzes updates and generates structured checklists - Google Sheets: stores actionable compliance tasks for tracking ## Known pitfalls, handle each one explicitly in your implementation 1. Tax regulations often contain complex legal jargon that confuses standard parsers, so use a robust HTML Extract node with specific XPath selectors to isolate only the clean text content. 2. RSS feeds frequently change their HTML structure without notice, which breaks extraction logic, therefore implement a weekly test run to verify the extracted fields remain valid. ## Reference implementation https://n8n.io/workflows/15846 (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/auto-generate-tax-compliance-checklists-from-rss/ via usecasesforagents.com