flutter-widget-assistant
Installation
SKILL.md
Flutter Widget Implementation Assistant
Overview
An interactive assistant that helps you make informed decisions about Flutter widget implementation by conducting a structured interview. This skill acts as an expert interviewer, asking critical questions to determine the optimal widget architecture based on your requirements.
Use this skill when:
- Starting a new Flutter widget implementation
- Unsure about whether to use StatefulWidget or StatelessWidget
- Need to decide between screen-level and component-level widgets
- Determining state management approach (Riverpod vs local state)
- Want guidance on widget architecture decisions