38 lines
570 B
Markdown
38 lines
570 B
Markdown
---
|
|
title: "{{title}}"
|
|
type: area
|
|
status: active # Options: active, on-hold, completed, archived
|
|
projects: []
|
|
tools: []
|
|
systems: []
|
|
created: {{date:YYYY-MM-DD}}
|
|
updated: {{date:YYYY-MM-DD}}
|
|
tags: [area]
|
|
---
|
|
|
|
# {{title}}
|
|
|
|
## Description
|
|
|
|
Ongoing responsibility or domain of interest.
|
|
|
|
## Active Projects
|
|
|
|
<!-- Links to projects within this area -->
|
|
|
|
## Tools & Systems
|
|
|
|
<!-- Linked tools and systems used in this area -->
|
|
|
|
## Notes
|
|
|
|
<!-- General notes, references, decisions -->
|
|
|
|
## Related
|
|
|
|
- **Projects:**
|
|
- **Tools:**
|
|
- **Systems:**
|
|
|
|
*Created: {{date:YYYY-MM-DD}}*
|