WFGY/ProblemMap/GlobalFixMap/Automation
2025-09-05 10:09:53 +08:00
..
checklists Create .gitkeep 2025-08-25 18:52:57 +08:00
eval Create .gitkeep 2025-08-25 18:54:22 +08:00
mvp_demo Create .gitkeep 2025-08-25 18:54:10 +08:00
ops Create .gitkeep 2025-08-25 18:54:32 +08:00
patterns Create .gitkeep 2025-08-25 18:51:48 +08:00
playbooks Create .gitkeep 2025-08-25 18:53:58 +08:00
tools Create .gitkeep 2025-08-25 18:52:46 +08:00
.gitkeep Create .gitkeep 2025-08-25 18:51:35 +08:00
airflow.md Update airflow.md 2025-09-05 10:07:52 +08:00
airtable.md Update airtable.md 2025-09-05 10:09:02 +08:00
asana.md Update asana.md 2025-09-05 10:09:18 +08:00
ghl.md Update ghl.md 2025-09-05 10:09:24 +08:00
github-actions.md Update github-actions.md 2025-09-05 10:09:30 +08:00
ifttt.md Update ifttt.md 2025-09-05 10:09:46 +08:00
langchain.md Update langchain.md 2025-09-05 10:09:53 +08:00
llamaindex.md Create llamaindex.md 2025-09-02 13:57:31 +08:00
make.md Create make.md 2025-08-26 09:57:01 +08:00
n8n.md Create n8n.md 2025-08-25 21:01:40 +08:00
parabola.md Create parabola.md 2025-08-27 11:32:36 +08:00
pipedream.md Update pipedream.md 2025-08-25 22:22:56 +08:00
power-automate.md Create power-automate.md 2025-08-25 22:12:22 +08:00
README.md Update README.md 2025-09-03 23:48:27 +08:00
retool.md Create retool.md 2025-08-25 21:57:03 +08:00
zapier.md Create zapier.md 2025-08-25 20:54:36 +08:00

Automation Platforms — Global Fix Map

🏥 Quick Return to Emergency Room

You are in a specialist desk.
For full triage and doctors on duty, return here:

Think of this page as a sub-room.
If you want full consultation and prescriptions, go back to the Emergency Room lobby.

Stabilize automations across Zapier, n8n, Make, Retool, Power Automate, and more.
Most “platform bugs” are not bugs at all — they are ordering, retries, dedupe, or time drift. This hub routes you to exact structural fixes with measurable acceptance targets.


Orientation: pick your tool

Platform What it is Typical use Link
Zapier Mainstream no-code automation Broad connectors, fast start zapier.md
n8n Open-source workflow engine Self-hosted, extensible n8n.md
Make (Integromat) Visual workflow builder SMB and RAG pipelines make.md
Retool Internal-tool builder + workflows Backoffice jobs, cron retool.md
IFTTT Consumer-grade triggers Personal automations ifttt.md
Pipedream Event platform + code steps Webhooks, SaaS APIs pipedream.md
Power Automate Microsoft ecosystem automation O365, SharePoint, Dynamics power-automate.md
GitHub Actions CI/CD + repo event runner Build, test, deploy github-actions.md
Airflow Code-first workflow scheduler Data/ETL DAGs airflow.md
Airtable Automations Table-driven automations CRUD triggers airtable.md
Asana Rules Project management rules PM events to actions asana.md
GoHighLevel (GHL) CRM automation platform Marketing + sales flows ghl.md
Parabola Dataflow-based automation Transform + schedule parabola.md
LangChain (automation mode) Agent orchestration LLM-based workflows langchain.md
LlamaIndex (automation mode) Knowledge orchestration RAG pipelines llamaindex.md

Common failure classes


Minimal contract for any workflow

  1. Check readiness
    Verify VECTOR_READY and INDEX_HASH before RAG/LLM calls.
  2. Idempotency
    Always compute a dedupe key and block duplicates.
  3. Boundary contract
    Require {snippet_id, section_id, source_url, offsets, tokens}.
  4. Observability
    Log ΔS and λ across steps, alert if ΔS ≥ 0.60.

FAQ for newcomers

Why does my Zap/Flow run twice?
Because triggers are at-least-once. Add idempotency keys to dedupe.

Why did my webhook return 200 but no data was processed?
You acknowledged before persisting. Always store → then process.

Why do my cron jobs drift?
Local timezone drift. Always store schedules in UTC.

Why do retries overload my API?
You used immediate retries. Add exponential backoff with jitter.

Why does everything work in dev but break in prod?
Because of boot order. Index not warmed, wrong analyzer, or cache empty.


🔗 Quick-Start Downloads

Tool Link 3-Step Setup
WFGY 1.0 PDF Engine Paper 1) Download · 2) Upload to LLM · 3) Ask “Use WFGY to fix my automation bug”
TXT OS TXTOS.txt 1) Download · 2) Paste into LLM · 3) Type “hello world”

🧭 Explore More

Module Description Link
WFGY Core WFGY 2.0 engine is live: full symbolic reasoning architecture and math stack View →
Problem Map 1.0 Initial 16-mode diagnostic and symbolic fix framework View →
Problem Map 2.0 RAG-focused failure tree, modular fixes, and pipelines View →
Semantic Clinic Index Expanded failure catalog: prompt injection, memory bugs, logic drift View →
Semantic Blueprint Layer-based symbolic reasoning & semantic modulations View →
Benchmark vs GPT-5 Stress test GPT-5 with full WFGY reasoning suite View →
🧙‍♂️ Starter Village 🏡 New here? Lost in symbols? Click here and let the wizard guide you through Start →

👑 Early Stargazers: See the Hall of Fame
GitHub stars WFGY Engine 2.0 is already unlocked. Star the repo to help others discover it and unlock more on the Unlock Board.

WFGY Main   TXT OS   Blah   Blot   Bloc   Blur   Blow