Vortex Mind is the diagnostic engine inside Vortex IQ AI OS. While Nerve Centre tracks your metrics and detects when something moves, Vortex Mind explains why it moved. It walks your connected sources — Shopify, Stripe, Google Ads, Klaviyo, Datadog, and more — joins the evidence into structured findings, and creates Actions ranked by revenue impact that you can approve and apply. It is the difference between a dashboard that shows you a number and an AI Operating System that tells you what to do about it.Documentation Index
Fetch the complete documentation index at: https://docs.vortexiq.ai/llms.txt
Use this file to discover all available pages before exploring further.
Vortex Mind vs Nerve Centre
These two modules are complementary but distinct:| Module | Question answered |
|---|---|
| Nerve Centre | What moved? Tracks KPIs and fires when a metric crosses a threshold. |
| Vortex Mind | Why did it move? Walks the connector graph, gathers evidence, and produces a diagnosis. |
What OpenClaw means
OpenClaw is the name for Vortex Mind’s seven diagnostic report types. Each report is a named recipe — a deterministic set of graph queries, evidence-gathering steps, and recommendation formulas — that runs against the connector graph and produces structured findings. The seven OpenClaw types cover payment performance, decline recovery, checkout conversion, daily revenue, customer recovery, Google Ads attribution, and paid traffic waste.The diagnostic flow
Every Vortex Mind run — whether triggered by a scheduled briefing, a Nerve Centre anomaly, or a question you ask via Ask Viq — follows the same five-stage reasoning loop:Signal detected
A trigger arrives: a Nerve Centre threshold breach, a scheduled report run, an anomaly score, or a conversational request through Ask Viq. The trigger object carries a metric ID, an anchor node in the connector graph, and a time period.
Graph walk
Vortex Mind loads all connector graphs — one JSON file per connected source in
auth/integration_graphs/ — and runs a breadth-first search from the anchor node outward. Most reports walk two hops; cross-channel reports walk three or four to bridge the source of truth and the attribution surface. The result is a candidate set of every related node within the hop budget.Evidence gathered
Each candidate node is checked for supporting evidence: metric snapshots with before-and-after values, log entries from connected observability sources, other findings already in the graph, time-series patterns (step, spike, drift, regression, seasonal), recent deploy events from Vortex Apps, and schedule changes in Klaviyo or Google Ads. Every piece of evidence is timestamped and ranked by recency and relevance.
Finding produced
The evidence bundle is compiled into a structured finding with a stable
finding_id, a severity tier, a confidence score from 0 to 1, a plain-language narrative, pointers to the supporting evidence nodes, and an optional pointer to a Recovery as a Service (RaaS) catalogue entry for the fix.Action proposed and approved
When a finding’s severity is
high or critical, or when it matches a RaaS recipe, Vortex Mind emits a Kanban card to your Actions board. The card carries a title, an owner role, an effort tier, and an expected revenue lift. Nothing changes on your store until you approve the Action.Each stage writes its output back to the connector graph so the next run starts from a richer baseline. The second day of Vortex Mind is materially better than the first because the graph compounds.
How findings are generated
A finding is a structured statement of cause. Every finding has a fixed shape:| Field | What it carries |
|---|---|
finding_id | Stable identifier scoped to the recipe and integration, e.g. finding:PAY-AUTH-001. Deduped across runs so you never see duplicates. |
severity | One of critical, high, medium, low, or info. |
confidence | A score from 0 to 1 computed deterministically from the evidence bundle. |
narrative | A plain-language one or two sentence explanation written for you to read. |
evidence_node_ids | Pointers to the graph nodes that support the finding — click through to verify any claim. |
suggested_action_node_id | Optional pointer into the RaaS catalogue when a fix recipe exists. |
finding:*. Re-running the same recipe against the same window updates the existing node rather than creating a duplicate, so downstream consumers — the Kanban board, briefings, and integrations — never see a duplicate alert.
The severity model
Every finding is assigned exactly one severity tier. Severity is recipe-driven — what counts ascritical for Daily Revenue Leakage differs from what counts as critical for the Quarterly Business Review:
Critical — immediate revenue impact
Critical — immediate revenue impact
Triggered by revenue impact greater than 5 percent of trailing 30-day revenue, a complete checkout failure, or a payment vendor outage. Pages your on-call contact, auto-routes the Kanban card to the top of the queue, and displays a red severity badge.
High — material revenue impact
High — material revenue impact
Triggered by revenue impact of 1 to 5 percent of trailing 30-day revenue, or a known-fixable issue with a significant sized lift. Creates a Kanban card in Pending Review with a priority flag and surfaces in your next briefing.
Medium — worth reviewing
Medium — worth reviewing
A drift, a regression, or a moderately-sized opportunity. Creates a Kanban card without a priority flag and surfaces in the next weekly report.
Low — early warning
Low — early warning
A small drift or an early-warning signal. No Kanban card unless you have manually subscribed this finding type. Appears in the report HTML and the connector graph.
Info — pure context
Info — pure context
Used for verification findings, baseline statements, and confirming a fix worked. Never creates a Kanban card. Appears inline in reports.
The seven OpenClaw report types
Payment Performance Intelligence
Auth rates, decline reason codes, payment method mix, and BIN-level patterns. The deepest payment-side diagnostic.
Decline Recovery Intelligence
Sizes the recoverable revenue from declined and incomplete orders — the “Size of the Prize” framing.
Checkout Conversion Failure
Stage-level checkout funnel breakage with dollar value behind each drop-off step and device-level breakdown.
Daily Revenue Leakage
The 90-second morning briefing: yesterday’s failures and the single highest-leverage move for today.
Customer Recovery Opportunity
A ranked, contactable list of customers to recover now, with channel and message template pre-suggested.
Google Ads Revenue Intelligence
Ads spend to revenue attribution with waste callouts, cross-channel insights, and a 90-day action roadmap.
Paid Traffic Waste
Paid-channel waste identification with a Pause Now list and a Fix Tracking list for broken UTMs.
How Vortex Mind connects to other modules
Vortex Mind sits at the centre of the Vortex IQ AI OS:- It reads from every connector wired into Nerve Centre.
- It produces findings that route to Actions for triage and resolution on the Kanban board.
- It archives every report run into Vortex Memory for retroactive analysis and the historical lift database.
- It contributes structured citations that Ask Viq draws from when you ask “why did revenue drop last Tuesday?”.