What problem does it solve? Building n8n workflows from scratch often leads to structural mistakes, missed error handling, and common gotchas like misreading webhook payloads. This Skill provides five proven workflow architecture patterns so you start from a correct, tested structure instead of trial and error. ## Core Features & Use Cases - Five Core Patterns: Webhook processing, HTTP API integration, database operations, AI agent workflows, and scheduled tasks, each with structure diagrams and configuration examples. - Pattern Selection Guide: Decision criteria mapping use cases (form submissions, ETL sync, chatbots, reports) to the right pattern. - Gotchas & Best Practices: Documents critical mistakes such as accessing webhook data under $json.body, SQL injection prevention with parameterized queries, and connecting tools via the ai_tool port. - Use Case: You need to build a Slack notification workflow triggered by a payment webhook. Follow the webhook processing pattern to validate the payload, transform fields, and respond correctly. ## Quick Start Ask the AI to design an n8n workflow for your use case, such as a scheduled daily report or a webhook-driven Slack notification, using the appropriate workflow pattern.