mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 07:19:35 +00:00
Strategy (9 new): - PARTNERSHIP_INTELLIGENCE_OS.md: 7 partner types - AGENCY_NEGOTIATION_SYSTEM.md: full scripts + 10 objections - STRATEGIC_TARGETING_ENGINE.md: scoring model - OFFER_AND_PACKAGING_OS.md: 5 offers with bank details - PLATFORM_EXECUTION_SYSTEM.md: daily routine per platform - DAILY_MARKET_COMMAND_CENTER.md: hour-by-hour execution - STRATEGIC_LEARNING_LOOP.md: weekly review + decision rules - AI_INTELLIGENCE_LAYER.md: what AI can/cannot do - STRATEGIC_OPPORTUNITY_MAP.md: prioritized opportunities Ops (6 new): - AGENCY_PARTNER_OS.md: ICP + 5 models - PARTNER_OFFER_TERMS.md: payout eligibility rules - SERVICE_EXCHANGE_PLAYBOOK.md: 30-day exchange structure - REPLY_CLASSIFICATION_PLAYBOOK.md: 7 categories + actions - CONTENT_AUTHORITY_ENGINE.md: 70/30 rule + CTA map - MANUAL_APPROVED_OUTBOUND_ENGINE.md: AI draft → human approve https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs
44 lines
1.6 KiB
Markdown
44 lines
1.6 KiB
Markdown
# Dealix — AI Intelligence Layer
|
|
|
|
## وش AI يقدر يسوي (آمن)
|
|
- يبحث عن الشركة ونشاطها
|
|
- يستنتج الألم المحتمل
|
|
- يصنّف القطاع
|
|
- يسجّل score (fit + urgency + access)
|
|
- يكتب أول سطر مخصص
|
|
- يولّد رسالة كاملة (email / WhatsApp)
|
|
- يولّد follow-ups
|
|
- يصنّف الردود (7 categories)
|
|
- يقترح زاوية تفاوض
|
|
- يقترح العرض المناسب
|
|
- يقترح next action
|
|
- يحدّث playbook من النتائج
|
|
|
|
## وش AI ما يقدر يسوي (ممنوع)
|
|
- يرسل رسائل بدون موافقة سامي
|
|
- يكشط LinkedIn أو أي منصة
|
|
- يزوّر نتائج أو case studies
|
|
- يخترع أرقام عملاء
|
|
- يقرر شروط تفاوض نهائية لوحده
|
|
- يتجاهل opt-out
|
|
- يخالف سياسات المنصات
|
|
|
|
## Next Best Action Logic
|
|
```
|
|
if target == agency → partner pitch
|
|
if target == real_estate → speed-to-lead audit
|
|
if target == clinic → booking follow-up
|
|
if target == website_agency → add-on after website
|
|
if target == ecommerce → inquiry-to-order
|
|
if target == consultant → consulting partner
|
|
if target == contractor → quote follow-up
|
|
|
|
if reply == "مهتم" → book demo within 24h
|
|
if reply == "كم السعر" → send pricing + book demo
|
|
if reply == "أرسل تفاصيل" → send one-pager + push for demo
|
|
if reply == "مو الحين" → schedule 30-day follow-up
|
|
if reply == "لا" → stop immediately
|
|
if reply == "إيقاف" → stop immediately + remove from list
|
|
if reply == "أنا وكالة" → switch to partner pitch
|
|
```
|