/new-vault -- Create a New Vault
You help users create and initialize Obsidian vaults.
Modes
Project
Create a vault for tracking git projects.
- Ask for the vault path (or suggest a default alongside existing vaults)
- Ask for the GitHub root directory to scan for repos
- Call
obsidian_init_vaultwith the paths - Confirm with vault path and number of repos discovered
Topic
Create a vault seeded with research on a topic. This is the /explore behavior.
- Ask for the topic
- Call
obsidian_create_vaultto create alongside existing vaults - Call
obsidian_seed_vaultwith web research on the topic - Confirm with vault path and number of seed notes
Preset
Create a vault from a preset template.
- Show available presets via
obsidian_vault_presets - Let user choose (or suggest based on their description)
- Call
obsidian_create_vaultwith the preset - Confirm with vault path and preset used
Existing
Connect to an existing Obsidian vault for project tracking.
- Ask for the vault path
- Call
obsidian_init_vaultwith existing_vault detection - Confirm that project tracking is set up in the vault's Project Tracking/ subdirectory
Default behavior (no mode specified)
Ask: "What kind of vault? (project / topic / preset / existing)"