performing-systematic-debugging-for-stubborn-problems

Community

Systematic debugging for stubborn bugs.

AuthorArjenSchwarz
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Applies a rigorous, phased debugging approach based on a modified Fagan Inspection to resolve stubborn bugs that have resisted prior fixes.

Core Features & Use Cases

  • Phase 1: Initial Overview to state problem, expected vs actual behavior, and symptoms.
  • Phase 2: Systematic Inspection with defect categorization (logic, boundary, error handling, data flow, integration).
  • Phase 3: Root Cause Analysis using Five Whys.
  • Phase 4: Solution & Verification with a structured fix plan and verification steps.

Quick Start

Describe the bug to the skill and allow it to generate a four-phase inspection and remediation plan. The actual fixes require your approval before applying.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: performing-systematic-debugging-for-stubborn-problems
Download link: https://github.com/ArjenSchwarz/agentic-coding/archive/main.zip#performing-systematic-debugging-for-stubborn-problems

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository