anti-cascade-collapse

Detect and prevent order-gap hallucination by re-verifying assumptions at each step.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/coff33ninja/ai-skills-mcp --skill anti-cascade-collapse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: anti-cascade-collapse
Source: https://github.com/coff33ninja/ai-skills-mcp/tree/main/skills/anti-cascade-collapse
Command: npx skills add https://github.com/coff33ninja/ai-skills-mcp --skill anti-cascade-collapse

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill prevents order-gap hallucination, where the model detects a false premise when asked directly but misses it when embedded in a complex multi-step task.

Core Features & Use Cases

  • Order-Gap Hallucination Detection: Identifies when a model fails to detect a false premise in a multi-step task.
  • Assumption Re-Verification: Ensures re-verification of assumptions at each step of a multi-step task.
  • Use Case: For a task that involves multiple steps, this Skill can help ensure that each step respects all earlier constraints and assumptions.

Quick Start

Use the anti-cascade-collapse skill to re-check assumptions at each step of a complex task.

Frequently Asked Questions about anti-cascade-collapse

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is order-gap hallucination in multi-step tasks?

Order-gap hallucination occurs when a model detects a false premise when asked directly but misses it when the premise is embedded in a complex multi-step task. It causes the model to contradict earlier constraints over time.

How do I prevent false premises in complex multi-step tasks?

To prevent false premises in complex multi-step tasks, you can enforce assumption re-verification at each step. This ensures that every step respects all earlier constraints and detects contradictions before proceeding.

How does assumption re-verification work for multi-step task validation?

Assumption re-verification works by systematically re-checking the model's assumptions at each step of a complex task. This validation process identifies when a model fails to detect a false premise embedded earlier in the workflow.

Can I use this for multi-step tasks with no external dependencies?

Yes, you can use this for multi-step tasks without external dependencies. It operates entirely through scripts to enforce model safety and validate assumptions, requiring no additional setup or external libraries.

When should I enforce assumption re-verification in model safety workflows?

You should enforce assumption re-verification in model safety workflows whenever handling complex, multi-step tasks. It is specifically designed for scenarios where the model's initial assumptions may be contradicted by later steps.

What is the best way to validate constraints across multiple task steps?

The best way to validate constraints across multiple task steps is to apply automated re-verification at each stage. This prevents order-gap hallucination by ensuring no step violates the original assumptions established at the start.