braindumplisted
Install: claude install-skill onebrain-ai/onebrain
# Braindump
Capture everything on your mind right now. Don't filter : just say it.
---
## Step 1: Invite the Dump
Say:
> Go for it : what's on your mind? Dump everything. I'll sort it out.
Wait for the user to share their thoughts. Don't interrupt.
---
## Step 2: Classify the Content
Silently analyze and classify each item:
| Type | Description | Destination |
|------|-------------|-------------|
| **Task** | Something to do | Extract as task with date |
| **Idea** | Creative or speculative thought | File to inbox |
| **Note** | Fact, reference, or information | File to inbox |
| **Project** | Something needing a dedicated note | Create/update in [projects_folder]/ |
| **Question** | Open question or uncertainty | File to inbox with `?` tag |
| **Feeling/Reflection** | Personal reflection or emotion | File to inbox |
---
## Step 3: Create Inbox File
File immediately : do not ask for confirmation first.
Create `[inbox_folder]/YYYY-MM-DD-braindump.md`. If a file with that name already exists: glob `[inbox_folder]/YYYY-MM-DD-braindump*.md`, count matches N, use suffix `-NN` (zero-padded to 2 digits, e.g. `-02`, `-03`):
```markdown
---
tags: [inbox, braindump]
created: YYYY-MM-DD
---
# Braindump : [Month DD, YYYY]
## Raw Thoughts
[Full text of what the user shared, lightly formatted]
## Ideas
- [idea 1]
## Notes & References
- [note 1]
## Open Questions
- [question]?
## Related Notes
[[Link to relevant existing notes if any]]
(Omit this section if no rela