Hypothesis banner
liangdabiao liangdabiao

Hypothesis

Development community

Description

--- allowed-tools: Task, Read, Write, Bash, Grep, Glob argument-hint: [dataset] [domain] description: Generate research hypotheses and experimental designs based on data patterns --- # Hypothesis Generation Command Generate research hypotheses and experimental designs for dataset `$1` in domain `$2` using the hypothesis-generator subagent. ## Context - Dataset location: @data_storage/$1 - Analysis domain: $2 (user-behavior, business-impact, technical-performance, custom) - Current working dir

Installation

Installs to ~/.claude/commands/liangdabiao-claude-data-analysis-hypothesis.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/liangdabiao/claude-data-analysis/HEAD/.claude/commands/hypothesis.md -o ~/.claude/commands/liangdabiao-claude-data-analysis-hypothesis.md

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

Full documentation available on GitHub

View Source Repository