assumption-audit

assumption-audit is a skill for Claude Code, Codex from Waddling-Penguin/mogkit. It costs 4 tokens per session (1,352 once invoked), scanned A, original, MIT.

A research-review skill that finds claims supported by no sources or only one source, then ranks them by decision risk. A research graph is a structured map of claims and their evidence.

In plain words
What is it for?
Use it to identify claims that need validation before making product decisions.
Why use it?
It shows which important assumptions the team may be treating as facts without enough evidence.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to identify claims that need validation before making product decisions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/waddling-penguin/mogkit/assumption-audit
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 Waddling-Penguin/mogkit --skill assumption-audit
Clone the repo
git clone --depth 1 https://github.com/Waddling-Penguin/mogkit

Made for: Claude Code, Codex.

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 assumption-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/waddling-penguin/mogkit/assumption-audit/github.svg)](https://agentmods.dev/skills/waddling-penguin/mogkit/assumption-audit)
Your own site
<a href="https://agentmods.dev/skills/waddling-penguin/mogkit/assumption-audit"><img src="https://agentmods.dev/badge/skills/waddling-penguin/mogkit/assumption-audit/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 assumption-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/waddling-penguin/mogkit/assumption-audit"><img src="https://agentmods.dev/badge/skills/waddling-penguin/mogkit/assumption-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 4 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,352 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.00004 $0.01352
Opus 5 $0.00002 $0.00676
Sonnet 5 $0.00001 $0.00270
Haiku 4.5 $0.00000 $0.00135

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

Security

Grade A, and why

assumption-audit 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/discovery/assumption-audit/SKILL.md · 124 lines

How it starts

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

Purpose

The most dangerous claims in a PM's research corpus are the ones that feel obvious. A team sees an entity in the graph, treats it as fact, and plans against it — never noticing it came from a single ticket, or from nowhere at all. This skill makes that invisible risk visible.

It returns every Assumption node (zero sources) and every node/edge with only one source of provenance, ranked by how much the team would be betting on it. Each item is tied to the decision it would affect, so the PM can decide which to validate before committing.

It does NOT resolve the assumptions. It does not say which are likely true or false. It does not propose tests, mock evidence, or assign probabilities. Surfacing the risk is the deliverable; deciding what to do with it is the PM's call.

Procedure

  1. Read graph/graph.json. If it does not exist, tell the PM to run graphify first and stop.
  2. Read meta.health. Cold-start branch: if health === "thin", state at the top that on a thin corpus most claims will be single-source — single-source is the default state, not an anomaly. The triage is still useful, but the bar for "this needs validating" resets accordingly.
  3. Collect items to audit: a. Every Assumption node (zero provenance) — these are first-class risks by definition. b. Every node whose provenance array has length 1 — single-source claims. c. Every edge whose provenance array has length 1, if it contributes meaningfully to the graph's structure (e.g. contradicts edges with a single source, or blocks edges between major nodes).
  4. For each item, infer the decision at risk — what product or strategy call would change if this claim turned out to be wrong? Examples:
    • "Mid-market wants SSO before invites" — affects scope of the onboarding admin walkthrough.
    • "Jira import is the cause of churn, not the trigger" — affects whether GA-ing the native Jira import alone will move conversion. If you cannot identify a specific decision at risk, the item is probably not load-bearing — but still list it as "low".
  5. Rank items by risk. Three levels:
    • High — a major decision (scope of a quarter, a public positioning claim, a one-way-door commitment) depends on this being true.
    • Medium — affects prioritization or framing but is recoverable.
    • Low — interesting but not load-bearing.
  6. For Assumption nodes specifically, copy the risk field if present, or write one in if missing. The combination of "no evidence" + "the decision at risk if wrong" is the entire point.
  7. Emit the output contract.

Read the full file on GitHub · 124 lines

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 · 124 lines · 4 tokens per session scan A 4f892093551f

Subscribe to this mod's changes

assumption-audit is a skill published in the GitHub repository Waddling-Penguin/mogkit (5 stars, last pushed 3mo ago), licensed MIT. It adds 4 tokens to every session and 1,352 once invoked, about $0.0000 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

find-skills

Discovers, searches, and installs skills from multiple AI agent skill marketplaces (400K+ skills) using the SkillKit CLI. Supports browsing official partner collections (Anthropic, Vercel, Supabase, Stripe, and more) and community repositories, searching by domain or technology, and installing specific skills from…

rohitg00/skillkit · 162 tokens

find-skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

rexleimo/aios · 67 tokens

opencli-sitemap-author

Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.

jackwener/OpenCLI · 67 tokens

feishu

Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.

Hmbown/CodeWhale · 33 tokens

interview

Ask one useful structured question at a time only when material product/implementation choices are genuinely missing; remember answers and produce a brief/spec. Discoverable facts should be investigated instead of asked.

Hmbown/CodeWhale · 40 tokens

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens