create_tree
Create a hierarchical tiling tree to explore problems by splitting solution spaces using MECE principles, starting with a root tile representing the complete challenge.
Instructions
Create a new tiling tree to explore a problem/challenge. The tree starts with a root tile representing the complete solution space, which you'll then split recursively using MECE (Mutually Exclusive, Collectively Exhaustive) principles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for this tiling tree | |
| problemStatement | Yes | The problem or challenge to explore (e.g., 'How can we reduce carbon emissions in transportation?') |