cantrip_init
Initialize a new project in Cantrip by creating it with a name and description, optionally using a product brief to automatically extract key business entities like ICPs and pain points, or starting empty to add entities manually.
Instructions
Create a new project and connect this workspace to it. Pass 'brief_text' (product brief as text) to auto-extract ICPs, pain points, and value props as inferred entities (costs 5 credits). Or pass 'brief_path' (absolute file path) and the file will be read locally. Without a brief, the project is created empty (free) and you add entities manually. Writes .cantrip.json automatically after creation. After creating a project, add a few entities and confirm them with the user before going deeper.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name | |
| description | Yes | One-line project description | |
| brief_text | No | Product brief content as text (preferred) | |
| brief_path | No | Absolute path to a product brief file — will be read locally and sent as text |