VAULT
marostrhq-starter
Starter Obsidian vault operated by humans (Obsidian) and AI agents (Claude Code). Templates, indexes, dashboards, and agent navigation rules.
HQ
{{owner_name}}'s operational hub for {{company_description}}.
Getting Started
This vault is designed to be operated by a human (via Obsidian) and an AI agent (via Claude Code reading raw files). To set it up:
- Open this folder as an Obsidian vault
- Start a Claude Code session in this directory
- Claude will read the TODO in
CLAUDE.mdand walk you through customization - Create your first initiative, add some tasks, and you're running
Navigation
- [[initiatives/index|Initiatives]] — strategic efforts across your companies
- [[tasks/index|Tasks]] — active work items rolled up by initiative
- [[knowledge/index|Knowledge]] — accumulated domain knowledge and references
- [[library/index|Library]] — curated external resources (articles, tools, repos)
- [[log/index|Log]] — decisions, meeting notes, reviews
inbox/— unprocessed items awaiting weekly triagedistillery/— content marketing: channels, content pipeline, draft generationdashboards/— Obsidian Bases views (visual dashboards)
Conventions
File naming
- lowercase-kebab-case, action-first for tasks
- Example:
write-hotwire-morphing-blog-post.md
Frontmatter
- Every file has YAML frontmatter with
tagsandtitle. Most types also includestatus,company, andcreated(log entries usedateandtypeinstead — see spec). - Status enums — never free-text:
- Tasks:
backlog|todo|in-progress|blocked|done|cancelled - Initiatives:
active|paused|completed|abandoned
- Tasks:
- Priority:
1(high),2(medium),3(low) - Dates: always YYYY-MM-DD
- Companies: list multiple if shared, e.g.
[company-a, company-b]
Linking
[[wikilinks]]for internal vault connections- Standard markdown links for external URLs
- Tasks link to initiatives via
initiativeproperty (creates automatic backlinks)
Structure
- Tags for TYPE:
task,initiative,knowledge,library,log - Properties for ATTRIBUTES:
company,status,priority - Folders for SCOPE:
tasks/,initiatives/,knowledge/,library/,log/ - Max 2 levels deep. No nested subfolders.
Index maintenance
- The agent maintains all index files during create/update operations
- Never manually curate task lists inside initiative notes — Bases handle that
Maintenance
The full schema spec lives in knowledge/hq-vault-design.md. Refer to it when adding new file types or changing conventions.
Slash commands (.claude/commands/)
/validate-vault— full vault health check (structure, frontmatter, links, indexes, schema)/weekly-summary— generate this week'slog/weekly/YYYY-Wnn.mdfrom git history + task changes/add-to-library— fetch a URL / YouTube transcript / paste; save raw content; update the library wiki
What's Active Right Now
(No initiatives yet — create your first one in initiatives/)
How to Install
- Download the ZIP or clone the repository
- Open the folder as a vault in Obsidian (File → Open Vault)
- Obsidian will prompt you to install required plugins
Stats
Stars
3
Forks
0
Last updated 3mo ago