--- name: civil-design-router description: Advisory router that maps any engineering / civil-engineering task to the correct internal skill or external reference tool, based on ENGINEERING_ARSENAL_MATRIX.md. Given a free-text task (e.g. "delay claim", "pipe sizing", "method statement", "quantity takeoff", "bridge moment", "read this DXF"), it returns the best internal skill to use, the script command, and the commercial reference tool for detailed work. Use first whenever an engineering request is ambiguous or spans multiple disciplines. ---
🧭 civil-design-router — موجّه المهام الهندسية
> router داخلي advisory: يأخذ أي مهمة هندسية ويوجّهها للأداة/الـ skill الصحيح اعتماداً على ENGINEERING_ARSENAL_MATRIX.md.
> يُستخدم أولاً عند الغموض أو تعدد التخصصات.
---
🎯 الوظيفة
يستقبل وصف مهمة (نص حر) ويُرجع: 1. الـ skill الداخلي الأنسب (من الثمانية) + أمر السكربت. 2. الأداة التجارية المرجعية للتصميم التفصيلي عند الحاجة. 3. مهارات داعمة ذات صلة.
---
🛠️ السكربت
scripts/route.py — يقرأ keywords ويوجّه. (لا keys مطلوبة.)
الأوامر
bash
توجيه مهمة
python3 scripts/route.py "I need a delay analysis and EOT for a FIDIC contract"
python3 scripts/route.py "size a water pipe and check pressure"
python3 scripts/route.py "method statement for a G+5 building"
python3 scripts/route.py "extract quantities from this DXF"
python3 scripts/route.py "bending moment for a 30m bridge span"قائمة كل الـ routes
python3 scripts/route.py --listJSON output
python3 scripts/route.py --json "monte carlo schedule risk"
---
🗺️ خريطة التوجيه (Routing map)
| المهمة (keywords) | الـ skill الداخلي | المرجع التجاري |
|---|---|---|
| method statement, methodology, sequence, zoning, execution plan | civil-methodology-engine | — (نقطة قوتنا) |
| schedule, P6, CPM, float, critical path, monte carlo, leveling, XER | p6-ai-planner | Primavera P6 · ALICE · nPlan |
| quantity, takeoff, BOQ, estimate, concrete/rebar/formwork volume | quantity-takeoff-engine | Togal.AI · Kreo · CostX |
| claim, delay, EOT, disruption, FIDIC, prolongation, windows | claims-engineering | SmartPM · nPlan · legal-advisor |
| water, EPANET, hydraulic, pipe sizing, SWMM, sewer, drainage | civil-networks | WaterGEMS · SewerGEMS · HEC-RAS |
| bridge, tunnel, beam, moment, shear, deflection, span, lining | bridge-tunnel-engine | CSiBridge · MIDAS · SAP2000 · PLAXIS |
| DXF, DWG, IFC, BIM, OCR, read drawing, dimensions, layers | engineering-ocr-blueprints | LlamaParse · Mistral OCR · APS |
🔗 التكامل
- يقرأ
/data/.openclaw/workspace/ENGINEERING_ARSENAL_MATRIX.mdكمصدر حقيقة. - لا ينفّذ — يوصي فقط (advisory). التنفيذ يتم بالـ skill المُوصى به.
⚠️ قواعد
- عند تعدد التطابقات، رتّب بالـ score وأظهر الأعلى + البدائل.
- إن لم يتطابق شيء بوضوح، أرجع أقرب 2-3 + اقترح توضيح المهمة.