frame-the-hypothesis

frame-the-hypothesis is a skill for Claude Code from impactbrussels/AINativeOS. It costs 166 tokens per session (1,033 once invoked), scanned A, original, Apache-2.0.

A method for turning a vague AI product idea into one specific claim that an experiment could prove wrong.

In plain words
What is it for?
Use it to clarify the customer problem, identify the riskiest assumption, write a testable hypothesis, and challenge the idea.
Why use it?
It separates evidence of a working demo from evidence that a real customer has a real problem and wants a solution.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ai-native-os plugin — 25 skills, 6 agents shipped together

Good fit Use it to clarify the customer problem, identify the riskiest assumption, write a testable hypothesis, and challenge the idea.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/impactbrussels/ainativeos/frame-the-hypothesis
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add impactbrussels/AINativeOS --skill frame-the-hypothesis
Clone the repo
git clone --depth 1 https://github.com/impactbrussels/AINativeOS

Made for: Claude Code.

Or install ai-native-os, the plugin that ships this one along with the rest of its 25 skills, 6 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for frame-the-hypothesis

README.md
[![agentmods](https://agentmods.dev/badge/skills/impactbrussels/ainativeos/frame-the-hypothesis/github.svg)](https://agentmods.dev/skills/impactbrussels/ainativeos/frame-the-hypothesis)
Your own site
<a href="https://agentmods.dev/skills/impactbrussels/ainativeos/frame-the-hypothesis"><img src="https://agentmods.dev/badge/skills/impactbrussels/ainativeos/frame-the-hypothesis/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for frame-the-hypothesis

Your own site · 80×15
<a href="https://agentmods.dev/skills/impactbrussels/ainativeos/frame-the-hypothesis"><img src="https://agentmods.dev/badge/skills/impactbrussels/ainativeos/frame-the-hypothesis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 166 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,033 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00166 $0.01033
Opus 5 $0.00083 $0.00517
Sonnet 5 $0.00033 $0.00207
Haiku 4.5 $0.00017 $0.00103

Measured 9d ago against content hash 8862b0e8c02e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

frame-the-hypothesis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/frame-the-hypothesis/SKILL.md · 72 lines

How it starts

The opening of the file, as written. The whole thing — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Frame the Hypothesis

AI makes prototyping so cheap it hides the question that actually matters: is the problem real? A working demo proves nothing about demand. This skill turns "I have an AI idea" into "here is the one assumption that decides whether this is real, and the cheapest experiment that could prove me wrong", and it forces the model to attack the idea instead of flattering it.

The method

Sharpen the problem, score the riskiest assumption, write the falsifiable bet, then make the model attack it. Full anatomy, the uncertainty x fatality rubric, the devil's-advocate protocol, and a worked example: references/hypothesis-craft.md.

Step 1: Sharpen the problem, not the solution

Reframe in the customer's words: who exactly ([ICP]) fails to get what painful job done ([PROBLEM]), how do they cope today, and how often does it hurt? Output a one-paragraph problem statement.

Step 2: Name the riskiest assumption

List the beliefs the idea rests on, then flag the one that is both most uncertain and most fatal if wrong ([RISKIEST_ASSUMPTION]). Usually problem or demand risk, not technical risk.

Step 3: Write the falsifiable hypothesis

State it as: "We believe [X]; we'll know we're wrong if [bar]." Commit to the pass/fail bar before running anything. If no result could fail it, it's theatre.

Step 4: Run the structured devil's advocate

The model will confirm your idea if you let it (sycophancy). Instead, make it refute you: "Give five specific reasons this fails, and the cheapest test that would expose each." Dispatch the devils-advocate agent for a harder pass.

Output

  • Problem statement (customer's words) + the assumption stack, riskiest one flagged.
  • One falsifiable hypothesis with an explicit pass/fail bar and decision rule.
  • The five strongest refutations, and which to test first. Next skill: map-the-terrain or architect-before-code.

Read the full file on GitHub · 72 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 72 lines · 166 tokens per session scan A 8862b0e8c02e

Subscribe to this mod's changes

frame-the-hypothesis is a skill published in the GitHub repository impactbrussels/AINativeOS (1 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 166 tokens to every session and 1,033 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

nowait-reasoning-optimizer

Implements the NOWAIT technique for efficient reasoning in R1-style LLMs. Use when optimizing inference of reasoning models (QwQ, DeepSeek-R1, Phi4-Reasoning, Qwen3, Kimi-VL, QvQ), reducing chain-of-thought token usage by 27-51% while preserving accuracy. Triggers on "optimize reasoning", "reduce thinking tokens"…

foryourhealth111-pixel/Vibe-Skills · 110 tokens

prompt-lookup

Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.

foryourhealth111-pixel/Vibe-Skills · 39 tokens

loom-prompt-engineering

Designs and optimizes prompts for large language models including system prompts, agent signals, and few-shot examples.

cosmix/loom · 28 tokens

ai-orchestration-langchain

LangChain.js patterns for building LLM applications — chat models, LCEL chains, prompt templates, structured output, agents, tools, RAG, streaming, and LangSmith tracing.

agents-inc/skills · 43 tokens

prompt-engineering

Create, update, review, or discuss an LLM prompt — a system prompt, a skill, or an agent. Use when writing or improving a prompt, discussing a skill or agent, diagnosing prompt failures, or when the user says a prompt needs work.

doodledood/manifest-dev · 56 tokens

ai-observability-promptfoo

Testing and evaluation framework for LLM prompts and applications -- promptfooconfig.yaml, assertions, model-graded evals, red teaming, CI/CD integration, custom providers, and comparative evaluation.

agents-inc/skills · 46 tokens