createIssueTreeSlide
Create or update a presentation slide that structures a problem into a root issue with MECE sub-issue branches.
Instructions
Create or update one slide in the presentation that visualizes an issue tree. This slide shows the root issue at the top and branches into MECE sub-issues to structure the problem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _index | No | If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1). | |
| branches | Yes | Sub-issues or branches grouped under the root issue | |
| rootIssue | Yes | Main issue or problem statement |