Obsidian Decide banner
eugeniughelbur eugeniughelbur

Obsidian Decide

Development community

Description

--- description: Extract decisions from this conversation and log them to the right project notes --- Use the obsidian-second-brain skill. Execute `/obsidian-decide $ARGUMENTS`: The optional argument narrows focus to a specific topic. 1. Read `_CLAUDE.md` first if it exists in the vault root 2. Scan the conversation for decisions made — look for conclusions, choices, commitments, direction changes 3. If a topic argument is given, focus on decisions related to that topic 4. Find the relevant p

Installation

Installs to ~/.claude/skills/eugeniughelbur-obsidian-second-brain-obsidian-decide/SKILL.md

Terminal
mkdir -p ~/.claude/skills/eugeniughelbur-obsidian-second-brain-obsidian-decide && curl -fsSL https://raw.githubusercontent.com/eugeniughelbur/obsidian-second-brain/HEAD/commands/obsidian-decide.md -o ~/.claude/skills/eugeniughelbur-obsidian-second-brain-obsidian-decide/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository