Learn

Use Learn to understand and apply the system. Use Standards when you need the governing contract.

How-To Guides

Practical Cuddler procedures for common implementation tasks, from adding new artifact types to safely rendering untrusted content.

Section mapHow-To Guides at a glance

These pages are designed to be used together. Read across the map to see the main topics this section covers.

PageHow to Choose a Document Role

Pick the right Cuddler Document Role by deciding whether the artifact's main job is the data model, the template contract, or the process/controller contract.

Open How to Choose a Document Role
PageAdd a New Artifact Type

Create a new Cuddler Artifact Definition family with a synchronized Data definition plus Template and Process documents that consume the published standards.

Open Add a New Artifact Type
PageStructure Reusable Prompts

Write prompts that are explicit, maintainable, and aligned with schema-first Cuddler workflows.

Open Structure Reusable Prompts
PageSanitize Untrusted Content

Apply Cuddler's default safety posture when rendering content that may contain unsafe HTML, scripts, or risky links.

Open Sanitize Untrusted Content
PageAllow External Assets Safely

Permit external assets only when the render contract requires them and the trust boundary is explicit.

Open Allow External Assets Safely

How-To guides are the place to go when you already know what you want to do and need a clear sequence for doing it.

Use these pages for implementation work such as creating a new artifact type, publishing a versioned Document Role, or making a rendering decision that affects security. Each guide stays focused on procedure and points back to the canonical standards pages when a rule needs to be authoritative.

How-To Topics

When To Start Here

  • You already know the target outcome and need the shortest path to it.
  • You want a repeatable procedure rather than a conceptual explanation.
  • You need implementation guidance that stays aligned with the public standards surface.