prd_save
Save a Product Requirement Document to persistent storage with automatic version history. Retrieve, update, or search using the returned ID.
Instructions
Save a PRD to ZeroDB as a persistent plan artifact. Returns an ID you can use to load, update, or search for it in future sessions. Version history is tracked automatically on every update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for categorization (e.g., ["billing", "agent-cloud", "q3-2026"]) | |
| title | Yes | PRD title (e.g., "PRD: Agent Cloud Billing") | |
| content | Yes | Full PRD content in Markdown |