من المؤسسFrom the Founder العلومScience التعلم الغامرImmersive Learning القوالبTemplates الإضافةExtension
تقنيةTech
30 ي30d
استخدم Claude كمهندس workflows في n8n خلال 21 يومUse Claude as an n8n Workflow Architect in 21 Days
تقنيةTech

استخدم Claude كمهندس workflows في n8n خلال 21 يوم Use Claude as an n8n Workflow Architect in 21 Days

إعداد n8n أو الوصول إليه، وتصدير workflow بصيغة JSON، واستخدام Claude لشرح JSON وتصحيح أخطائه، وبناء ثلاثة workflows حقيقية لحالة استخدام واحدة، ثم إضافة فروع أخطاء ومنطق إعادة محاولة، وتوثيق كل workflow بوصف واضح وعادة سجل تغييرات. Set up or access n8n, export workflow JSON, use Claude to explain and debug the JSON, build three real workflows for one use case, add error branches and retry logic, then document each workflow with a plain-language description and changelog habit.

4 نتائج رئيسية4 key results ·31 مهمة31 tasks ·30 يوم30 days
30 يوماً30 Days

ابدأ هذه الخطة مجاناً Start This Plan — Free

لا يلزم بطاقة ائتمانية · مجاني للبدء No credit card · Free to start

إيه اللي هتحصله مع زالفولWhat You Get with Zalfol

🐟

Goldfish ModeGoldfish Mode

مهمة واحدة في كل مرة، مؤقتة، بدون تشتيتOne task at a time. Timed. No distractions.

CEO ModeCEO Mode

خطة كاملة، منظمة، مع تتبع حقيقيFull plan. Organized. With real tracking.

🗑

صندوق الإفراغDump Box

كل حاجة في دماغك — افرغها هنا الأولEverything in your head — dump it here first.

الخطةThe Plan

1
تشغيل n8n وتفعيل التعاون مع Clauden8n Environment Live and Claude Pairing Working
20%
اعمل فولدر اسمه `n8n Claude Architect`. جوّاه اعمل `exports` و`claude-audits` و`blueprints` و`changelog`. احفظ ملف فاضي اسمه `do-not-paste-secrets.md` وفيه السطر `Never paste API keys, tokens, or credential values into Claude`.Create a folder named `n8n Claude Architect`. Inside it create `exports`, `claude-audits`, `blueprints`, and `changelog`. Save an empty file named `do-not-paste-secrets.md` with the line `Never paste API keys, tokens, or credential values into Claude`. 5 دmin
افتح n8n.cloud. اعمل workspace جديد. افتح محرر workflow فاضي. غيّر اسم أول workflow إلى `Claude JSON Test`. اتأكد إن المحرر فتح وإن اسم الـ workflow ظاهر فوق الكانفاس.Open n8n.cloud. Create a new workspace. Open the empty workflow editor. Rename the first workflow `Claude JSON Test`. Confirm the editor loads and the workflow name appears at the top of the canvas. 5 دmin
افتح تيرمينال سيرفر n8n الـ self-hosted. شغّل أمر Docker Compose الموجود لتشغيل n8n. افتح رابط n8n في المتصفح. اتأكد إن المحرر فتح. احفظ رابط webhook العام في `blueprints/self-hosted-url.txt`.Open the self-hosted n8n server terminal. Run the existing Docker Compose start command for n8n. Open the n8n URL in a browser. Confirm the editor loads. Save the public webhook URL in `blueprints/self-hosted-url.txt`. 5 دmin
افتح n8n المحلي على الجهاز. اعمل أو افتح نسخة تجربة محلية. اتأكد إن المحرر فتح على رابط localhost. احفظ رابط localhost في `blueprints/local-url.txt`.Open local n8n on the machine. Create or open a local test instance. Confirm the editor loads at a localhost URL. Save the localhost URL in `blueprints/local-url.txt`. 5 دmin
افتح n8n. اعمل workflow جديد. ضيف Manual Trigger node. ضيف HTTP Request node على `https://httpbin.org/get`. وصّل النودز. اضغط Execute. صدّر الـ workflow كـ JSON واحفظه باسم `exports/manual-http-test.json`.Open n8n. Create a new workflow. Add a Manual Trigger node. Add an HTTP Request node pointing to `https://httpbin.org/get`. Connect the nodes. Click Execute. Export the workflow as JSON and save it as `exports/manual-http-test.json`. 5 دmin
افتح n8n. اختار workflow شغال فيه 3 nodes أو أكتر. صدّره كـ JSON. احفظه باسم `exports/existing-workflow-baseline.json`. افتح الملف واتأكد إنه فيه keys باسم `nodes` و`connections`.Open n8n. Choose one existing working workflow with 3 or more nodes. Export it as JSON. Save it as `exports/existing-workflow-baseline.json`. Open the file and confirm it contains `nodes` and `connections` keys. 5 دmin
افتح `exports/manual-http-test.json` أو `exports/existing-workflow-baseline.json` في text editor. دور على أول node object وأول connection object وأول expression string. اكتب الثلاث snippets في `blueprints/json-anatomy.md`.Open `exports/manual-http-test.json` or `exports/existing-workflow-baseline.json` in a text editor. Find the first node object, the first connection object, and the first expression string. Write the three copied snippets in `blueprints/json-anatomy.md`. 5 دmin
افتح ملف JSON المصدر من n8n. دور على `password` و`token` و`apiKey` و`secret` و`credential`. لو أي قيمة حقيقية ظهرت، امسحها قبل استخدام Claude. اكتب النتيجة في `do-not-paste-secrets.md`.Open the exported n8n JSON file. Search for `password`, `token`, `apiKey`, `secret`, and `credential`. If any live value appears, remove the value before using Claude. Write the result in `do-not-paste-secrets.md`. 5 دmin
افتح Claude. الصق JSON الكامل المصدر من n8n. اكتب `Explain what this workflow does step by step and identify any missing error handling.` احفظ رد Claude باسم `claude-audits/first-json-explanation.md`.Open Claude. Paste the full exported n8n JSON. Type `Explain what this workflow does step by step and identify any missing error handling.` Save Claude's answer as `claude-audits/first-json-explanation.md`. 5 دmin
افتح Claude. الصق `exports/manual-http-test.json` أو `exports/existing-workflow-baseline.json`. اكتب `List the exact node names, connection directions, and expressions that could fail in this workflow.` احفظ الرد باسم `claude-audits/failure-map.md`.Open Claude. Paste `exports/manual-http-test.json` or `exports/existing-workflow-baseline.json`. Type `List the exact node names, connection directions, and expressions that could fail in this workflow.` Save the answer as `claude-audits/failure-map.md`. 5 دmin
افتح n8n.cloud. افتح Executions للـ `Claude JSON Test`. اضغط على آخر run ناجح. انسخ حالة التنفيذ وملخص output بتاع HTTP node في `claude-audits/cloud-execution-log.md`.Open n8n.cloud. Open Executions for `Claude JSON Test`. Click the latest successful run. Copy the execution status and the HTTP node output summary into `claude-audits/cloud-execution-log.md`. 5 دmin
2
بناء واختبار ثلاثة workflows حقيقيةThree Real Workflows Built and Tested
40%
انسخ JSON لأول workflow حقيقي. الصقه في Claude. اكتب `Add an error branch that sends a Telegram message if the HTTP request fails. Return the updated JSON.` نفّذ النودز اللي رجعت في n8n واحفظ تصدير جديد باسم `exports/workflow-1-error-branch.json`.Copy the n8n JSON of the first real workflow. Paste it into Claude. Type `Add an error branch that sends a Telegram message if the HTTP request fails. Return the updated JSON.` Implement the returned nodes in n8n and save a new export as `exports/workflow-1-error-branch.json`. 5 دmin
افتح Claude. الصق JSON الـ workflow واسأل `Write the IF node condition, Set node fields, and Function node code needed to normalize this output into a stable object.` جرّب التعبير في n8n واحفظ التعبير النهائي في `blueprints/expression-snippets.md`.Open Claude. Paste the workflow JSON and ask `Write the IF node condition, Set node fields, and Function node code needed to normalize this output into a stable object.` Test the expression in n8n and save the final expression in `blueprints/expression-snippets.md`. 5 دmin
افتح Claude Code أو Claude Desktop وفيه تجربة n8n MCP مفعلة. اسأل `List the available n8n tools and read the current workflow if access is configured.` احفظ الرد باسم `claude-audits/mcp-connection-check.md`.Open Claude Code or Claude Desktop with the n8n MCP experiment enabled. Ask `List the available n8n tools and read the current workflow if access is configured.` Save the response as `claude-audits/mcp-connection-check.md`. 5 دmin
افتح التيرمينال. شغّل tunnel محلي بـ ngrok أو cloudflared لبورت webhook بتاع n8n المحلي. انسخ رابط HTTPS العام في `blueprints/local-tunnel-url.txt`. ابعت webhook تجربة للرابط واتأكد إن n8n استقبله.Open a terminal. Start a local tunnel with ngrok or cloudflared for the local n8n webhook port. Copy the public HTTPS tunnel URL into `blueprints/local-tunnel-url.txt`. Send one test webhook to the tunnel URL and confirm n8n receives it. 5 دmin
3
إضافة فروع أخطاء لكل workflowsAll Workflows Have Error Branches
25%
4
توثيق مكتبة الـ workflowsWorkflow Library Documented
15%

+ 16 مهمة أخرى — استورد الخطة عشان تشوفهم كلهم+ 16 more tasks — import the plan to see them all

النجاح شكله إيهWhat Success Looks Like

شاشة تنفيذات n8n مفتوحة. تظهر ثلاثة صفوف workflows بعلامات نجاح خضراء. يظهر على الهاتف بجوار لوحة المفاتيح تنبيه Telegram تجريبي من فرع الرابط المعطّل. ووصف Claude المكوّن من ثلاث جمل محفوظ داخل خانة Description في أكثر workflow تعقيدًا. The n8n executions screen is open. Three workflow rows show green successful runs. A Telegram test alert from the broken-URL branch sits on the phone beside the keyboard. Claude's three-sentence description is saved inside the most complex workflow's Description field.

التكلفة المتوقعةExpected Costs

البندItem التكلفةAmount مطلوب؟Required?
خطة n8n.cloud Startern8n.cloud Starter plan ~4,000 EGP/month. Managed hosting, HTTPS, executions, and credential storage. Required only for the n8n.cloud path, and worth it when server setup would delay the workflow architecture work.
VPS لتشغيل n8n ذاتيًاSelf-hosted VPS for n8n ~700-1,200 EGP/month for a small VPS. Required only for the self-hosted path. Use it when control matters, but do not let Docker and SSL work replace the workflow-building work.
n8n محليLocal n8n 0 EGP. Suitable for learning exports, nodes, and local tests. External webhooks still need a tunnel or hosted URL, so treat this as a learning path unless the workflow never receives outside events.
Claude Pro أو رصيد API لمراجعة workflowsClaude Pro or API credits for workflow review ~1,000-2,000 EGP/month. Required for repeated JSON review, branch design, and documentation work. The point is not bigger context for fun; it is enough room to paste full workflow JSON and get a useful audit.
⚠️ مصيدة هدر - سوق قوالب n8n المدفوعةWASTE TRAP - n8n premium templates marketplace 0 EGP recommended spend. Premium templates can teach patterns, but this project trains custom architecture from live JSON. Buying templates before finishing three workflows delays the exact skill being built. اوفر فلوسكSkip it
⚠️ مصيدة هدر - شراء تدقيق workflows من FiverrWASTE TRAP - n8n workflow consulting or Fiverr audits 0 EGP recommended spend. Outside audits are useful later for high-risk systems. This template is already the audit loop: export JSON, ask Claude, implement, test, and document. Pay only after the library has a real production owner. اوفر فلوسكSkip it
⚠️ مصيدة هدر - اشتراك Zapier أو MakeWASTE TRAP - Zapier or Make subscription 0 EGP recommended spend. Switching tools before mastering the n8n + Claude JSON loop is scope creep. Stay with one stack until three workflows run, fail loudly, and have saved JSON exports. اوفر فلوسكSkip it

المخاطر اللي تاخد بالك منهاRisks to Watch

highhigh
التعامل مع Claude كمنفذ وليس كمهندسTreating Claude as execution engine, not architect
استخدم Claude للمعمارية والمراجعة وتصميم الفروع، واستخدم تنفيذات n8n بوصفها الدليل الوحيد على عمل الـ workflow. يجب تنفيذ كل اقتراح من Claude واختباره داخل n8n قبل اعتباره منجزًا.Use Claude for architecture, review, and branch design; use n8n executions as the only proof a workflow works. Every Claude suggestion must be implemented and tested in n8n before it counts.
criticalcritical
لصق بيانات اعتماد داخل JSONPasting credentials in workflow JSON
ابحث في كل ملف JSON وكل إعداد عقدة منسوخ عن token وsecret وapiKey وpassword وcredential قبل اللصق في Claude. قم بتدوير أي بيانات اعتماد لُصقت بالخطأ.Search every JSON and copied node config for token, secret, apiKey, password, and credential before pasting into Claude. Rotate any credential that was pasted by mistake.
mediummedium
اقتراح Claude اسم node غير موجود في n8nClaude suggests an n8n node name that does not exist
تحقق من كل عقدة وحقل مقترحين داخل لوحة n8n قبل إعادة بناء أي فرع. إذا غابت عقدة، فاطلب من Claude نمطًا مكافئًا باستخدام HTTP Request وSet وIF وFunction وWait.Verify every suggested node and field inside the n8n palette before rebuilding a branch. If a node is missing, ask Claude for an equivalent pattern using HTTP Request, Set, IF, Function, and Wait.
highhigh
تشغيل workflows إنتاجية بلا فروع أخطاءNo error branches going to production
لا يُعد أي workflow مكتملًا حتى يؤدي اختبار رابط معطّل إلى تشغيل فرع الإخطار. احتفظ بقائمة فحص معالجة الأخطاء مع دليل لكل workflows الثلاثة.No workflow is considered complete until a broken URL test triggers the notification branch. Keep the error-handling checklist with proof for all three workflows.
highhigh
استهلاك إعداد self-hosted لكل مدة الواحد والعشرين يومًاSelf-hosted setup consumes the full 21 days
قيّد إعداد الخادم بزمن محدد. إذا لم يكن المحرر قابلًا للوصول ولم يُصدّر workflow اختباري بحلول اليوم السابع، فانتقل مؤقتًا إلى n8n.cloud وانقل مشكلة الخادم إلى مشروع منفصل.Time-box server setup. If the editor is not reachable and a test workflow is not exported by Day 7, switch to n8n.cloud temporarily and move the server problem to a separate project.

مين هتشتغل معاهمWho You'll Work With

👤
شريك المساءلةAccountability Partner
صاحب نقطة المتابعةcheckpoint owner
👤
زميل بيستخدم n8n أو أدوات أتمتةn8n or Automation Peer
مراجع سير العملworkflow reviewer
👤
أول مستفيدFirst Beneficiary
مستهلك مخرجات الـ workflowoutput consumer
👤
الباني كمهندس نظمBuilder as Systems Architect
دور مراجعة ذاتيةself-review role

الخطة دي بتتكيف مع وضعكThis Plan Adapts to Your Situation

خبرتك مع n8n إيه؟What's your n8n experience level?
بديت تو - عملت workflow أو اتنين بسJust getting started - built 0-2 workflowsعملت workflows شغالة بس مش متعمقI've built a few workflows that workبعمل workflows معقدة ومتعددة الخطواتI build complex multi-step workflows
بتعمل أتمتة لإيه؟What are you automating?
عمليات بيزنس: CRM وإيميل ومستنداتBusiness ops - CRM, email, docs, calendarبيانات: ETL وسكرابينج ومعالجةData - ETL, scraping, processing, reportsworkflows ذكاء اصطناعي ووكلاءAI workflows - Claude, GPT, agent chains
بتشغل n8n إزاي؟How are you running n8n?
n8n.cloud مُدار بدون سيرفرn8n.cloud - managed, no serverself-hosted على VPS أو DockerSelf-hosted on a VPS or Dockerمحلي بس للتجربة على جهازيLocal only - testing on my machine

اقرأ أكترRead More

خد الخطوة الأولىTake the First Step

استخدم Claude كمهندس workflows في n8n خلال 21 يوم Use Claude as an n8n Workflow Architect in 21 Days

ابدأ هذه الخطة مجاناً Start This Plan — Free

لا يلزم بطاقة · مجاني للبدء No credit card · Free to start