Best for
- Use this skill when about to execute implementation actions (Bash, Write, Edit) to verify hypothesis-action alignment.
Jamie-BitFlight/claude_skills/plugins/verification-gate/skills/verification-gate/SKILL.md
Enforce mandatory pre-action verification checkpoints to prevent pattern-matching from overriding explicit reasoning. Use this skill when about to execute implementation actions (Bash, Write, Edit) to verify hypothesis-action alignment. Blocks execution when hypothesis unverified or action targets different system than hypothesis identified. Critical for preventing cognitive dissonance where correct diagnosis leads to wrong implementation.
Decision brief
Enforce mandatory pre-action verification checkpoints to prevent pattern-matching from overriding explicit reasoning. Blocks execution when hypothesis unverified or action targets different system than hypothesis identified.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/Jamie-BitFlight/claude_skills --skill "plugins/verification-gate/skills/verification-gate"Inspect the Agent Skill "verification-gate" from https://github.com/Jamie-BitFlight/claude_skills/blob/a00194f25fec502d3d659b7d610369614967251e/plugins/verification-gate/skills/verification-gate/SKILL.md at commit a00194f25fec502d3d659b7d610369614967251e. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
Before executing ANY implementation action, complete ALL checkpoints in sequence. If any checkpoint fails, HALT and report the failure.
Observation: ModuleNotFoundError: No module named 'pydantic'
This skill enforces existing workspace verification protocols by adding structural gates:
This skill implements defensive programming for LLM reasoning. Just as compilers block syntactically invalid code, verification gates block logically misaligned actions.
Requirement: Have I explicitly stated what system/component the issue affects?
Permission review
The documentation asks the agent to read local files, directories, or repositories.
Have I used read-only file reads, project search, or read-only shell commands to gather evidence?The documentation asks the agent to read local files, directories, or repositories.
Not using read-only file reads, project search, or documentation lookup to verify before actingEvidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 96/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 64 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
This skill implements mandatory verification checkpoints that prevent pattern-matching from training data from overriding explicit reasoning. It enforces structural gates between hypothesis formation and action execution, ensuring actions align with verified hypotheses rather than reflexive pattern-matching responses.
When to use this skill:
Core principle: Verification is not advisory—it is a mandatory gate. Actions that don't align with verified hypotheses are BLOCKED.
Before executing ANY implementation action, complete ALL checkpoints in sequence. If any checkpoint fails, HALT and report the failure.
Requirement: Have I explicitly stated what system/component the issue affects?
Test:
If NO:
BLOCKED - Hypothesis not stated
REQUIRED: State hypothesis explicitly before proceeding
EXAMPLE: "Hypothesis: The issue affects [specific system/component]"
If YES: Proceed to Checkpoint 2
Requirement: Have I gathered evidence to confirm or refute my hypothesis?
Verification methods:
Test:
If NO:
BLOCKED - Hypothesis not verified
REQUIRED: Gather evidence before proceeding
NEXT STEPS:
1. Identify what evidence would confirm/refute hypothesis
2. Use appropriate tools to gather that evidence
3. Document findings with file paths and line numbers
4. Revise hypothesis if evidence contradicts it
If YES: Proceed to Checkpoint 3
Requirement: Does my planned action target the SAME system as my hypothesis identified?
Alignment template:
┌─────────────────────────────────────────────────────────┐
│ HYPOTHESIS SYSTEM: [What system does my hypothesis │
│ identify as the problem location?] │
├─────────────────────────────────────────────────────────┤
│ ACTION SYSTEM: [What system does my planned action │
│ operate on or modify?] │
├─────────────────────────────────────────────────────────┤
│ ALIGNMENT CHECK: [Same system = ✓ Proceed] │
│ [Different systems = ✗ BLOCKED] │
└─────────────────────────────────────────────────────────┘
Common misalignments:
| Hypothesis System | Wrong Action System | Why Blocked |
|---|---|---|
PEP 723 inline metadata (# /// script) | uv sync (pyproject.toml) | Different dependency systems |
| Docker container config | Host network settings | Different network layers |
| Git repository state | File system permissions | Different system domains |
| Python virtual environment | Global pip install | Different installation scopes |
| Application code logic | Infrastructure configuration | Different operational layers |
If MISALIGNED:
✗ BLOCKED - Hypothesis-action misalignment detected
HYPOTHESIS targets: [system A]
ACTION operates on: [system B]
REQUIRED: Either:
1. Revise action to target same system as hypothesis
2. Revise hypothesis after gathering new evidence
3. Report that systems are unrelated and task needs clarification
If ALIGNED: Proceed to Checkpoint 4
Requirement: Is this action based on verified project reality or pattern-matching from training data?
Detection questions:
Pattern-matching indicators:
Note on research tools: Prefer authoritative sources for verification:
Web resource access, definitive guide for getting accurate data for high quality results
If pattern-matching detected:
⚠ PATTERN-MATCHING WARNING
I am using training data patterns without project verification.
REQUIRED actions:
1. State: "I am pattern-matching from training data without verification"
2. Read relevant files to understand current project setup
3. Check project documentation or configuration
4. Verify approach against project reality
5. Return to Checkpoint 2 with gathered evidence
If verified against project reality: Proceed to execution
After completing ALL four checkpoints:
✓ ALL CHECKPOINTS PASSED → EXECUTE ACTION
Document verification trail:
VERIFICATION COMPLETE:
✓ Checkpoint 1: Hypothesis stated - [brief hypothesis]
✓ Checkpoint 2: Verified via [files/docs read]
✓ Checkpoint 3: Aligned - both target [system name]
✓ Checkpoint 4: Verified against project reality
EXECUTING: [action description]
✗ ANY CHECKPOINT FAILED → HALT
Report failure explicitly:
EXECUTION BLOCKED
Failed checkpoint: [number and name]
Reason: [specific failure reason]
Required before proceeding: [specific next steps]
Observation: ModuleNotFoundError: No module named 'pydantic'
Verification workflow:
Checkpoint 1 - State hypothesis:
Checkpoint 2 - Gather evidence:
# /// script blockpyproject.toml to check declared dependenciesCheckpoint 3 - Verify alignment:
# /// script block# /// script blockCheckpoint 4 - Pattern-matching check:
# /// script block)Result: Execute action
WRONG approach (BLOCKED):
uv sync (operates on pyproject.toml)Observation: Application not respecting new timeout setting
Verification workflow:
Checkpoint 1 - State hypothesis:
Checkpoint 2 - Gather evidence:
Checkpoint 3 - Verify alignment:
Checkpoint 4 - Pattern-matching check:
Result: Execute action
Observation: npm build fails with module resolution error
Verification workflow:
Checkpoint 1 - State hypothesis:
Investigation required:
After investigation:
npm install to sync dependenciesResult: Execute action
The model must activate this skill:
Automatically before:
On detection of:
This skill works in conjunction with:
This skill enforces existing workspace verification protocols by adding structural gates:
Workspace rules state: "The model must verify behavior with authoritative sources"
This skill enforces: "Cannot execute until verification completed and documented"
Workspace rules state: "Never cargo cult code without verification"
This skill enforces: "Checkpoint 4 detects and blocks pattern-matching behavior"
Workspace rules state: "Distinguish verified information from assumptions"
This skill enforces: "Checkpoint 2 requires evidence before proceeding"
This skill includes reference documentation:
Authoritative research backing the verification gate approach:
Load this reference when:
Common failure modes and how verification prevents them:
Load this reference when:
The model must actively monitor for verification violations:
Warning signs:
When warning signs detected:
⚠ VERIFICATION VIOLATION DETECTED
I attempted to bypass verification checkpoint.
HALTING and returning to Checkpoint [number].
This skill implements defensive programming for LLM reasoning. Just as compilers block syntactically invalid code, verification gates block logically misaligned actions.
Key principle: Speed without verification is not efficiency—it's error propagation. Taking time to verify prevents cascading failures, reduces debugging cycles, and builds user confidence.
Overhead justification: 2-3 Read operations (50-100 tokens each) prevent wrong implementations requiring 20+ tool calls to debug and fix (4000+ tokens). The verification overhead is small relative to the cost of debugging misaligned actions.
Frequently asked questions
Enforce mandatory pre-action verification checkpoints to prevent pattern-matching from overriding explicit reasoning. Blocks execution when hypothesis unverified or action targets different system than hypothesis identified.
The source record exposes this install command: npx skills add https://github.com/Jamie-BitFlight/claude_skills --skill "plugins/verification-gate/skills/verification-gate". Inspect the command and pinned source before running it.
Static rules flagged read-files in the source; the page lists the matching lines and excerpts.
Alternatives
coreyhaines31/marketingskills
When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program
coreyhaines31/marketingskills
When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' 'involuntary churn,' 'people keep canceling,' 'churn rate is too high,' 'how do I keep users,' or 'customers are leaving.' Use this whenever someone is losing subscribers o
alirezarezvani/claude-skills
App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist
wanshuiyin/Auto-claude-code-research-in-sleep
Use it for operations and research tasks; the detail page covers purpose, installation, and practical steps.