acc_cde_structure_template
Generate an ISO 19650 CDE folder structure (WIP/Shared/Published/Archived) from simple lists or predefined configs, returning JSON ready for folder creation.
Instructions
Generate a generic ISO 19650 CDE folder structure (WIP / Shared / Published / Archived) from simple lists — project-agnostic, so any project can build its own tree. Returns a JSON structure ready to pass to acc_create_folder_structure (review it first, then create). Give the WIP disciplines, the Published milestones and the Shared subfolders for the project; or use from_config to pull a convention's predefined cdeStructure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numbered | No | Prefix subfolders with '01. ', '02. ' in order | |
| milestones | No | Comma-separated Published milestone subfolders, e.g. 'Stage 2,Stage 3,Stage 4' | |
| disciplines | No | Comma-separated WIP discipline subfolders, e.g. 'Architecture,Structure,MEP,Civil' | |
| from_config | No | Instead of the lists, return the cdeStructure defined in this naming config (e.g. 'iso19650-uk' or a project config id) | |
| state_names | No | Override the 4 top-level state names (comma-separated, order: WIP,Shared,Published,Archived). Default: 01-WIP,02-SHARED,03-PUBLISHED,04-ARCHIVED | |
| shared_subfolders | No | Comma-separated Shared subfolders, e.g. 'Models,Drawings,Reports' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |