Cohort Analysis banner
ai-analyst-lab ai-analyst-lab

Cohort Analysis

Research community

Description

<!-- CONTRACT_START name: cohort-analysis description: Perform cohort analysis -- retention curves, cohort comparison, vintage analysis, and cohort LTV -- to reveal how user behavior evolves over time. inputs: - name: COHORT_DIMENSION type: str source: user required: true - name: RETENTION_EVENT type: str source: user required: true - name: PERIODS type: str source: user required: true - name: DATASET type: str source: system required: true

Installation

Installs to ~/.claude/agents/ai-analyst-lab-ai-analyst-cohort-analysis.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ai-analyst-lab/ai-analyst/HEAD/agents/cohort-analysis.md -o ~/.claude/agents/ai-analyst-lab-ai-analyst-cohort-analysis.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository