Start a new app project
start_projectStarts a new app project by accepting a raw description and launching the guided App Factory workflow, returning the project ID and the first workflow step.
Instructions
Begin the App Factory workflow for a new app. Provide the user's raw description verbatim. Returns the project id and the first step of the guided workflow (intake -> interview -> design -> blueprint -> build -> audit -> deploy).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Short project name, e.g. 'recipe-box' | |
| description | Yes | The user's app description, as raw and complete as possible | |
| workspacePath | No | Absolute path of the folder where the app will be built |