braindumplisted
Install: claude install-skill broomva/skills
# Braindump
Turn messy thoughts into organized vault entries.
## Workflow
1. **Receive raw input** — Accept any unstructured text: stream-of-consciousness, voice transcript,
bullet points, mixed topics, rambling notes. Do not ask the user to organize it first.
2. **Extract discrete topics** — Parse the input and identify distinct topics, ideas, or threads.
Each becomes a separate note or gets appended to an existing note.
3. **Classify each topic** — Determine the best vault location:
- **Project idea** → `projects/ideas/`
- **Task / action item** → extract as task with `- [ ]` checkbox, link to relevant project
- **Decision or opinion** → `decisions/` with decision-log format
- **Learning / insight** → `references/` or relevant project's `docs/`
- **Personal reflection** → `journal/`
- **Technical note** → `references/technical/`
- **Meeting note** → `meetings/`
4. **Generate backlinks** — For each note, identify:
- Existing vault notes it should link to (use `[[wikilink]]` syntax)
- Tags that connect it to broader themes (`#project-name`, `#idea`, `#decision`)
- Any people mentioned → `[[People/Name]]`
5. **Write frontmatter** — Each note gets:
```yaml
---
type: braindump
source: [user-input | voice-transcript | meeting]
date: [YYYY-MM-DD]
topics: [list of extracted topics]
tags: [relevant tags]
---
```
6. **Present summary** — Show the user what was created:
- List of notes created/updated
- Key b