investigation-mode

Pause implementation upon repeated failures and initiate root-cause analysis.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/xebia/gino-gelato-webinar --skill investigation-mode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: investigation-mode
Source: https://github.com/xebia/gino-gelato-webinar/tree/main/.github/skills/investigation-mode
Command: npx skills add https://github.com/xebia/gino-gelato-webinar --skill investigation-mode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a structured approach to halt implementation when progress is blocked by repeated errors or uncertainty, ensuring root-cause analysis before resuming.

Core Features & Use Cases

  • Stall Detection: Automatically triggers when 2+ consecutive failures occur.
  • Root Cause Analysis: Mandates deep research and systematic isolation of issues.
  • Controlled Resumption: Requires a verified plan and user approval for direction changes.
  • Use Case: If a feature consistently fails build tests after multiple attempts, this skill will pause development, initiate a deep dive into the error logs and documentation, and only allow coding to resume after a clear understanding and a proposed solution are presented.

Quick Start

Use investigation mode to pause implementation and research the root cause of the current repeated errors.

Frequently Asked Questions about investigation-mode

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

FAQPage Schema
How do I handle stalled progress when repeated build errors keep blocking development?

Stalled progress from repeated build errors triggers an automatic pause to implementation, initiating a root cause analysis process that requires deep research and systematic testing before allowing coding to resume with a verified plan.

What is root cause analysis for debugging consecutive failures in a development workflow?

Root cause analysis for debugging consecutive failures is a systematic process that mandates deep research and isolation of issues, ensuring you understand the underlying error before resuming implementation rather than applying temporary patches.

When do I need to pause implementation for error handling and investigation?

You need to pause implementation for error handling and investigation when stall detection identifies two or more consecutive failures, automatically halting development to prevent compounding errors and enforce a structured debugging workflow.

How to resume coding after a root cause analysis identifies the issue?

To resume coding after root cause analysis, you must present a verified plan and obtain explicit user approval for any significant changes in direction or the adoption of workarounds before implementation can safely continue.

Does investigation mode require user approval for adopting workarounds during debugging?

Investigation mode requires explicit user approval for adopting workarounds or making significant changes in direction, ensuring controlled resumption of development only after a verified plan is established and agreed upon.

What are the limitations of automated stall detection during root cause analysis?

Automated stall detection is limited to triggering after two or more consecutive failures, meaning isolated or intermittent errors may not initiate the root cause analysis process, requiring manual intervention to pause and investigate progress.