Aos Debugging

A structured debugging loop for tracking down a bug, failing test, exception, stack trace, regression, or "this used to work" report. Use proactively when investigating why code is broken, reproducing a failure, or diagnosing unexpected behavior — before changing any code. Prevents guess-driven editing by forcing reproduction, hypothesis, and a single verified fix.

riz007 3920993 2.1 KB Updated

File contents

riz007/architect-os/tree/main/skills/aos-debugging commit 39209939e7

Frequently asked questions

npx skillmds@latest add riz007/aos-debugging