design_kotlin_ui
Design production-ready Jetpack Compose and Compose Multiplatform UI screens with unidirectional data flow, Material 3 theming, ViewModel state handling, and multi-device previews.
Instructions
Designs production-ready Jetpack Compose / Compose Multiplatform UI screens with Unidirectional Data Flow, Material 3 theming, ViewModel state handling, and multi-device preview annotations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| screenName | Yes | Name of the screen (e.g. 'ProductCatalog', 'UserProfile'). | |
| targetPlatform | No | Target Compose platform. | android-compose |
| includePreviews | No | Whether to include @PreviewLightDark and @PreviewScreenSizes annotations. | |
| layoutDescription | Yes | Detailed description of the screen layout, elements, interactions, and animations. |