Skip to main content
Generalgtmagents

hypothesis-library

Curated repository of experiment hypotheses, assumptions, and historical

Stars
259
Source
gtmagents/gtm-agents
Updated
2026-04-03
Slug
gtmagents--gtm-agents--hypothesis-library
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/gtmagents/gtm-agents/HEAD/plugins/growth-experiments/skills/hypothesis-library/SKILL.md -o .claude/skills/hypothesis-library.md

Drops the SKILL.md into .claude/skills/hypothesis-library.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Hypothesis Library Skill

When to Use

  • Capturing new experiment ideas with consistent metadata.
  • Referencing past wins/losses before prioritizing the backlog.
  • Sharing reusable learnings across pods and channels.

Framework

  1. Metadata Schema – hypothesis ID, theme, persona, funnel stage, metrics.
  2. Assumptions Matrix – belief statements, supporting evidence, confidence rating.
  3. Status Tracking – idea → scoped → running → decided → archived.
  4. Learning Tags – impact summary, guardrail notes, follow-up ideas.
  5. Governance Hooks – approvals, owners, review cadence.

Templates

  • Intake form for new hypotheses.
  • Learning card format (context, result, recommendation).
  • Portfolio dashboard summarizing mix by theme/metric.

Tips

  • Require at least one supporting data point before moving to prioritization.
  • Use consistent tagging so search/filtering works across teams.
  • Link to synthesize-learnings outputs to keep narratives fresh.