A no-fluff AI agent skill for validating startup hypotheses with evidence, ICP clarity, money signals, and GTM reality checks.
Note: You can also use this skill directly in ChatGPT Pro / Extended Pro, or with ChatGPT Deep Research in the browser. Open
references/, use the source prompt fromreferences/hypothesis-validator-v2.mddirectly, then add your hypothesis and context underneath it.
After installing, ask your agent to use hypothesis-validator and give it:
- the hypothesis you want to validate
- any constraints or context that matter
Example:
Use hypothesis-validator.
Hypothesis:
AI tool for indie makers that validates startup ideas from Reddit, G2, YouTube comments, and competitor pages.
Context and constraints:
Solo founder, no budget, wants a productized service or small SaaS wedge, prefers B2B, needs first revenue fast.
The skill is intentionally strict: it should help decide whether to kill, reshape, or pursue the hypothesis, not produce a generic market overview.
npx skills add evgeniy038/hypothesis-validatorInstall without prompts:
npx skills add evgeniy038/hypothesis-validator -yInstall globally instead of only in the current project:
npx skills add evgeniy038/hypothesis-validator -gYou can combine -g with any agent-specific command below.
Codex:
npx skills add evgeniy038/hypothesis-validator -a codexClaude Code:
npx skills add evgeniy038/hypothesis-validator -a claude-codeAntigravity:
npx skills add evgeniy038/hypothesis-validator -a antigravityGemini CLI:
npx skills add evgeniy038/hypothesis-validator -a gemini-cliCursor:
npx skills add evgeniy038/hypothesis-validator -a cursorWindsurf:
npx skills add evgeniy038/hypothesis-validator -a windsurfGitHub Copilot:
npx skills add evgeniy038/hypothesis-validator -a github-copilotOpenCode:
npx skills add evgeniy038/hypothesis-validator -a opencodeAll detected/supported agents:
npx skills add evgeniy038/hypothesis-validator -a '*'SKILL.md
references/hypothesis-validator-v2.md
SKILL.md is the agent entrypoint. The full source prompt lives in
references/hypothesis-validator-v2.md and is loaded by the agent when the
skill runs.
If your agent does not support npx skills, copy this repository's SKILL.md
and references/ folder into that agent's skills directory.
Common locations:
Codex global: ~/.codex/skills/hypothesis-validator/
Claude Code global: ~/.claude/skills/hypothesis-validator/
Antigravity global: ~/.gemini/antigravity/skills/hypothesis-validator/
Gemini CLI global: ~/.gemini/skills/hypothesis-validator/
Generic project: .agents/skills/hypothesis-validator/
