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-vomitThis skill uses the workspace's default tool permissions.
Process unstructured user thoughts into organized, actionable items.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
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