verification-mode

Stop workflow execution on failures to enable root-cause analysis.

4|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/cuioss/plan-marshall --skill verification-mode
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: verification-mode
Source: https://github.com/cuioss/plan-marshall/tree/main/marketplace/bundles/pm-plugin-development/skills/verification-mode
Command: npx skills add https://github.com/cuioss/plan-marshall --skill verification-mode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verification mode stops execution on failures to perform root-cause analysis before proceeding.

Core Features & Use Cases

  • Failure detection: Stop on script errors, resolution failures, or workaround detections.
  • Root-cause analysis: Structured, component-level analysis to identify the source of failures.
  • Quality assurance: Helpful for debugging, integration testing, and validating workflow correctness.

Quick Start

Load this skill to enable verification mode for auto-stopping on failures and initiating root-cause analysis before proceeding.

Frequently Asked Questions about verification-mode

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

FAQPage Schema
How do I stop workflow execution on script errors for root-cause analysis?▼

Workflow execution stops on script errors by enabling verification mode, which halts processing to perform structured, component-level root-cause analysis before proceeding. This ensures failures are diagnosed at their source rather than bypassed.

What is verification mode in testing and debugging workflows?▼

Verification mode is a strict execution protocol that stops workflow execution upon detecting failures, such as script errors or resolution failures, to enable immediate root-cause diagnosis and produce auditable outcomes.

How do I ensure my integration testing produces auditable outcomes?▼

To ensure auditable outcomes during integration testing, apply verification protocols that auto-stop execution on failures and initiate structured root-cause analysis across all components, scripts, and commands involved.

Does verification mode work for debugging scripts, skills, and commands?▼

Yes, verification mode applies across scripts, skills, and commands during debugging and integration validation, stopping execution on failures to enable component-level root-cause analysis and ensure workflow correctness.

When should I use verification mode instead of continuing workflow execution?▼

Use verification mode when you need strict adherence to verification protocols and quality assurance, particularly when debugging, validating integration correctness, or detecting workarounds that require root-cause analysis before proceeding.