Skillsby SefarAI
Back to catalog

Systematic Debugging

Investigate bugs and test failures through evidence before proposing fixes.

Install with skills CLI

npx skills add obra/superpowers --skill systematic-debugging

Choose your target agent when the installer prompts. Installation target does not mean this listing has tested every agent.

Included in a Skill Stack

Production React Web

Verify: Finds root causes through reproducible evidence.

What it is for

A root-cause workflow for reproducing failures, gathering evidence, testing hypotheses, and avoiding speculative fixes.

Useful when

Diagnose a failing test
Investigate unexpected behavior
Trace a regression

Expected outcomes

  • A reproducible failure
  • Evidence-backed root cause
  • A targeted fix direction

Requirements

  • Observable failure evidence
  • Access to the relevant code or system

Related skills