Create Project
create_projectCreate a project with auto-generated #-prefixed tag. Avoids duplicates by checking for existing project slugs.
Instructions
Register a new project. Auto-creates a #-prefixed tag in the tag registry. Returns a conflict if a project with the same slug already exists. If the user mentions starting or working on a project that doesn't exist in the registry, suggest creating it. Example triggers: 'I'm starting a new project called X', 'working on project X', 'let's kick off X.' Always confirm before creating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the project (e.g. 'Founders OS', 'Series A'). | |
| status | No | Project status. Defaults to 'active'. | |
| description | No | What this project is about. |