systematic-debugging

Enforces a four-phase root-cause-driven debugging process to prevent recurring issues.

1|Updated Apr 21, 2025
One-click install
npx skills add https://github.com/agi-house-india/agihouse-site --skill systematic-debugging-agi-house-india
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: systematic-debugging
Source: https://github.com/agi-house-india/agihouse-site/tree/main/.claude/skills/systematic-debugging
Command: npx skills add https://github.com/agi-house-india/agihouse-site --skill systematic-debugging-agi-house-india

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enforces a four-phase, root-cause–driven debugging process to stop symptom fixes and prevent regression under pressure.

Core Features & Use Cases

  • Four Phases: Phase 1 (Root Cause Investigation), Phase 2 (Pattern Analysis), Phase 3 (Hypothesis & Testing), Phase 4 (Implementation).
  • Anti-Patterns & Guardrails: Explicit guidance to avoid shortcuts and shotgun fixes.
  • Defense-in-Depth: Encourages adding validations across multiple layers to prevent recurrence.
  • Use Case: When debugging a complex failure, follow the structured phases to identify root cause and implement robust defenses.

Quick Start

Begin with Phase 1: read errors, reproduce, review changes, and gather evidence before proposing fixes.