What problem does it solve?
Linear text and static diagrams fail to capture tree-shaped or graph-shaped thinking like brainstorming variations, debugging hypothesis trees, or nested knowledge structures. This Skill lets you externalize that branching logic into an interactive, editable visual map that you can rearrange and submit back to the agent for next steps.
Core Features & Use Cases
- Interactive editable maps: Draggable nodes, inline child node addition, text editing, and support for both tree and graph layouts to match your thinking style.
- Structured export: Export your map as an indented outline, JSON tree, or natural-language prompt to hand back to the agent for further analysis or action.
- Use Case: When debugging a production outage, use this Skill to build a hypothesis tree of potential root causes, mark supporting and refuting evidence for each branch, and export the surviving hypotheses as a structured prompt for the agent to investigate next.
Quick Start
Use the html-mind-map skill to build a radial mind map of potential causes for the recent API latency spike, pre-fill three top-level hypothesis branches, and include a Submit button to send the completed map back to me for analysis.