{
  "protocolVersion": "0.2.5",
  "name": "Sovereign Executive Interface",
  "description": "Provable, local-first intent router for autonomous enterprise operations.",
  "url": "https://intentrouter.ai",
  "version": "0.1.0",
  "provider": {
    "organization": "StoneWave",
    "url": "https://stonewave.life"
  },
  "documentationUrl": "https://intentrouter.ai/llms-full.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text",
    "application/json"
  ],
  "securitySchemes": {},
  "security": [],
  "x-auth": {
    "enforced": false,
    "roadmap": "oauth2_client_credentials"
  },
  "skills": [
    {
      "id": "sovereign_compliance",
      "name": "Sovereign_Compliance",
      "description": "Jurisdictional mapping, regulatory auditing, contract and sanctions review, risk mitigation.",
      "tags": [
        "legal",
        "compliance",
        "regulation",
        "regulatory",
        "audit",
        "sanction",
        "jurisdiction",
        "contract"
      ]
    },
    {
      "id": "sovereign_crisis",
      "name": "Sovereign_Crisis",
      "description": "Crisis command: incident triage, containment sequencing, stakeholder communication, business continuity, post-incident hardening.",
      "tags": [
        "crisis",
        "incident",
        "breach",
        "outage",
        "recall",
        "emergency",
        "ransomware",
        "continuity"
      ]
    },
    {
      "id": "sovereign_deals",
      "name": "Sovereign_Deals",
      "description": "Deal architecture: M&A and investment analysis, valuation framing, term-sheet structuring, due-diligence orchestration, negotiation strategy.",
      "tags": [
        "acquisition",
        "merger",
        "m&a",
        "deal",
        "term sheet",
        "valuation",
        "due diligence",
        "negotiation"
      ]
    },
    {
      "id": "sovereign_supply_chain",
      "name": "Sovereign_Supply_Chain",
      "description": "Logistics network analysis, route and carrier alternatives, inventory positioning, disruption response.",
      "tags": [
        "logistics",
        "shipment",
        "shipping",
        "route",
        "freight",
        "port",
        "supplier",
        "supply"
      ]
    },
    {
      "id": "sovereign_tax",
      "name": "Sovereign_Tax",
      "description": "Global tax architecture: entity structuring, transfer pricing, treaty analysis, withholding optimization, nexus and domicile strategy.",
      "tags": [
        "tax",
        "vat",
        "gst",
        "transfer pricing",
        "treaty",
        "withholding",
        "domicile",
        "nexus"
      ]
    },
    {
      "id": "sovereign_treasury",
      "name": "Sovereign_Treasury",
      "description": "Liquidity monitoring, cash flow and financial exposure analysis, yield optimization, demand-leakage detection and recovery.",
      "tags": [
        "cash",
        "liquidity",
        "payment",
        "invoice",
        "leakage",
        "treasury",
        "cost",
        "budget"
      ]
    },
    {
      "id": "sovereign_intelligence",
      "name": "Sovereign_Intelligence",
      "description": "Market and competitive intelligence: competitor mapping, pricing landscapes, positioning analysis, trend and threat detection.",
      "tags": [
        "competitor",
        "competitive",
        "market",
        "intelligence",
        "pricing",
        "landscape",
        "positioning",
        "trend"
      ]
    },
    {
      "id": "sovereign_talent",
      "name": "Sovereign_Talent",
      "description": "Workforce planning, talent acquisition strategy, human-AI hybrid role mapping, compensation benchmarking.",
      "tags": [
        "talent",
        "hiring",
        "hire",
        "workforce",
        "team",
        "headcount",
        "compensation",
        "recruit"
      ]
    },
    {
      "id": "sovereign_analyst",
      "name": "Sovereign_Analyst",
      "description": "General research, synthesis, and analysis for intents no specialist role covers. The routing fallback.",
      "tags": []
    }
  ],
  "x-pricing": {
    "model": "outcome_based_performance_fee",
    "summary": "No recovery, no fee. 20% of independently verified recovered or created value."
  },
  "x-trust": {
    "provability": "Every run is recorded in a SHA-256 hash-chained ledger; any edit, insertion, or deletion is detectable with `sei verify <run>`.",
    "manifest": "https://intentrouter.ai/.well-known/sovereign-trust.json"
  }
}