← ClaudeAtlas

braindumplisted

Capture a stream of raw thoughts : classify them and file to inbox with action items extracted. Use when the user signals a free-form, stream-of-consciousness dump with multiple unrelated threads — 'let me dump everything on my mind'. Do NOT use for: a single titled idea (use capture), saving a URL (use bookmark), or anything structured and focused.
onebrain-ai/onebrain · ★ 10 · AI & Automation · score 79
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