bee:systematic-debugging

Implement a four-phase debugging framework for root cause investigation and hypothesis testing.

2|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/luanrodrigues/ia-frmwrk --skill bee-systematic-debugging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bee:systematic-debugging
Source: https://github.com/luanrodrigues/ia-frmwrk/tree/main/default/skills/systematic-debugging
Command: npx skills add https://github.com/luanrodrigues/ia-frmwrk --skill bee-systematic-debugging

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured, four-phase approach to debugging technical issues, ensuring that the root cause is identified and addressed before implementing a fix, preventing recurring problems and wasted effort.

Core Features & Use Cases

  • Systematic Investigation: Guides through root cause analysis, pattern identification, hypothesis testing, and implementation.
  • Prevents Rework: Emphasizes understanding before fixing, reducing the likelihood of superficial or incorrect solutions.
  • Use Case: When a critical backend service starts returning intermittent errors, this Skill ensures a thorough investigation into logs, recent changes, and data flow before any code is modified.

Quick Start

Use the systematic-debugging skill to investigate the intermittent error reported in the user authentication module.

Frequently Asked Questions about bee:systematic-debugging

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

FAQPage Schema
What is systematic debugging and when should I use it for root cause analysis?

A systematic debugging framework guides you through root cause analysis, pattern identification, hypothesis testing, and implementation. Apply it to any technical issue like test failures, bugs, or build failures to ensure you understand the problem before fixing it.

How do I find the root cause of an intermittent bug before changing code?

To find the root cause of an intermittent bug, follow a strict investigation protocol that analyzes logs, recent changes, and data flow patterns. This systematic approach enforces hypothesis testing to verify the root cause before implementing any code modifications.

What is the best way to troubleshoot test failures and performance problems systematically?

The best way to troubleshoot test failures and performance problems is using a four-phase debugging framework that enforces root cause investigation, pattern analysis, hypothesis testing, and structured fix implementation to prevent recurring issues and wasted effort.

Can I use this systematic debugging approach for build failures and backend service errors?

Yes, you can use this systematic debugging approach for build failures and backend service errors. The framework applies to all technical issues by enforcing strict investigation protocols and escalation criteria to ensure robust problem resolution across any technical context.

Why does fixing a bug without root cause analysis lead to recurring problems?

Fixing a bug without root cause analysis leads to recurring problems because superficial solutions address symptoms rather than the underlying failure. Systematic debugging enforces understanding before fixing, reducing the likelihood of incorrect solutions and wasted effort.