Scans past 14 days of Obsidian daily notes for promotable ideas, presents prioritized table of candidates, and creates or enriches permanent notes in PARA system.
npx claudepluginhub kriscard/kriscard-claude-plugins --plugin obsidian-second-brain# Extract Ideas — Daily Note Idea Promoter Scan recent daily notes, surface ideas worth promoting to standalone permanent notes, and help you decide what to graduate into your PARA system. ## Obsidian Access Use Obsidian CLI commands directly via Bash. If a CLI command fails, tell the user "Obsidian CLI isn't working — update Obsidian with CLI enabled." ## Step 1: Scan Recent Daily Notes Read the past 14 days of daily notes: For each daily note, extract candidates for graduation. ### Explicit Signals - `#idea` or `#expand` tags - Language like "I should write about", "worth investi...
/brainLoads relevant notes from your Obsidian vault matching the topic into conversation context. Lists found notes and answers using their content.
Share bugs, ideas, or general feedback.
Scan recent daily notes, surface ideas worth promoting to standalone permanent notes, and help you decide what to graduate into your PARA system.
Use Obsidian CLI commands directly via Bash. If a CLI command fails, tell the user "Obsidian CLI isn't working — update Obsidian with CLI enabled."
Read the past 14 days of daily notes:
# Read each day individually
obsidian read path="2 - Areas/Daily Ops/YYYY/YYYY-MM-DD.md" # for each of the past 14 days
For each daily note, extract candidates for graduation.
#idea or #expand tags[[links]] to notes that don't exist yetFor each candidate:
obsidian search query="<candidate concept>" format=json
Categorize:
[[unresolved link]] multiple times. High priority.Table ordered by priority (recurring/high-energy ideas first):
| # | Idea / Concept | Source | Days Mentioned | Status | Recommendation |
|---|---|---|---|---|---|
| 1 | ... | Feb 17, Feb 18 | 2 | Unresolved link | Create standalone note |
| 2 | ... | Feb 14 | 1 | New concept | Create standalone note |
| 3 | ... | Feb 6, Feb 12 | 2 | Thin note exists | Enrich existing note |
For each candidate include:
Ask which ideas to graduate, then for each:
1 - Projects/2 - Areas/3 - Resources/Coding/ or 3 - Resources/[[backlinks]][[links]] to the new noteALWAYS ask before creating or modifying files.
List of notes created or enriched, with links
Ideas surfaced but not graduated (flag if they reappear next run)