prd_create_template
Define and store product requirement templates in markdown with {{PLACEHOLDER}} variables for persistent, cross-session use.
Instructions
Create a custom PRD template. Stored persistently in ZeroDB so it survives across sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Template name (lowercase, hyphens allowed) | |
| content | Yes | Markdown template content with {{PLACEHOLDER}} variables | |
| sections | No | List of section names in this template | |
| description | Yes | What this template is for |