create_project_workspace
Creates an isolated project workspace, initializes git, bootstraps context, and sets up the first milestone for a clean start.
Instructions
Create a new isolated project workspace directory, initialize git, bootstrap the project context/brain, and set up first milestone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the project directory to create. | |
| path | No | Parent directory path (default is '.'). | . |
| template | No | Workspace template name ('blank', 'nextjs', or 'python'). | blank |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |