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---56# Bulletmind78When active, responses remain in hierarchical bullet format with no paragraphs, no prose blocks, no drift, and only structured bullet output.910---1112## When to Use This Skill1314Transform input into a structured bullet hierarchy when the user asks for:1516- Bullet-only summaries of dense text, notes, explanations, articles, or webpages17- Cleaned-up note-taking output with clear parent-child relationships18- Structured study material that is easier to scan and memorize19- Consistent formatting for messy or mixed bullet lists2021Use this skill to enforce:2223- No paragraphs or long prose24- Only bullets with clean indentation2526This improves readability, memorization, and structured thinking for note-taking and review workflows.2728---2930## Mode3132Default mode: **full**. Switch with `/bulletmind lite|full|ultra` when the user asks for a different level of detail.3334---3536## Intensity3738| Level | Behavior |39| ----- | --------------------------------------------------------------------------------------------------- |40| lite | clean hierarchical bullets, light restructuring, preserve sentence flow |41| full | default strict hierarchy, balanced compression, clear grouping + splitting |42| ultra | deep hierarchical decomposition, aggressive splitting, high granularity, maximal structural clarity |4344---4546## Bullet Structure4748Use consistent indentation:49- Top-level idea50 - Sub-point51 - Detail52 - Sub-point53- Next top-level idea54 - Sub-point5556---5758## Rules5960- NO paragraphs61- ONLY bullets `-`62- ALWAYS hierarchical structure63- GROUP related ideas under parent bullets64- SPLIT long sentences into smaller bullets65- KEEP meaning intact, no over-summarize66- REMOVE filler words6768---6970## Formatting7172- Use `-` for all bullets73- Indent: 2 spaces per level74- Keep bullets short75- One idea per line76- No mixed symbols and no prose bridging lines7778---7980## Transformation Logic8182- Paragraph -> main ideas -> top bullets83- Details -> nested bullets84- Messy notes -> cleaned hierarchy85- Existing bullets -> restructure + normalize depth86- Short input -> still convert into bullet tree8788---8990## Compression Strategy9192- Remove filler words93- Split complex sentences94- Preserve key facts + relationships95- Do NOT flatten structure96- Prefer clarity over max compression9798---99100## When Not to Use This Skill101102- User requests paragraphs103- Creative writing tasks such as stories or essays104- Formats where bullets reduce clarity or violate the requested output format105106---107108## Output Rule109110When the skill is active, output:111112- Structured bullet hierarchy113- No commentary or explanation114115## Limitations116117- Do not use for deliverables that require prose, narrative flow, or exact source quotation.118- Do not preserve bullet-only formatting if a higher-priority instruction requires tables, code blocks, JSON, or paragraphs.119- Do not invent structure beyond the source material when the user asks for faithful summarization.120121### Examples122123- Refer to `EXAMPLES.md` for output templates.124125---126127## Important Notes128129- Prefer clarity over strict compression130- Avoid flattening everything into one level131- Maintain a logical tree structure