| name | build-android-feature |
|---|---|
| description | Implement Android features with robust architecture, state management, and tests |
Building or refactoring Android functionality with Kotlin and Compose.
- Confirm app architecture and module boundaries.
- Define UI states and unidirectional data flow.
- Implement Compose screens and view models.
- Add tests for business logic and UI behavior.
- Validate performance-sensitive paths.
- Keep business logic out of Composables.
- Avoid hidden state mutations in shared objects.
- Make error and retry behavior explicit.
- Architecture-aware implementation plan
- Code and test updates
- Remaining risks and next steps