board_create_project
Create a new project to group related tasks and sessions under a shared goal, establishing the top-level container for organizing work in Vibe Board VE.
Instructions
Create a new project to group tasks and sessions under a shared goal. Projects are the top-level container — every task and session must belong to one. Use sparingly: create a new project for major initiatives (3+ related tasks), not for every piece of work. New projects are created with status='active'. Returns { id, name, status, message }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name — short, human-readable title shown everywhere the project is referenced | |
| description | No | Optional longer description of the project's scope, goals, or context. Omit if the name is self-explanatory. | |
| metadata | No | Optional key/value metadata (e.g., linked doc paths, deadlines, stakeholder names). Merged shallowly on board_update_project. |