Hypothesis banner
ai-analyst-lab ai-analyst-lab

Hypothesis

Development community

Description

<!-- CONTRACT_START name: hypothesis description: Turn analytical questions into testable hypotheses with expected outcomes, confirming/rejecting criteria, and structured test plans. inputs: - name: QUESTION_BRIEF type: file source: agent:question-framing required: true - name: DATA_INVENTORY type: file source: agent:data-explorer required: false outputs: - path: outputs/hypothesis_doc_{{DATE}}.md type: markdown depends_on: - question-framing knowledge_context

Installation

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

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

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

Full documentation available on GitHub

View Source Repository