By iipanda
Premise gate — surface and verify a plan's hidden assumptions BEFORE acting. You MUST use this whenever you are about to execute, review, or act on a plan or instruction that involves any of - upgrading, installing, or migrating a tool, dependency, controller, or cluster component; using an API or feature tied to a specific version; deleting, formatting, or resetting data on the strength of an assumed backup; treating merged, green CI, Succeeded, or HTTP 200 as proof that something works or is live; or being asked what a plan assumes or whether it is safe. Also use when asked to build or bootstrap an assumption catalogue for a repo. It surfaces the load-bearing implicit assumptions, adversarially refutes each (false until proven), and STOPS if any is false or unverifiable. Fires even when nobody says "assumptions". Complements verification-before-completion (the outcome gate after work) — this is the premise gate before work.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A premise gate for coding agents, packaged as a Claude Code plugin. Before the agent acts on a plan, it lists the assumptions the plan depends on, tries to disprove each one (an assumption counts as false until a probe proves it), and stops if a load-bearing assumption turns out false or can't be verified.
Three parts:
skills/grounding-claims/SKILL.md: the loop. Derive assumptions from first principles, widen
with a catalogue of known shapes, triage, refute, gate.skills/grounding-claims/references/seed-lens.md: 16 common assumption shapes, each with a
tripwire phrase and a cheap read-only probe. The list is deliberately not exhaustive.docs/assumptions/catalogue.md in whatever repo you use it in) that
records the shapes caught there, so the gate improves with use.Design rationale: docs/design.md.
/plugin marketplace add iipanda/grounding-claims
/plugin install grounding-claims@grounding-claims-marketplace
Paste into Codex:
Install the grounding-claims skill from https://github.com/iipanda/grounding-claims (the skill folder is skills/grounding-claims)
The skill triggers on its own when a task leans on unverified premises: version upgrades, "it's merged so it works", a destructive step that assumes a backup exists. You can also ask directly: "check what this plan assumes before you run it".
A run produces:
invocation → result. No probe, no verdict.docs/assumptions/<topic>-<date>.md, plus new assumption
shapes appended to docs/assumptions/catalogue.md. In a repo with a long docs or postmortem
history, the skill offers to mine it into a starter catalogue (opt-in, costs tokens).You don't have to wait for the offer. Ask directly, in the repo you want mined:
Use the grounding-claims skill to bootstrap the assumption catalogue for this repo from its docs history.
The skill runs its bundled mining workflow over your docs (default docs/**/*.md, confirmable),
clusters the assumption failures it finds, and writes docs/assumptions/catalogue.md. Mining a
large history takes a while and costs tokens, so it always confirms scope first. The mining
workflow needs Claude Code; in other harnesses the catalogue starts empty and grows as the skill
catches things.
In harnesses without parallel fan-out the refuters run sequentially; with no subagents at all the agent plays the refuter role itself. The evidence rules are the same either way.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub iipanda/grounding-claims --plugin grounding-claimsComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.