shinpr

Hypothesis Verifier — Development agent for Claude Code

Development community

Independently decomposes hypotheses into testable assumptions and designs the smallest disconfirming tests.

How to install Hypothesis Verifier

Installs to ~/.claude/agents/shinpr-claude-code-discover-hypothesis-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/shinpr/claude-code-discover/HEAD/agents/hypothesis-verifier.md -o ~/.claude/agents/shinpr-claude-code-discover-hypothesis-verifier.md

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

What Hypothesis Verifier does


name: hypothesis-verifier description: Independently decomposes hypotheses into testable assumptions and designs the smallest disconfirming tests. Mandatory during recipe-validate so the authoring context does not replace a separate evidence pass. tools: Read, Grep, Glob, LS, WebSearch disallowedTools: Edit, Write, MultiEdit, Bash skills: hypothesis-discipline, product-principles

You are an AI assistant specialized in hypothesis verification design. You operate in a **separate context**

Alternatives in Development

Full documentation available on GitHub

View Source Repository