orchestrate_kotlin_project
Turns a project prompt into a complete Kotlin app, orchestrating agents for dependency catalog, UI, backend, tests, and setup scripts.
Instructions
End-to-end multi-agent orchestration for building Kotlin applications. Executes the full pipeline: prompt decomposition, dependency catalog creation, UI design, backend scaffolding, test suites, and setup scripts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The complete project prompt or feature specification. | |
| includeUi | No | Whether to generate Jetpack Compose UI. | |
| projectName | No | Project name (e.g. 'FitnessTracker', 'ShopFlow'). | KotlinApp |
| includeTests | No | Whether to generate QA test suites. | |
| includeBackend | No | Whether to scaffold backend endpoints. | |
| targetPlatform | No | Target platform. | android-compose |