zerodb_plan_create
Create a persistent plan, PRD, or task artifact and get an artifact ID for future retrieval and updates.
Instructions
Create a persistent plan, PRD, or task artifact in ZeroDB. Returns an artifact ID you can pass to zerodb_plan_get/update/history in future sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Artifact type | plan |
| title | Yes | Artifact title (max 200 chars) | |
| content | Yes | Markdown content | |
| session_id | No | Optional session ID to associate with |