AgentStack
SKILL verified MIT Self-run

Braindump

skill-broomva-skills-braindump · by broomva

>

No reviews yet
0 installs
14 views
0.0% view→install

Install

$ agentstack add skill-broomva-skills-braindump

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Braindump? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Braindump

Turn messy thoughts into organized vault entries.

Workflow

  1. Receive raw input — Accept any unstructured text: stream-of-consciousness, voice transcript,

bullet points, mixed topics, rambling notes. Do not ask the user to organize it first.

  1. Extract discrete topics — Parse the input and identify distinct topics, ideas, or threads.

Each becomes a separate note or gets appended to an existing note.

  1. Classify each topic — Determine the best vault location:
  • Project ideaprojects/ideas/
  • Task / action item → extract as task with - [ ] checkbox, link to relevant project
  • Decision or opiniondecisions/ with decision-log format
  • Learning / insightreferences/ or relevant project's docs/
  • Personal reflectionjournal/
  • Technical notereferences/technical/
  • Meeting notemeetings/
  1. Generate backlinks — For each note, identify:
  • Existing vault notes it should link to (use [[wikilink]] syntax)
  • Tags that connect it to broader themes (#project-name, #idea, #decision)
  • Any people mentioned → [[People/Name]]
  1. Write frontmatter — Each note gets:

``yaml --- type: braindump source: [user-input | voice-transcript | meeting] date: [YYYY-MM-DD] topics: [list of extracted topics] tags: [relevant tags] --- ``

  1. Present summary — Show the user what was created:
  • List of notes created/updated
  • Key backlinks established
  • Any action items extracted

Output Format

## Braindump Processed

**Input**: [brief description of what was provided]
**Date**: [YYYY-MM-DD]

### Notes Created
1. `projects/ideas/[topic].md` — [one-line summary]
2. `references/technical/[topic].md` — [one-line summary]

### Action Items Extracted
- [ ] [action] → linked to [[Project]]
- [ ] [action] → linked to [[Project]]

### Backlinks Established
- [[Existing Note]] ← new connection from [topic]

Vault Paths

Default vault: ~/broomva-vault/

If the vault is not accessible, output the notes as markdown blocks the user can manually save.

Tips

  • Preserve the user's voice — don't over-formalize raw thoughts
  • When in doubt about classification, use inbox/ and tag for later sorting
  • Extract dates mentioned in the text and convert to absolute dates
  • If the input mentions people, create or link to People notes

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.