Validate Vault banner
marostr marostr

Validate Vault

Testing community

Description

Run a full validation of the HQ vault. Check every test and report results as PASS/FAIL with specifics. If you have the Obsidian CLI (`obsidian` command) available, use it where indicated. Strip stderr noise from CLI output before processing. If the CLI is not installed, fall back to file reads + grep. ## Test 1: Structure Integrity - Does every expected directory exist? (initiatives, tasks, knowledge, library, log, inbox, dashboards, _templates) - Does README.md exist and serve as a navigatio

Installation

Installs to ~/.claude/commands/marostr-hq-starter-validate-vault.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/marostr/hq-starter/HEAD/.claude/commands/validate-vault.md -o ~/.claude/commands/marostr-hq-starter-validate-vault.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository