experiment-archive

Archive completed experiment specifications, results, and learnings to markdown files.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/marmikcfc/pepper-skills --skill experiment-archive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: experiment-archive
Source: https://github.com/marmikcfc/pepper-skills/tree/main/skills/experiment-archive
Command: npx skills add https://github.com/marmikcfc/pepper-skills --skill experiment-archive

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archive a completed experiment's specification, results, and distilled learnings for future reference.

Core Features & Use Cases

  • Archive the full experiment specification, results, and learnings for future reference.
  • Update the bets ledger with the experiment outcome.
  • Append distilled learnings to the master strategy log to guide future bets.

Quick Start

Run the archive process after an experiment completes to save the spec, results, update the bets ledger, and log learnings.

Frequently Asked Questions about experiment-archive

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

FAQPage Schema
How do I archive completed experiments and save learnings for future reference?

To archive completed experiments, you record the specification, results, and distilled learnings. This process updates the bets ledger and logs learnings to guide future strategic bets.

What is the best way to maintain an audit trail for stopped data analysis experiments?

Maintaining an audit trail for experiments involves archiving the full specification and results when an experiment stops. This ensures all experiment data and guardrail triggers are recorded for future reference.

How do I update a bets ledger with experiment outcomes?

Updating a bets ledger with experiment outcomes happens during the experiment archive process. It records the final results and distills learnings directly into the master strategy log.

Do I need specific environment variables to archive experiment data?

Yes, archiving experiment data requires the PEPPER_CLOUD_URL and PEPPER_API_KEY environment variables. These credentials allow the system to write archived files using specific experiment IDs.

Can I append distilled learnings to a master strategy log after an experiment?

Yes, you can append distilled learnings to a master strategy log after an experiment completes. The archive process automatically writes these insights to guide future bets and strategy decisions.

What files are generated when archiving an experiment specification and results?

Archiving an experiment generates markdown files in specific directories. It writes to experiments/archive/exp-NNN.md, updates bets/bets.md, and appends learnings to strategy/learnings.md.