Content Library
Provides guided relationship practices that combine content (topics, questions) with structure (formats).
Data Model
Table practice { id string [pk] title string topic string [note: 'e.g. money, intimacy, conflict'] formatId string [note: 'The Format this practice provides content for; links to conversation/format'] description string [null]}
Table practice_prompt { id string [pk] practiceId string [ref: > practice.id] sectionId string [note: 'The section of the format this prompt is intended for; links to conversation/section'] text string order integer}API
Actions
browse-library Fetches available practices.
select-practice Retrieves a specific practice by ID.
| Parameter | Type | Required | Description |
|---|---|---|---|
practice-id | string | — |