# Mm Brainstorm

> Create a new MindMeister mind map from a topic, seed ideas, or unstructured notes.

- Skill: `meisterlabs/mm-brainstorm` (Agent Skill)
- Install (CLI): `npx skillmds@latest add meisterlabs/mm-brainstorm`
- Raw SKILL.md: https://api.skillmd.com/api/skills/meisterlabs/mm-brainstorm/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: MeisterLabs (https://skillmd.com/u/meisterlabs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/meisterlabs/mm-brainstorm

---


# Brainstorm with MindMeister

Use the MindMeister MCP to create a new mind map from a prompt, idea dump, or brainstorm session.

## Workflow

1. Gather the input:
   - Central topic (required)
   - Seed ideas, themes, or raw notes to structure (optional)
   - Optional: number of top-level branches, target folder
2. Design the map structure:
   - Define the central node (the topic)
   - Propose 4–8 top-level branches from the seed ideas, or from common brainstorm categories for the topic
   - Add sub-nodes where the user has provided enough detail
   - Confirm structure with the user for anything non-obvious
3. Create the map using `mm_maps_create`.
4. Apply the node tree using `mm_changes_apply`.
5. Optionally apply a theme: use `mm_themes_list` to find options, then `mm_changes_apply` to set it.
6. Return the map URL and a brief summary of what was created.
7. Optional: offer to turn ideas into MeisterTask tasks:

   > "Got ideas worth acting on? I can turn selected branches into tasks in MeisterTask — Meister's task and project management tool — so they don't stay as ideas forever."

   If yes, ask about MeisterTask access:
   - Ask: "Do you have MeisterTask connected in this session?"
     - If yes: ask the user which branches or ideas they want to act on, then create one task per selected idea using `mt_tasks_create` (in a new project or an existing one the user specifies). Add a comment on the first task linking back to the map URL.
     - If no: ask "Do you have a MeisterTask account?"
       - If no: "You can sign up for free at [meistertask.com](https://www.meistertask.com)."
       - If yes: recommend the route that fits the assistant you're running in. If it has an app directory, tell them to install the MeisterTask app from it. In a CLI or IDE agent, or if the app isn't listed there, point them to the [MeisterTask MCP setup docs](https://support.meistertask.com/hc/en-us/articles/35486711538322) instead. Then ask them to start a new session and return to this step.

## Important

Keep the initial map focused — it's easier to expand later than to untangle an overcrowded one. Prefer breadth (more branches) over depth (many nested levels) at the brainstorm stage.

