Initial commit
This commit is contained in:
54
skills/obsidian-vault-manager/templates/idea-template.md
Normal file
54
skills/obsidian-vault-manager/templates/idea-template.md
Normal file
@@ -0,0 +1,54 @@
|
||||
---
|
||||
title: "{{TITLE}}"
|
||||
tags: [idea, {{TOPIC_TAGS}}, inbox, {{METADATA_TAGS}}]
|
||||
date: {{DATE}}
|
||||
type: idea
|
||||
status: inbox
|
||||
priority: {{PRIORITY}}
|
||||
---
|
||||
|
||||
# {{TITLE}}
|
||||
|
||||
## 💡 Core Idea
|
||||
|
||||
{{CORE_IDEA}}
|
||||
|
||||
## 🎯 Why This Matters
|
||||
|
||||
{{WHY_MATTERS}}
|
||||
|
||||
## 🔗 Related Concepts
|
||||
|
||||
{{RELATED_CONCEPTS}}
|
||||
|
||||
## 📝 Next Steps
|
||||
|
||||
{{NEXT_STEPS}}
|
||||
|
||||
## 🏷️ Tags Analysis
|
||||
|
||||
**Content Analysis:**
|
||||
- **Type**: `idea` (Captured thought/concept)
|
||||
- **Topics**: {{TOPICS_EXPLANATION}}
|
||||
- **Characteristics**: {{CHARACTERISTICS_EXPLANATION}}
|
||||
- **Priority**: `{{PRIORITY}}` - {{PRIORITY_EXPLANATION}}
|
||||
|
||||
**Why These Tags:**
|
||||
{{TAG_REASONING}}
|
||||
|
||||
**Suggested Bases Filters:**
|
||||
- Find similar ideas: `type = idea AND tags contains "{{PRIMARY_TOPIC}}"`
|
||||
- Find actionable items: `type = idea AND tags contains "actionable" AND status = inbox`
|
||||
- Find by priority: `priority = {{PRIORITY}} AND status = inbox`
|
||||
- Find by topic combination: `tags contains "{{PRIMARY_TOPIC}}" AND tags contains "{{SECONDARY_TOPIC}}"`
|
||||
|
||||
## 🔍 Related Searches
|
||||
|
||||
- `/semantic-search "{{PRIMARY_TOPIC}} {{SECONDARY_TOPIC}}"`
|
||||
- `/semantic-search "{{RELATED_CONCEPT}}"`
|
||||
|
||||
---
|
||||
|
||||
**Captured**: {{DATE}}
|
||||
**Status**: inbox (needs processing)
|
||||
**Next Action**: Review and categorize, add to relevant project if actionable
|
||||
Reference in New Issue
Block a user