You are helping me build the following AI agent workflow. ## Goal Feedback Triage to Task Management: Gemini triages Jotform feedback into Trello tasks or Airtable logs, with urgent bugs alerting Slack immediately. ## Specification - What it does: You get organized tasks automatically when your Jotform feedback is sorted by Gemini into Trello cards or Airtable logs. Urgent bugs bypass the queue to alert your team instantly on Slack so critical issues are addressed immediately. - Trigger: Triggered by an event (Event ยท on new form submission) - Autonomy: You stay in control - Expected setup effort: about an afternoon - Tools/services involved: - Jotform: Collect feedback from customers and staff - Google Gemini Chat Model: Categorize feedback and suggest priority - Trello: Create tasks for bugs and feature requests - Airtable: Log general feedback for review - Slack: Alert dev team on urgent bugs ## Known pitfalls, handle each one explicitly in your implementation 1. Trello card creation may fail if required fields like board ID are missing, so validate all action parameters beforehand. ## Reference implementation https://n8n.io/workflows/9999 (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/ai-feedback-triage-to-task-management/ via usecasesforagents.com