agency-experiment-tracker

Design A/B tests, calculate sample sizes, and run significance testing.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/augustoheiss/LogicDefense --skill agency-experiment-tracker-augustoheiss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-experiment-tracker
Source: https://github.com/augustoheiss/LogicDefense/tree/main/.gemini/skills/agency-experiment-tracker
Command: npx skills add https://github.com/augustoheiss/LogicDefense --skill agency-experiment-tracker-augustoheiss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates uncertainty in product changes by providing structured experiment design, execution tracking, and statistically rigorous analysis so teams can make repeatable, data-driven go/no-go decisions.

Core Features & Use Cases

  • Experiment Design & Templates: Create clear hypotheses, define primary and guardrail metrics, and produce sample size and power calculations for valid A/B and multi-variate tests.
  • Execution & Monitoring: Track experiment lifecycle, ensure proper randomization and instrumentation, and set safety monitoring and rollback plans for controlled rollouts.
  • Analysis & Recommendations: Run significance tests, compute confidence intervals and effect sizes, provide go/no-go recommendations, and capture learnings for future experiments.
  • Use Case: A product manager designing a checkout optimization A/B test uses this Skill to produce the experiment doc, determine required users per variant for 95% confidence, and interpret results for a rollout decision.

Quick Start

Use the experiment tracker to design an A/B test comparing the current checkout flow against a new variant with conversion rate as the primary metric and 95% confidence requirements.

Frequently Asked Questions about agency-experiment-tracker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate sample size and statistical power for an A/B test?

To calculate sample size and statistical power for an A/B test, define your primary metric, target confidence level, and minimum detectable effect. This ensures your experiment captures sufficient data to detect true effects and minimizes false negatives.

What is the best way to structure hypotheses and guardrail metrics for product experiments?

Structuring hypotheses and guardrail metrics for product experiments requires defining a clear primary metric to measure business impact alongside guardrail metrics to monitor safety. This framework validates your assumptions while preventing negative side effects during feature rollouts.

How do I track experiment lifecycle and ensure proper randomization?

To track experiment lifecycle and ensure proper randomization, monitor your test execution continuously and verify correct user bucketing. This enforces controlled rollouts and maintains the statistical validity of your data-driven product decisions.

Can I use this to interpret A/B test results and make go/no-go rollout decisions?

Yes, you can interpret A/B test results to make go/no-go rollout decisions by running significance tests and computing confidence intervals. This provides effect-size estimates and clear statistical recommendations for your product changes.

Does this support multivariate experiments and feature rollouts?

Yes, this supports multivariate experiments and feature rollouts by applying rigorous experiment design and tracking. It allows product teams to validate hypotheses across multiple variables and measure business impact safely.

What statistical analysis is needed for a valid A/B test?

Statistical analysis for a valid A/B test requires significance testing, confidence intervals, and effect-size estimates. This analysis validates your hypotheses, quantifies the reliability of the results, and supports data-driven go/no-go decisions.