Issue Trees
Concept
An issue tree breaks a vague problem into progressively smaller, more concrete sub-problems until you reach something testable. Each branch is a hypothesis about why the parent problem exists. Done well, the leaves are things you can actually go investigate.
Required output format
A fenced code block with text syntax. Use ASCII box-drawing characters:
├──non-final child│vertical continuation under a non-final child└──final child at each level
[Description truncada. Veja o README completo no GitHub.]