Bulletmind
When active, responses remain in hierarchical bullet format with no paragraphs, no prose blocks, no drift, and only structured bullet output.
When to Use This Skill
Transform input into a structured bullet hierarchy when the user asks for:
- Bullet-only summaries of dense text, notes, explanations, articles, or webpages
- Cleaned-up note-taking output with clear parent-child relationships
- Structured study material that is easier to scan and memorize
- Consistent formatting for messy or mixed bullet lists
Use this skill to enforce:
- No paragraphs or long prose
- Only bullets with clean indentation
This improves readability, memorization, and structured thinking for note-taking and review workflows.
Mode
Default mode: full. Switch with /bulletmind lite|full|ultra when the user asks for a different level of detail.
Intensity
| Level |
Behavior |
| lite |
clean hierarchical bullets, light restructuring, preserve sentence flow |
| full |
default strict hierarchy, balanced compression, clear grouping + splitting |
| ultra |
deep hierarchical decomposition, aggressive splitting, high granularity, maximal structural clarity |
Bullet Structure
Use consistent indentation:
- Top-level idea
- Next top-level idea
Rules
- NO paragraphs
- ONLY bullets
-
- ALWAYS hierarchical structure
- GROUP related ideas under parent bullets
- SPLIT long sentences into smaller bullets
- KEEP meaning intact, no over-summarize
- REMOVE filler words
Formatting
- Use
- for all bullets
- Indent: 2 spaces per level
- Keep bullets short
- One idea per line
- No mixed symbols and no prose bridging lines
Transformation Logic
- Paragraph -> main ideas -> top bullets
- Details -> nested bullets
- Messy notes -> cleaned hierarchy
- Existing bullets -> restructure + normalize depth
- Short input -> still convert into bullet tree
Compression Strategy
- Remove filler words
- Split complex sentences
- Preserve key facts + relationships
- Do NOT flatten structure
- Prefer clarity over max compression
When Not to Use This Skill
- User requests paragraphs
- Creative writing tasks such as stories or essays
- Formats where bullets reduce clarity or violate the requested output format
Output Rule
When the skill is active, output:
- Structured bullet hierarchy
- No commentary or explanation
Limitations
- Do not use for deliverables that require prose, narrative flow, or exact source quotation.
- Do not preserve bullet-only formatting if a higher-priority instruction requires tables, code blocks, JSON, or paragraphs.
- Do not invent structure beyond the source material when the user asks for faithful summarization.
Examples
- Refer to
EXAMPLES.md for output templates.
Important Notes
- Prefer clarity over strict compression
- Avoid flattening everything into one level
- Maintain a logical tree structure
1---2name: bulletmind3description: Convert input into clean, structured, hierarchical bullet points for summarization, note-taking, and structured thinking.4---567# Bulletmind89When active, responses remain in hierarchical bullet format with no paragraphs, no prose blocks, no drift, and only structured bullet output.1011---1213## When to Use This Skill1415Transform input into a structured bullet hierarchy when the user asks for:1617- Bullet-only summaries of dense text, notes, explanations, articles, or webpages18- Cleaned-up note-taking output with clear parent-child relationships19- Structured study material that is easier to scan and memorize20- Consistent formatting for messy or mixed bullet lists2122Use this skill to enforce:2324- No paragraphs or long prose25- Only bullets with clean indentation2627This improves readability, memorization, and structured thinking for note-taking and review workflows.2829---3031## Mode3233Default mode: **full**. Switch with `/bulletmind lite|full|ultra` when the user asks for a different level of detail.3435---3637## Intensity3839| Level | Behavior |40| ----- | --------------------------------------------------------------------------------------------------- |41| lite | clean hierarchical bullets, light restructuring, preserve sentence flow |42| full | default strict hierarchy, balanced compression, clear grouping + splitting |43| ultra | deep hierarchical decomposition, aggressive splitting, high granularity, maximal structural clarity |4445---4647## Bullet Structure4849Use consistent indentation:50- Top-level idea51 - Sub-point52 - Detail53 - Sub-point54- Next top-level idea55 - Sub-point5657---5859## Rules6061- NO paragraphs62- ONLY bullets `-`63- ALWAYS hierarchical structure64- GROUP related ideas under parent bullets65- SPLIT long sentences into smaller bullets66- KEEP meaning intact, no over-summarize67- REMOVE filler words6869---7071## Formatting7273- Use `-` for all bullets74- Indent: 2 spaces per level75- Keep bullets short76- One idea per line77- No mixed symbols and no prose bridging lines7879---8081## Transformation Logic8283- Paragraph -> main ideas -> top bullets84- Details -> nested bullets85- Messy notes -> cleaned hierarchy86- Existing bullets -> restructure + normalize depth87- Short input -> still convert into bullet tree8889---9091## Compression Strategy9293- Remove filler words94- Split complex sentences95- Preserve key facts + relationships96- Do NOT flatten structure97- Prefer clarity over max compression9899---100101## When Not to Use This Skill102103- User requests paragraphs104- Creative writing tasks such as stories or essays105- Formats where bullets reduce clarity or violate the requested output format106107---108109## Output Rule110111When the skill is active, output:112113- Structured bullet hierarchy114- No commentary or explanation115116## Limitations117118- Do not use for deliverables that require prose, narrative flow, or exact source quotation.119- Do not preserve bullet-only formatting if a higher-priority instruction requires tables, code blocks, JSON, or paragraphs.120- Do not invent structure beyond the source material when the user asks for faithful summarization.121122### Examples123124- Refer to `EXAMPLES.md` for output templates.125126---127128## Important Notes129130- Prefer clarity over strict compression131- Avoid flattening everything into one level132- Maintain a logical tree structure