/experiment — Track hypotheses, variants, and learnings

SkillDatabases & data

'Tracks structured experiments for content, messaging, and workflow iterations in a SQLite database. Logs hypotheses,

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the /experiment — Track hypotheses, variants, and learnings skill

What this skill tells your AI

The instructions your AI receives, as published by matteotitta/genesys-skills in skills/meta/learning/experiment/SKILL.md and read by ahel’s review.

Stop re-testing what already failed. Stop forgetting what worked. This skill gives you a structured experiment tracking system that compounds knowledge across sessions — every test informs the next one.

For full schema, modes (new/log/review/suggest), and messaging-mode scoring → the premium reference.


Claude Code Triggers

Invoke this skill when user says:

  • "/experiment new [description]"
  • "/experiment log [experiment-id or description]"
  • "/experiment review [domain]"
  • "/experiment suggest [domain]"
  • "New experiment:" or "I want to test..."
  • "Log experiment result:" or "The results are in..."
  • "What experiments have we run on...?"
  • "What should I test next for...?"

Do NOT invoke when:

  • User is doing A/B testing in code (development work)
  • User wants to track bugs (use /track-bug)
  • User wants general research (use context skills)

Modes (quick reference)

ModePurposeRequired arg
/experiment new [description]Create experiment + variantsdescription (optional)
/experiment log [id or description]Record results + learningsid or description
/experiment review [domain]Browse past experimentsdomain (optional)
/experiment suggest [domain]Recommend next testdomain

For full mode workflows + output formats → the premium reference.


Domains

DomainUse for
contentLinkedIn hooks, post formats, content angles, newsletter subjects
messagingValue props, positioning variants, CTA wording, taglines
workflowSkill parameters, MCP configurations, prompt engineering
outreachEmail subject lines, sequences, cold outreach approaches
pricingPackaging variants, pricing page layouts, discount strategies

Database

Location: .claude/experiments/experiments.db Tables: experiments, variants, learnings, experiments_fts (FTS5 index)

For full SQL schema + init script → the premium reference.


Integration with Other Skills

  • /session-wrap — Auto-detects experiments discussed in a session, offers to log results
  • /linkedin-content — Before generating new posts, checks for content experiments and applies learnings
  • /outreach-emails — Before generating sequences, checks for outreach experiments
  • /product-messaging — Before generating messaging, checks for messaging experiments
  • /recall — Promoted experiment learnings are searchable via the recall index

Learning promotion

When a learning proves durable (validated by 2+ experiments), promote it:

  1. To MEMORY.md — Add to relevant section as a permanent rule
  2. To CLAUDE.md — If it's a formatting, voice, or workflow pattern
  3. To client CLAUDE.md — If client-specific
  4. Mark as promoted = 1 in the learnings table

Signals

GitHub stars
36
Forks
14
Last commit
Jul 2026
Advanced
Catalog kind
skill
Gateway key
experiment-matteotitta
Source
github.com/matteotitta/genesys-skills