Generate the build blueprint
generate_blueprintTurn app description, interview answers, and design choices into a build blueprint with parallelizable work packages, then launch subagents to execute them, moving the project to the build phase.
Instructions
Phase 4 of the App Factory workflow. Compiles the description, interview answers and design choices into a build blueprint with parallelizable work packages. Launch one parallel subagent per work package within the same parallelGroup (group 0 first, then 1, then 2), passing each subagent the full spec from get_work_package. Advances the project to the build phase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | ||
| workspacePath | No | Absolute path where the app will be built (stored on the project) |