add claude-obsidian
This commit is contained in:
@@ -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}}]]
|
||||
Reference in New Issue
Block a user