reproduction-experiment-investigator

Reproduce controlled experiments to validate debugging hypotheses and generate structured evidence.

8|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/bordenet/superpowers-plus --skill reproduction-experiment-investigator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reproduction-experiment-investigator
Source: https://github.com/bordenet/superpowers-plus/tree/main/skills/engineering/reproduction-experiment-investigator
Command: npx skills add https://github.com/bordenet/superpowers-plus --skill reproduction-experiment-investigator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It provides a systematic way to test debugging hypotheses by reproducing controlled experiments, ensuring that failures are validated or dismissed with concrete evidence.

Core Features & Use Cases

  • Designs detailed experiment steps from a given hypothesis and expected outcome.
  • Assesses and aligns reproduction environments with production to eliminate hidden variables.
  • Executes multiple controlled attempts, records outcomes, and runs control experiments to confirm causality.
  • Generates structured evidence including steps, results, success rates, and environment differences.
  • Escalates unresolved or intermittent findings back to the debugging conductor.

Quick Start

Use the reproduction-experiment-investigator skill to test a hypothesis by specifying the hypothesis, expected outcome, and environment, then ask it to run the experiment.

Frequently Asked Questions about reproduction-experiment-investigator

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

FAQPage Schema
How do I test a debugging hypothesis using experiment reproduction?

To test a debugging hypothesis through experiment reproduction, you specify the hypothesis, expected outcome, and target environment. The process designs detailed experiment steps, executes controlled attempts, and records outcomes to validate or dismiss the failure with concrete evidence.

What is the best way to reproduce controlled experiments across different environments?

Reproducing controlled experiments across environments requires assessing and aligning the reproduction setup with production configurations. This eliminates hidden variables and ensures that environment differences are documented when running multiple attempts to confirm causality.

How do I generate structured evidence for intermittent debugging failures?

Generating structured evidence for intermittent debugging failures involves running multiple controlled experiment attempts and logging the results. The output includes detailed reproduction steps, success rates, environment differences, and escalation notes for unresolved findings.

Does experiment reproduction require control experiments to confirm causality?

Yes, experiment reproduction requires running control experiments alongside the targeted tests to confirm causality. This systematic approach ensures that the observed outcomes are directly linked to the variables being tested rather than external factors.

When should I escalate unresolved findings from a reproduction experiment?

You should escalate unresolved or intermittent findings from a reproduction experiment back to the debugging conductor when multiple controlled attempts fail to consistently reproduce the issue or confirm the initial hypothesis.

Can I use this approach to validate hypotheses without matching the production environment?

Validating hypotheses without matching the production environment risks introducing hidden variables. The reproduction process explicitly assesses and aligns the test environment with production to ensure that generated evidence accurately reflects real-world conditions.