create_app
Generate an application from a PRD by reusing existing features, components, models, and templates, then scaffold, validate, and prepare Git changes for review.
Instructions
Orchestrate end-to-end application generation from PRD, prioritizing feature reuse and template baselines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prd | Yes | PRD text containing features and capabilities | |
| name | Yes | Application name (e.g. "nstok-app-w") | |
| template | No | App template repository name (defaults to Nstok-app-template) |