This is the planning brain before you build automations. It helps you decide whether your integration needs n8n, pure Python, or a hybrid approach by analyzing your stack (Shopify, HubSpot, Zoho, etc.) against practical constraints like OAuth complexity, data volume, and who will maintain it. The core insight is useful: it draws a clear line between orchestration tasks that belong in visual workflows and heavy processing that belongs in code. Think of it as the architect who says "n8n for the first 5,000 records and standard SaaS integrations, Python when you hit memory limits or need real algorithms." It coordinates with other n8n skills to hand off implementation details once the architectural decisions are made.
npx skills add https://github.com/promptadvisers/n8n-powerhouse --skill n8n-workflow-architect