create-mindmap-outlinelisted
Install: claude install-skill primexiao/agent-skills
# Create Mind Map Outline
Transform source material into a compact hierarchy that can be copied directly into a mind-map tool. Treat “思维导图 Markdown” as a transport request for a Tab-indented plain-text outline unless the user explicitly names another format.
## Output Contract
Unless the user overrides a constraint, apply all of these rules:
1. Return exactly one fenced code block labeled `text`, with no prose before or after it.
2. Put exactly one node on each line. Use one literal Tab character per hierarchy level; never use spaces for indentation.
3. Use no blank lines, bullets, numbering, Markdown headings, block quotes, or decorative separators.
4. Produce exactly one root node. Count the root as level 1 and allow at most 4 levels total.
5. Allow at most 30 nodes total, counting every non-empty line, including internal nodes and the root.
6. Keep every leaf at no more than 100 Unicode characters. Prefer shorter internal-node labels as well.
7. Keep each node on one source line even if the renderer visually wraps it.
The payload must look like this; the indentation shown inside the block uses literal Tabs:
```text
Community Garden Project
Goals
Grow seasonal vegetables for local residents
Reduce neighborhood food waste through composting
Planning
Site Preparation
Test the soil and install raised beds
Volunteer Schedule
Assign weekly watering and maintenance shifts
Risks
Limited water access during summer
```
## Workflow
1. Read the user's explic