create_hierarchy_plan
Generate a durable hierarchy plan as JSON and HTML from inline data or file paths.
Instructions
Create a durable hierarchy JSON plan and its same-named HTML rendering.
Source and theme paths must be absolute beneath configured workspace roots. The output folder follows the same boundary and defaults to the authorized server project directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theme | No | Packaged or custom theme base name without `.css`. | default |
| title | No | Browser and page title. | Hierarchy plan |
| source | Yes | Inline mapping, sequence, JSON, YAML, or an absolute JSON/YAML path. | |
| output_folder | No | Optional absolute destination beneath a configured workspace. | |
| themes_folder | No | Absolute folder for a custom theme, or null for packaged themes. | |
| completed_items | No | Exact dotted paths or unique titles initially marked complete. | |
| output_filename | Yes | Base HTML filename; the JSON plan uses the same base name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |