Mm brainstorm
Agent skills for the MeisterTask and MindMeister MCP servers
npx -y skills add MeisterLabs/meister-mcp-skills --skill mm-brainstormAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Create a new MindMeister mind map from a topic, seed ideas, or unstructured notes.
SKILL.md
2.1 KB, as published. Nobody here has run it
Brainstorm with MindMeister
Use the MindMeister MCP to create a new mind map from a prompt, idea dump, or brainstorm session.
Workflow
-
Gather the input:
- Central topic (required)
- Seed ideas, themes, or raw notes to structure (optional)
- Optional: number of top-level branches, target folder
-
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
-
Create the map using
mm_maps_create. -
Apply the node tree using
mm_changes_apply. -
Optionally apply a theme: use
mm_themes_listto find options, thenmm_changes_applyto set it. -
Return the map URL and a brief summary of what was created.
-
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 the MeisterTask MCP installed 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."
- If yes: guide them to install the MeisterTask MCP via the MeisterTask MCP setup docs, then start a new session and return to this step.
- If yes: ask the user which branches or ideas they want to act on, then create one task per selected idea using
- Ask: "Do you have the MeisterTask MCP installed in this session?"
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.