01Strict four-phase debugging workflow: Investigation, Pattern Analysis, Hypothesis, and Implementation.
02Built-in diagnostic patterns for Flutter DevTools, console logging, and debug widgets.
03Specific guidance for common Flutter errors like 'RenderBox not laid out' and 'No ancestor found'.
04Integration with git diff and log commands to track regressions caused by recent changes.
05Mandatory verification step ensuring fixes are validated with analysis and testing.
061 GitHub stars