Workflow Templates let you define reusable sequences of tasks with pre-configured dependencies and conditions.Documentation Index
Fetch the complete documentation index at: https://docs.claboard.dev/llms.txt
Use this file to discover all available pages before exploring further.
Creating a Template
Use the API (UI coming soon):Step Properties
| Field | Description |
|---|---|
title | Task title |
description | Task description (optional) |
task_type | feature, bugfix, refactor, docs, test, chore |
model | Claude model override (optional) |
acceptance_criteria | Test criteria (optional) |
depends_on_steps | Array of step indices this step depends on |
condition_type | always, on_success, on_failure, on_any |