About
The flutter-worktrees skill enables Flutter developers to manage multiple active branches simultaneously through isolated Git worktrees. By creating independent workspaces for each feature or experiment, it prevents environment contamination and allows for parallel development. The skill goes beyond standard Git commands by handling Flutter-specific requirements like dependency fetching with 'pub get', project verification with 'flutter doctor', and code generation via 'build_runner', ensuring that every new workspace is immediately production-ready.