debugging

Installation
SKILL.md

Systematic Debugging

Evidence-based investigation -> root cause -> verified fix.

Steps

  1. Load the outfitter:maintain-tasks skill for stage tracking
  2. Collect evidence (reproduce, gather symptoms)
  3. Isolate variables (narrow scope)
  4. Formulate and test hypotheses
  5. Implement fix with failing test first
  6. Verify fix resolves the issue

For formal incident investigation requiring RCA documentation, use find-root-causes skill instead (it loads this skill and adds formal RCA methodology).

<when_to_use>

Installs
19
GitHub Stars
27
First Seen
Jan 26, 2026
debugging — outfitter-dev/agents