What problem does it solve?
This skill streamlines the initial Flutter project bootstrap by guiding a Tech Lead through a focused, one-question-at-a-time setup flow, producing specs/project.md that captures project-wide knowledge and scaffolding the base folder/file structure so future agents can navigate the project without inspecting lib/.
Core Features & Use Cases
- Guided bootstrap conversation: asks required questions to define app name, features, and structure.
- Specs generation: creates specs/project.md containing decisions, feature locations, API endpoints, and external services.
- Scaffold creation: creates the base Flutter project skeleton with a ready folder/file layout for lib and starting point for features.
Quick Start
Run the init workflow to begin the one-time bootstrap and generate specs/project.md plus the base project skeleton.