Skip to main content
TemplateSpec is the source format used to define a private loomloom template. The resulting template is reusable AI work IR: an immutable, inspectable definition of the inputs, execution steps, dependencies, models, and expected outputs required to produce an outcome.

Start with the version shipped in the CLI

The bundled manual matches the installed CLI and is available in English and Simplified Chinese:

Authoring path

Before selecting a default model, query the active environment:
Creating a template or adding a version changes remote state and requires explicit confirmation. Existing versions are immutable.

Current topology boundary

New templates and versions must not use bindMode=expanded. Put dynamic independent items on separate workbook rows. Model a fixed number of parallel branches as separate steps connected through dependsOn and upstreamBindings.

Read the source manual

Browse the English TemplateSpec manual maintained with the loomloom source.

Create reusable AI work IR

Follow the product guide for planning, checking, creating, versioning, and running a private template.