split_tile
Partition solution spaces into MECE subsets using specific attributes to systematically organize research ideas and analyze gaps in hierarchical tile-based exploration.
Instructions
Split a tile into MECE (Mutually Exclusive, Collectively Exhaustive) subsets using a specific attribute/dimension. This is the core operation of the tiling trees method - partitioning the solution space systematically. Use physics/math-oriented splits when possible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tileId | Yes | ID of the tile to split | |
| splitAttribute | Yes | The attribute/dimension used to split (e.g., 'energy source', 'scale', 'physical mechanism', 'timeframe') | |
| splitRationale | Yes | Why this attribute was chosen for splitting | |
| subsets | Yes | The mutually exclusive and collectively exhaustive subsets |