원클릭으로
ab-test-setup
Structured guide for setting up A/B tests with mandatory gates for hypothesis, metrics, and execution readiness.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Structured guide for setting up A/B tests with mandatory gates for hypothesis, metrics, and execution readiness.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
AI-powered browser automation using Browser-Use library. Build agents that can navigate, interact with, and extract data from web pages autonomously using LLMs and Chrome DevTools Protocol. Use when: browser automation, web scraping agent, AI browser agent, browser-use, CDP automation.
Build applications powered by ChatGPT and OpenAI APIs. Covers the Assistants API, function calling, structured outputs, streaming, and best practices for building reliable GPT-powered products. Use when: chatgpt app, openai assistant, gpt app builder, ai chatbot, openai api.
Build modern Vue/Nuxt applications with Nuxt UI — a comprehensive component library powered by Radix Vue and Tailwind CSS v4. Covers installation, theming, component usage, and form patterns for Nuxt 3 applications. Use when: nuxt ui, vue components, nuxt components, radix vue, nuxt design system.
Build beautiful, accessible React UIs with shadcn/ui — a collection of reusable components built on Radix UI and styled with Tailwind CSS. Covers installation, theming, component customization, and design system integration. Use when: shadcn, shadcn/ui, radix ui components, tailwind components, accessible react UI.
You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct audits, identify barriers, and provide remediation guidance.
Automate ActiveCampaign tasks via Rube MCP (Composio): manage contacts, tags, list subscriptions, automation enrollment, and tasks. Always search tools first for current schemas.
| name | ab-test-setup |
| description | Structured guide for setting up A/B tests with mandatory gates for hypothesis, metrics, and execution readiness. |
Ensure every A/B test is valid, rigorous, and safe before a single line of code is written.
You must have:
A valid hypothesis includes:
Before designing variants or metrics, you MUST:
Ask explicitly:
“Is this the final hypothesis we are committing to for this test?”
Do NOT proceed until confirmed.
Explicitly list assumptions about:
If assumptions are weak or violated:
Choose the simplest valid test:
Default to A/B unless there is a clear reason otherwise.
Define upfront:
Estimate:
Do NOT proceed without a realistic sample size estimate.
You may proceed to implementation only if all are true:
If any item is missing, stop and resolve it.
DO:
DO NOT:
When interpreting results:
| Result | Action |
|---|---|
| Significant positive | Consider rollout |
| Significant negative | Reject variant, document learning |
| Inconclusive | Consider more traffic or bolder change |
| Guardrail failure | Do not ship, even if primary wins |
Document:
Store records in a shared, searchable location to avoid repeated failures.
Refuse to proceed if:
Explain why and recommend next steps.
A/B testing is not about proving ideas right. It is about learning the truth with confidence.
If you feel tempted to rush, simplify, or “just try it” — that is the signal to slow down and re-check the design.