| .obsidian | ||
| 00-home | ||
| 01-inbox | ||
| 10-research | ||
| 20-synthesis | ||
| 30-datasets | ||
| 40-experiments | ||
| 50-evaluation | ||
| 60-assets | ||
| 80-deliverables | ||
| 90-ops | ||
| docs | ||
| Projects & Tasks | ||
| res | ||
| 看板 | ||
| AGENTS.md | ||
| README.md | ||
Workspace Template
This repository contains a domain-neutral Obsidian workspace template for research, synthesis, execution, and delivery work. Use it as a starter vault for a new subject area without inheriting any project-specific subject matter.
Two Layers
The template is organized into two connected layers:
Content layer:00-home/,01-inbox/,10-research/,20-synthesis/,30-datasets/,40-experiments/,50-evaluation/,60-assets/,80-deliverables/Management layer:res/,Projects & Tasks/,看板/, and90-ops/
Use the content layer for subject-matter notes and source material. Use the management layer for project tracking, task tracking, issue tracking, file classes, templates, and board views so operational metadata stays out of core notes.
Required Plugins And Capabilities
This template assumes four Obsidian capabilities are available:
Templaterfor folder templates and automatic note creationMetadata Menufor file-class driven metadata editingDataviewfor indexed queries and dashboard-style viewsBasesfor the board files under看板/
If you are setting up a fresh vault, install and enable all four before trying to use the management system.
Plugin Configuration
-
Templater- Set
Template folder locationtores/Templates - Enable
Trigger Templater on new file creation - Add folder template rules for:
Projects & Tasks/Projects->Template-ProjectProjects & Tasks/Tasks->Template-TaskProjects & Tasks/Issues->Template-Issue
- Set
-
Metadata Menu- Set
class Files Pathtores/FileClasses/ - Open each file-class note and define its fields in the order written in the note body
- Use
FileorMultiFilefield types forProject,ParentTask,RelatedNotes,Datasets,Experiments, andDeliverables - Replace the placeholder entries in
res/Configs/People.mdwith the real collaborators, then point thePeople,Assignee, andReporterpickers atres/Configs/People.md
- Set
-
Dataview- Enable JavaScript queries because the template includes a
dataviewjsblock - Confirm
Projects & Tasks/and看板/are indexed and not excluded
- Enable JavaScript queries because the template includes a
-
Bases- Open each
.basefile once in Obsidian so the app can render and validate the board view - If a board shows no results, check that the note frontmatter field names match the file-class names exactly
- Open each
First-Time Setup
- Copy this template vault into a new workspace folder for your domain.
- Open the copied vault in Obsidian.
- Install and enable
Templater,Metadata Menu,Dataview, andBases. - Apply the plugin configuration above.
- Open Project Task Management Guide and New Workspace Setup for the companion rollout notes.
- Fill in People with the current collaborators.
- Open the board files under
看板/once so Obsidian can render them. - Start from the hub notes listed below to make sure the workspace entry points are easy to reach on day one.
Using The Template For A New Domain
When you start a new domain:
- keep the folder structure intact
- rename or add notes inside the content layer to match the new domain
- capture raw material in
01-inbox/Capture.md - develop synthesis in
20-synthesis/ - publish outward-facing outputs from
80-deliverables/ - manage execution through
Projects & Tasks/and the board files under看板/
The template is designed so you can later use a kickstart prompt to shape the domain-specific note set without rebuilding the workspace architecture.
Recommended Skills
If you are using an agent or a skill-driven workflow with this template, start here:
The short version is:
- use
brainstormingbefore structural or workflow changes - use
writing-plansbefore larger multi-step implementation work - use
subagent-driven-developmentwhen executing a written plan - use
verification-before-completionbefore claiming success, committing, or pushing - use
obsidian-markdown,obsidian-bases, andobsidian-clifor Obsidian-specific work
Key Entry Points
These are the main files a repo reader can open first:
- Workspace Hub
- Capture
- Research Hub
- Research Roadmap
- Deliverables Hub
- Projects Hub
- Tasks Hub
- Issues Hub
- Project Task Management Guide
- New Workspace Setup
看板/任务看板.base看板/项目看板.base看板/问题看板.base
Obsidian Context
The vault still uses Obsidian-native structures such as file classes, wikilinks, .base board files, and templated note creation. The README stays repository-friendly, but the companion notes under 90-ops/ provide the deeper Obsidian-specific rollout details.