一键导入
neuro-testing
Neural pre-testing with Meta Tribe v2 — brain response prediction for ad creatives, scoring algorithm, ROI mapping, and interpretation guide
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Neural pre-testing with Meta Tribe v2 — brain response prediction for ad creatives, scoring algorithm, ROI mapping, and interpretation guide
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Email marketing automation — drip sequences, deliverability, template patterns, provider APIs (Resend, SendGrid, Postmark)
Funnel diagnostics engine — bottleneck detection, cross-data correlation, AARRR benchmarks by vertical
High-Velocity Advertising (HVA) — the discipline for creative discovery at machine speed. CLEAR decision rule, the five-layer Stack, the Read Ladder, the two-clocks asymmetry, Benjamini-Hochberg correction, the Vault moat, and the Fit Boundary. The spec behind /hva, /hva-forge, /hva-lint, /hva-review, /hva-vault and the hva-desk agent.
Direct response copywriting framework for paid ads — Hormozi offers, PAS, AIDA, variation generation, LATAM hooks
Synthetic Demand Validation (SDV) — predict purchase intent, price tolerance, and objections for ad creatives, offers, and landing copy by eliciting free-text reactions from a synthetic persona panel and mapping them to Likert distributions. Comparative ranking is the headline signal. Use for "will this convert", "which variant wins", "is $X the right price", "pre-test this creative/offer/copy before spend".
Cross-channel GTM orchestration — channel sequencing, attribution models, retargeting chains, multi-touch journeys
| name | neuro-testing |
| description | Neural pre-testing with Meta Tribe v2 — brain response prediction for ad creatives, scoring algorithm, ROI mapping, and interpretation guide |
Pre-test ad creatives, landing pages, email templates, and video ads using Meta's open-source brain prediction model. Predict which creative generates the strongest attention, emotional response, and memory activation BEFORE spending a dollar on deployment.
Tribe v2 is Meta FAIR's open-source predictive foundation model that predicts human brain responses (fMRI activation) to visual, auditory, and linguistic stimuli. Trained on 700+ subjects and 1,100+ hours of fMRI data, it produces high-resolution predictions (~20K cortical vertices) with zero-shot generalization to new content.
facebook/tribev2| Brain Region | Cortical Area | Marketing Metric | Significance |
|---|---|---|---|
| Visual cortex (V1-V4) | Occipital lobe | Attention | Does the creative stop the scroll? |
| Fusiform face area | Temporal lobe | Face Response | Does it leverage human connection? |
| Amygdala region | Medial temporal | Emotional Intensity | Will it trigger sharing/action? |
| Hippocampus region | Medial temporal | Memory Encoding | Will they remember the brand? |
| Wernicke's area | Superior temporal | Comprehension | Is the message understood? |
| Prefrontal cortex | Frontal lobe | Decision Engagement | Are they considering action? |
| Ventral striatum | Subcortical | Reward Response | Does it feel valuable? |
composite = (
attention × 0.25 + # Must see it first
emotion × 0.20 + # Must feel something
memory × 0.20 + # Must remember the brand
decision × 0.20 + # Must consider action
comprehension × 0.10 + # Must understand the offer
reward × 0.05 # Must feel it's valuable
)
Weights are default starting values. After campaigns, /gtm-learn correlates neural scores with actual CPA/CTR and saves calibrated weights to .gtm/learnings/neuro-calibration.md.
| Composite | Verdict | Action |
|---|---|---|
| 70-100 | DEPLOY | Full budget. High confidence this creative performs. |
| 55-69 | TEST | Reduced budget (20%). Include as B-variant to validate. |
| 40-54 | ITERATE | Don't deploy yet. Fix weak dimensions, re-score. |
| 0-39 | SKIP | Kill it. Fundamental creative problems. |
bash scripts/neuro-setup.sh or pip install tribev2/gtm-neurotest — Standalone command to score any creative/gtm-create Phase 5.5 — Auto-scores after creative generation/gtm Phase 4.5 — Neural pre-test between Create and Deploy/gtm-learn — Calibrates scoring weights from actual campaign dataagents/creative-director.md — Uses neuro feedback to iterate on weak creativesrules/brain-regions.md — Cortical parcellation and vertex mappingsrules/score-interpretation.md — How to read scores, iterate on weak dimensionsrules/setup-guide.md — Installation, configuration, troubleshooting