Help us improve
Share bugs, ideas, or general feedback.
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".
npx claudepluginhub nsheaps/ai-mktpl --plugin word-vomitHow 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.
Dumps raw ideas, bugs, or features into the backlog with no questions or refinement. Routes each thought to the best-fit bounded context and writes one task per idea.
Captures 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.
Share bugs, ideas, or general feedback.
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 label