Systematic debugging methodology — reproduce, isolate, bisect, fix, verify. Use when diagnosing failures, tracing errors, or investigating unexpected behavior. TRIGGER when: debug, error, traceback, stack trace, bisect, breakpoint, failing test, unexpected behavior. DO NOT TRIGGER when: writing new features, code review, documentation, refactoring.
$npx -y skills add akaszubski/autonomous-dev --skill debugging-workflowInstalls into the current project.
Run `npx skills use "https://github.com/akaszubski/autonomous-dev" --skill "akaszubski/autonomous-dev/debugging-workflow"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/akaszubski/autonomous-dev" that are relevant to the current task. Run `npx skills add "https://github.com/akaszubski/autonomous-dev"` and select the relevant skills, then follow their instructions.