mirror of
https://github.com/tiennm99/ai-coding-workflow-labs.git
synced 2026-09-16 16:24:03 +00:00
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
This commit is contained in:
@@ -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]
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user