create_app_plan
Turn a PRD into a structured application implementation plan by applying SEARCH, REUSE, ADAPT, and CREATE to identify and reuse existing features, UI components, models, and templates.
Instructions
Generate a structured application implementation plan following the SEARCH -> REUSE -> ADAPT -> CREATE principle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prd | Yes | PRD specifications or requirements | |
| appName | Yes | Target application name (e.g. "nstok-app-w") | |
| template | No | Custom baseline template (defaults to Nstok-app-template) |