You are helping me build the following AI agent workflow. ## Goal PRD Updates From Product Signals: Continuously ingests product signals from Slack, Jira, and support tools to auto-update your PRD with AI-extracted feature requests and... ## Specification - What it does: You keep your Product Requirements Document current by having this workflow automatically pull feature requests and scope changes from Slack, Zoom, Jira, Zendesk, Figma, and analytics webhooks. It standardizes these inputs to extract actionable updates and appends them directly to your Google Doc as a living document that evolves with real-time feedback. - Trigger: Triggered by an event (Scheduled ยท continuous ingestion from Slack, Zoom, Jira, Zendesk, Figma, and Webhooks) - Autonomy: Fully hands-off - Expected setup effort: a few focused days - Tools/services involved: - Slack: Ingesting channel messages and app mentions - Zoom: Fetching meeting recordings - Jira Software: Collecting issue comments and updates - Zendesk: Ingesting customer support tickets - Figma: Capturing design file comments and updates - Google Docs: Storing structured PRD recommendations - OpenAI Chat Model: Analyzing signals and generating PRD updates ## Known pitfalls, handle each one explicitly in your implementation 1. Sensitive customer data in Zendesk tickets might leak into the public PRD, so apply PII redaction rules before sending data to the LLM. ## Reference implementation https://n8n.io/workflows/13553 (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/automated-prd-updates-from-product-signals/ via usecasesforagents.com