Problem Locating Solving

Use when locating a bug in an unfamiliar codebase, tracing a failure from symptom to source, or choosing between candidate fixes after the symptom is observed but before a patch lands. Covers the locate-to-solve workflow: problem-statement contract, search-space reduction, boundary-based fault localization, good-vs-bad path comparison, binary search through a call chain, minimal repro, root-cause isolation, fix option comparison, blast-radius review, and post-fix verification. Do NOT use for broad task planning once the bug is localized, test-pyramid design, or performance forensics.

jacob-balslev Updated

File contents

jacob-balslev/skills/tree/main/skills/software-engineering-method/problem-locating-solving commit 03b6823e03

Frequently asked questions

npx skillmds@latest add jacob-balslev/problem-locating-solving-2