add claude-obsidian
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: note
|
||||
title: "{{title}}"
|
||||
created: "{{date}}"
|
||||
tags: []
|
||||
mocs:
|
||||
- "[[{{primary-moc}}]]"
|
||||
related: []
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
(One atomic idea, claim, or observation. Should fit on one screen; if it grows past that, split into two notes and link them.)
|
||||
|
||||
## Sources
|
||||
|
||||
- [[{{source-1}}]]
|
||||
- (external citation, if any)
|
||||
|
||||
## See also
|
||||
|
||||
- [[{{related-note}}]]
|
||||
@@ -0,0 +1,32 @@
|
||||
---
|
||||
type: moc
|
||||
title: "{{title}}"
|
||||
created: "{{date}}"
|
||||
tags:
|
||||
- moc
|
||||
related: []
|
||||
---
|
||||
|
||||
# {{title}} — Map of Content
|
||||
|
||||
> A Map of Content (MOC) links into a cluster of related atomic notes. It is a navigation hub, not a container. Notes are not stored under this MOC; they live flat under `wiki/notes/` and are reached by following these links.
|
||||
|
||||
## Why this MOC exists
|
||||
|
||||
(One paragraph: what cluster of thinking does this MOC serve? What question does following its links answer?)
|
||||
|
||||
## Core notes
|
||||
|
||||
- [[note-1]]
|
||||
- [[note-2]]
|
||||
- [[note-3]]
|
||||
|
||||
## Adjacent MOCs
|
||||
|
||||
- [[adjacent-moc-1]]
|
||||
- [[adjacent-moc-2]]
|
||||
|
||||
## Open questions / frontier
|
||||
|
||||
- What questions does this cluster not yet answer?
|
||||
- What atomic notes would close those gaps?
|
||||
@@ -0,0 +1,32 @@
|
||||
---
|
||||
type: area
|
||||
title: "{{title}}"
|
||||
created: "{{date}}"
|
||||
review_cadence: weekly
|
||||
tags:
|
||||
- area
|
||||
related_projects: []
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Scope
|
||||
|
||||
(One paragraph: what ongoing responsibility does this area cover? What's IN scope, what's OUT of scope?)
|
||||
|
||||
## Standards
|
||||
|
||||
(What good looks like. What you aim to maintain.)
|
||||
|
||||
## Active projects in this area
|
||||
|
||||
- [[{{project-1}}]]
|
||||
- [[{{project-2}}]]
|
||||
|
||||
## Reference material
|
||||
|
||||
- [[{{resource-1}}]]
|
||||
|
||||
## Review cadence
|
||||
|
||||
(How often you check in on this area. Default: weekly.)
|
||||
@@ -0,0 +1,32 @@
|
||||
---
|
||||
type: project
|
||||
title: "{{title}}"
|
||||
status: active
|
||||
created: "{{date}}"
|
||||
deadline: ""
|
||||
outcome: ""
|
||||
tags:
|
||||
- project
|
||||
related_areas: []
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Outcome
|
||||
|
||||
(One sentence: what does "done" look like?)
|
||||
|
||||
## Status
|
||||
|
||||
- **Current state:** active
|
||||
- **Deadline:** {{deadline-or-tbd}}
|
||||
- **Next action:** (single concrete next step)
|
||||
|
||||
## Notes
|
||||
|
||||
(Working notes, decisions, blockers.)
|
||||
|
||||
## Related
|
||||
|
||||
- Areas: [[{{related-area}}]]
|
||||
- Resources: [[{{related-resource}}]]
|
||||
@@ -0,0 +1,28 @@
|
||||
---
|
||||
type: resource
|
||||
title: "{{title}}"
|
||||
topic: "{{topic}}"
|
||||
created: "{{date}}"
|
||||
tags:
|
||||
- resource
|
||||
sources: []
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Summary
|
||||
|
||||
(2-3 sentences: what is this, why is it here, what is it useful for?)
|
||||
|
||||
## Key content
|
||||
|
||||
(The actual reference material — quotes, summaries, links, structured information.)
|
||||
|
||||
## Sources
|
||||
|
||||
- (citations, links to external material)
|
||||
|
||||
## Related
|
||||
|
||||
- Areas using this: [[{{area-1}}]]
|
||||
- Projects using this: [[{{project-1}}]]
|
||||
@@ -0,0 +1,30 @@
|
||||
---
|
||||
type: zettel
|
||||
id: "{{id}}"
|
||||
title: "{{title}}"
|
||||
created: "{{date}}"
|
||||
parent_id: ""
|
||||
child_ids: []
|
||||
tags: []
|
||||
---
|
||||
|
||||
# {{id}} — {{title}}
|
||||
|
||||
## Claim
|
||||
|
||||
(One atomic claim. Should answer one question or assert one observation. If you can't state it in 1-3 sentences, split into multiple zettels.)
|
||||
|
||||
## Reasoning
|
||||
|
||||
(Why is this claim true? What does it rest on?)
|
||||
|
||||
## Sources
|
||||
|
||||
- (external citations)
|
||||
- Parent zettel: [[{{parent-id}}]] (the broader claim this refines)
|
||||
- Child zettels: (claims that build on this one, populated as they're written)
|
||||
|
||||
## Cross-references
|
||||
|
||||
- [[{{related-zettel-1}}]] — (relationship)
|
||||
- [[{{related-zettel-2}}]] — (relationship)
|
||||
Reference in New Issue
Block a user