What problem does it solve?
It prevents your Obsidian wiki from devolving into an inconsistent structure by letting the vault follow a named methodology (LYT, PARA, Zettelkasten, or Generic) when new pages are created.
Core Features & Use Cases
- Mode configuration via
.vault-meta/mode.json: Persistently declares the active methodology and defaults to generic when the file is absent.
- Mode-aware routing across companion skills: Ensures wiki-ingest, save, and autoresearch file new content into the correct folders/root per the selected mode.
- Template-aligned scaffolding: Uses mode-specific templates as starting structure for new pages (while allowing the skill’s own logic to win).
- Built-in mode switching workflow: Provides an interactive setup script to set the mode and optionally seed the recommended folder structure.
Quick Start
Run the mode setup script to choose LYT, PARA, Zettelkasten, or Generic and write .vault-meta/mode.json for the vault.