This enforces strict BLoC architecture with feature-first folder structure, clean layer separation, and mandatory design system constants. Use it when building Flutter screens or widgets where you want to eliminate hardcoded colors, spacing, and typography while keeping business logic out of the UI. The decision tree is genuinely helpful for figuring out whether you need a full feature folder or just a widget in shared. One honest take: the barrel file exports add boilerplate, but they do make imports cleaner across a growing codebase. Best for teams that have already committed to BLoC and need consistent patterns enforced, not for exploring state management options.
npx skills add https://github.com/abdelhakrazi/flutter-bloc-clean-architecture-skill --skill flutter-bloc-development