decompose_kotlin_prompt
Break down large, vague, or structured prompts into a modular Kotlin feature roadmap with Clean Architecture modules, sprint phases, and acceptance criteria.
Instructions
Breaks down large, structured, or vague user prompts into a modular Kotlin feature roadmap, Clean Architecture module breakdown, sprint phases, and acceptance criteria.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The raw user prompt or feature specification to break down. | |
| projectName | No | The name of the Kotlin project (e.g., 'ECommerceApp'). | KotlinApp |
| targetPlatform | No | Target Kotlin platform. | android-compose |
| architecturePattern | No | Architectural style to enforce. | mvi-clean-architecture |