﻿{
  "schema_version": "1.0",
  "name": "Bakry Abdelsalam Landing Page Actions",
  "principles": [
    "Reading page content is safe.",
    "Preparing a draft consultation message is safe.",
    "Sending or submitting a message requires explicit user confirmation because it transmits contact details and project information.",
    "Do not invent fixed prices. Ask for scope, deadline, service type, and budget range."
  ],
  "actions": [
    {
      "id": "get_markdown_page",
      "method": "content_negotiation",
      "request": {
        "url": "https://www.bakry.tech/",
        "headers": {
          "Accept": "text/markdown"
        }
      },
      "expected_response": {
        "content_type": "text/markdown; charset=utf-8",
        "headers": ["vary: Accept", "x-markdown-tokens"]
      }
    },
    {
      "id": "get_primary_offer",
      "method": "read",
      "result": {
        "title": "Full Stack Developer and web hosting services",
        "summary": "Arabic website development, WordPress/WooCommerce, Laravel/React/Node.js, custom web apps, hosting setup, speed optimization, and technical SEO."
      }
    },
    {
      "id": "get_service_packages",
      "method": "read",
      "result": ["إطلاق سريع", "نمو ومبيعات", "حل مخصص"]
    },
    {
      "id": "prepare_consultation_message",
      "method": "draft",
      "required_user_inputs": ["name", "phone", "service", "message"],
      "optional_user_inputs": ["budget", "deadline", "current_website"],
      "template": "أهلا بكري، أريد استشارة لمشروع جديد. الاسم: {{name}}. رقم التواصل: {{phone}}. الخدمة المطلوبة: {{service}}. الميزانية: {{budget}}. وصف المشروع: {{message}}."
    },
    {
      "id": "contact_bakry_whatsapp",
      "method": "external_navigation",
      "destination": "https://wa.me/201018745573",
      "requires_confirmation": true
    },
    {
      "id": "contact_bakry_email",
      "method": "external_navigation",
      "destination": "mailto:bakryabdalsalam6@gmail.com",
      "requires_confirmation": true
    }
  ]
}
