AI Agent Hub
Back to plugins
🖥️

dsh-mindmap

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install guhanfei-ai/dsh-mindmap

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install guhanfei-ai/dsh-mindmap in your DeepSeek Harness terminal to install; the source repository is https://github.com/guhanfei-ai/dsh-mindmap .

About this plugin

Most mindmapping tools lock your ideas into proprietary binary formats that cannot be diffed, version-controlled, or easily shared in a code-native workflow. dsh-mindmap flips the model: a plain Markdown file is the mindmap. Open it in a session and a floating panel on the right renders the structure in real time; describe an edit in chat and the AI rewrites the .md one step at a time, with the panel re-rendering instantly. There is no hidden layer, no opaque format—every change is a readable text diff you can commit and review.\n\nInteraction treats the chat as the editor and the panel as the canvas. Heading hierarchy, nested lists, code blocks, and paragraph notes map to MindGrove-style nodes with orthogonal connector lines. The canvas supports 25%–300% zoom, drag-to-pan (middle button, left button on blank space, or Space + left button), click-to-focus on any node and its subtree, and an automatic fit-to-view that keeps re-fitting as the AI edits until you zoom manually. A persistent directory tree lets you create or open documents on the fly, a single click exports PNG, and the floating panel pushes the chat aside rather than covering it. On the safety side, the client has no direct filesystem write path—every create or update flows through the AI tools, giving you a clean audit chain when paired with Git.\n\nIt is built for developers already working inside a DeepSeek Harness session who treat Markdown as their source of truth for technical notes, architecture docs, or structured knowledge. One file serves as the draft, the version, and the mindmap—say a sentence, the AI edits a step, and the result is ready to commit.

Use Cases

  • Iterate on a structured technical doc via chat while watching the mindmap update live
  • Manage thinking notes as plain text in a Git workflow with diffable revisions
  • Capture a quick brainstorm as a structured outline and export it to PNG in one click

Best For

  • Developers who treat Markdown as their source of truth and want a visual companion
  • Engineers building daily knowledge management inside DeepSeek Harness
  • Teams that want mindmaps living in version control and code review alongside their docs