decompose_flutter_prompt
Break down Flutter prompts into Clean Architecture features, modules, and sprint plans while verifying target platforms for structured development.
Instructions
Deconstructs Flutter prompts into Clean Architecture features, modules, and sprint plans. Always checks and verifies target platforms (iOS, Android, Web, Desktop) first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The raw user prompt or feature specification to break down. | |
| projectName | No | Project name (e.g. 'fitness_tracker'). | flutter_app |
| stateManagement | No | State management solution. | riverpod |
| targetPlatforms | No | Target platforms for the Flutter app. If not provided or mentioned in prompt, a clarification prompt is returned. | |
| architecturePattern | No | Architectural structure. | feature-first-clean-architecture |