From 4bd824d707a69f213100ecfba5f6b54fa1013d96 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Sun, 8 Mar 2026 22:22:06 +0700 Subject: [PATCH] feat(commands): add /ideas command to generate actionable vault insights - Add .claude/commands/ideas.md: scans vault and CLI graph data to produce tools to build, essays to write, connections to make, and experiments to run - Update my-commands.md with /ideas description and usage --- .../.claude/commands/ideas.md | 31 +++++++++++++++++++ vin-obsidian-workflows/my-commands.md | 6 ++++ 2 files changed, 37 insertions(+) create mode 100644 vin-obsidian-workflows/.claude/commands/ideas.md diff --git a/vin-obsidian-workflows/.claude/commands/ideas.md b/vin-obsidian-workflows/.claude/commands/ideas.md new file mode 100644 index 0000000..aecb4c9 --- /dev/null +++ b/vin-obsidian-workflows/.claude/commands/ideas.md @@ -0,0 +1,31 @@ +Scan my vault for actionable ideas — tools to build, essays to write, patterns to act on. + +1. Read all vault notes: + - @my-vault/The Junior Employee Mental Model.md + - @my-vault/Plan Mode.md + - @my-vault/CLAUDE.md Best Practices.md + - @my-vault/Context Window Management.md + - @my-vault/The Verification Loop.md + - @my-vault/Subagents.md + - @my-vault/Custom Commands.md + - @my-vault/Hooks.md + - @my-vault/The Death Spiral.md + - @my-vault/Voice-First Workflows.md + +2. Run these CLI commands to find high-value targets: + - `obsidian orphans` — neglected notes that deserve more attention + - `obsidian backlinks file="Custom Commands"` — most-connected action topics + - `obsidian backlinks file="The Junior Employee Mental Model"` — core mental model connections + - `obsidian tags counts` — dominant themes + +3. Generate actionable ideas across four categories: + + **Tools to build**: Custom commands, hooks, or automations implied by the notes but not yet built + **Essays to write**: Tensions or patterns in the vault that deserve a full note of their own + **Connections to make**: People, communities, or resources that align with vault themes + **Experiments to run**: Small tests that would resolve open questions or tensions in the vault + +4. For each idea, output: + - **Idea**: [what to do] + - **Source**: [which notes imply this] + - **Why now**: [what makes this the right time] diff --git a/vin-obsidian-workflows/my-commands.md b/vin-obsidian-workflows/my-commands.md index ca32c0e..697c0a3 100644 --- a/vin-obsidian-workflows/my-commands.md +++ b/vin-obsidian-workflows/my-commands.md @@ -25,3 +25,9 @@ Pressure-tests your beliefs using your vault's own history. Finds contradictions Surfaces hidden patterns — ideas your vault implies but you never explicitly stated. Finds conclusions from scattered premises, unnamed patterns, and unarticulated directions your thinking is heading. **Use it:** When you want to discover what your notes know that you don't. + +## /ideas + +Scans the vault for actionable ideas across four categories: tools to build, essays to write, connections to make, and experiments to run. Uses CLI graph data to find neglected notes and high-connection topics. + +**Use it:** When you want to turn your vault into a to-do list — let the notes tell you what to do next.