Systematic debugging with structured triage. When something breaks, stop adding features, preserve evidence, and follow a structured process to find and fix the root cause. Guessing wastes time. The triage checklist works for test failures, build errors, runtime bugs, and production incidents.
Never push past a failing test or broken build to work on the next feature. Errors compound. A bug in Step 3 that goes unfixed makes Steps 4-10 wrong.
Work through these steps in order. Do not skip steps.
Используйте его, когда тесты не пройдены, сборки не работают, поведение не соответствует ожиданиям или вы столкнулись с какой-либо непредвиденной ошибкой. Используйте его, когда вам нужен систематический подход к поиску и устранению основной причины, а не догадкам. Источник: addyosmani/agent-skills.