{
"id": "template-abc",
"title": "Project Documentation Template",
"global_prompt": "Overall style: straightforward",
"sections": [
{
"id": "heading-1",
"type": "heading",
"properties": {
"level": 1,
"text": "Introduction"
},
"children": []
},
{
"id": "text-1",
"type": "text",
"prompt": "Explain the project background",
"properties": {
"detail_level": "medium",
"tone": "formal"
}
},
{
"id": "list-1",
"type": "list",
"prompt": "List key objectives",
"properties": {
"list_type": "bullet",
"min_items": 1,
"max_items": 3
}
}
]
}
[
{
"id": "heading-1",
"type": "heading",
"properties": { "level": 1, "text": "Overview" },
"children": []
},
{
"id": "text-1",
"type": "text",
"prompt": "Brief overview text",
"properties": { "tone": "technical" }
},
{
"id": "list-1",
"type": "list",
"prompt": "Key tasks",
"properties": { "list_type": "bullet" }
}
]
Show properties
{
"id": "heading-1",
"type": "heading",
"properties": {
"bold": true,
"italic": false,
"hideIfEmpty": false,
"level": 1,
"text": "Project Introduction"
},
"children": []
}
Show properties
Show properties
{
"id": "text-1",
"type": "text",
"prompt": "Provide a concise summary of the project scope.",
"properties": {
"bold": false,
"italic": false,
"hideIfEmpty": true,
"formatting_style": "markdown",
"detail_level": "brief",
"tone": "casual",
"label": "Project Scope",
"bold_label": false,
"italic_label": false,
"min_sentences": 2,
"max_sentences": 3,
"emptyPlaceholder": "No scope defined yet"
}
}
Show properties
Show properties
{
"id": "list-1",
"type": "list",
"prompt": "List the main deliverables of the project.",
"properties": {
"bold": false,
"italic": false,
"hideIfEmpty": false,
"formatting_style": "markdown",
"detail_level": "minimal",
"tone": "technical",
"list_type": "bullet",
"min_items": 1,
"max_items": 5,
"emptyPlaceholder": "No deliverables defined"
}
}