概要
The Systematic Flutter Debugging skill provides a structured framework for Claude to tackle technical issues in Flutter applications. By enforcing the 'Iron Law'—no fixes without root cause investigation—it prevents the common trap of applying quick patches that mask underlying problems. This skill guides the user through diagnostic logging, DevTools integration, and hypothesis testing, making it ideal for resolving widget build errors, state management bugs, and performance bottlenecks while maintaining high code quality.