Communityv3.0.0

Systematic Debugging

Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.

8.3kdownloads8stars67active installsrunesleo
View on ClawHubBack to Skills

Skill Details

Slug
runesleo-systematic-debugging
Latest Version
3.0.0
Author
runesleo
Published
Mar 7, 2026
Updated
May 11, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Systematic Debugging.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v3.0.0

- Major update: Introduces a comprehensive four-phase (plus pre-phase) debugging process focused on root cause analysis before any fixes. - Adds a mandatory Phase 0: Context Recall—explicitly requires gathering prior knowledge and analyzing project context before investigating or proposing fixes. - Clearly defines strict phase order (Context Recall → Root Cause Investigation → Pattern Analysis → Hypothesis & Testing → Implementation) with rules to prevent skipping steps or guessing fixes. - Expands guidance for multi-component systems, systematic data/log gathering, and evidence-based analysis. - Includes red flags and common rationalizations to help users avoid pitfalls and maintain disciplined debugging. - Emphasizes test creation before fixing and sets hard limits on repeated failed fixes (triggers architectural review after three non-working attempts).