From word-vomit
Use when the user wants to dump unstructured thoughts, ideas, or notes that need to be organized. Triggers: "brain dump", "word vomit", "let me think out loud", "process my notes", "organize my thoughts", "dump my ideas".
How this skill is triggered — by the user, by Claude, or both
Slash command
/word-vomit:word-vomitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Process unstructured user thoughts into organized, actionable items.
Process unstructured user thoughts into organized, actionable items.
If the user hasn't already written their thoughts to a file, save them to:
.claude/scratch/word-vomit-<date>.md
Add the marker at the top of the file:
<!-- word-vomit -->
# Brain Dump — <date>
- thought 1
- thought 2
...
For each item in the file:
| Category | Destination | Labels |
|---|---|---|
| Bug | GitHub issue | bug |
| Task | GitHub issue or TaskCreate | none |
| Feature idea | GitHub issue | enhancement |
| Research question | GitHub issue | research |
| Decision needed | Present to user with options | none |
| Observation/note | Append to relevant doc | none |
| Reminder | TaskCreate with context | none |
| Duplicate | Link to existing issue | none |
gh issue list before creating new onesAfter filing each item, update the original file:
# Before
- fix the auth endpoint returning 500
# After
- ~~fix the auth endpoint returning 500~~ → [nsheaps/agent-team#42](https://github.com/nsheaps/agent-team/issues/42)
Rules:
~~text~~Provide a structured summary:
## Processed Items
| # | Original | Category | Filed As | Priority |
| --- | --------------- | -------- | --------------- | -------- |
| 1 | "fix auth 500" | Bug | nsheaps/repo#42 | p1 |
| 2 | "add dark mode" | Feature | nsheaps/repo#43 | p3 |
## Decisions Needed
- Redis vs Memcached — need user input on requirements
needs-clarification labelnpx claudepluginhub nsheaps/ai-mktpl --plugin word-vomitCaptures ideas and brain dumps into an Obsidian Inbox, surfaces buried ideas from the vault, and promotes daily note ideas to permanent notes.
Synthesizes stream-of-consciousness thoughts, scattered notes, or brain dumps into structured actionable plans with goals, actions, priorities, decisions, and dependencies.
Captures raw ideas, bugs, or features into backlog tasks without discussion. Routes each idea to the best-fit bounded context and gets out of the way.