You are helping me build the following AI agent workflow. ## Goal ASMR YouTube Shorts Generator: Autonomously generates viral ASMR Shorts by brainstorming concepts, creating video/audio assets with AI. ## Specification - What it does: Get viral ASMR YouTube Shorts without lifting a finger by having this agent brainstorm trendy concepts and create the full video and audio for you. It automatically assembles your clips into a final file, tracks progress in Google Sheets, uploads directly to YouTube, and notifies you when everything is live. - Trigger: On a schedule (Scheduled ยท daily) - Autonomy: Fully hands-off - Expected setup effort: under an hour - Tools/services involved: - OpenAI Chat Model: Ideation and planning content strategy - HTTP Request: Calling Seedance video model via Wavespeed AI - HTTP Request: Calling Fal AI audio model for sound effects - Google Sheets: Logging production status and video URLs - YouTube: Uploading final video to channel ## Known pitfalls, handle each one explicitly in your implementation 1. Audio and video file formats must match exactly before assembly or the final render will fail silently 2. YouTube API quotas reset daily so monitor usage closely to prevent upload failures during peak hours 3. Sensitive ASMR triggers might violate community guidelines so add a content safety filter before uploading ## Reference implementation https://n8n.io/workflows/5110 (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-asmr-youtube-shorts-generator/ via usecasesforagents.com