npx claudepluginhub psypeal/claude-knowledge-vault --plugin knowledge-vault## Procedure 0. Read `.vault/preferences.md` -- apply preferences to ingestion and compilation. 1. Scan `.vault/Clippings/` for `.md` files. 2. For each file: a. Read it. Extract title and metadata from YAML frontmatter (Obsidian Web Clipper format). b. Generate slug from the title (lowercase, hyphens, max 60 chars). c. Move to `raw/<slug>.md` (reformat frontmatter to vault schema if needed). d. Add entry to `raw/.manifest.json`. 3. After all clippings ingested, run the compile procedure (from `/knowledge-vault:compile`) on all pending sources in a single batch pass (do not com...
/processConsults Protheus ERP business processes, module workflows, routines, and integrations using local references and TDN searches.
/processTriggers inline queue processing on secretary.db, runs worker script with optional --limit and --verbose, shows before/after depths, breakdowns, and recent decisions/ideas/commitments.
/processProcess a single invoice file, extracting vendor, amount, date, and line items. Supports two modes: fast single-agent extraction (default) or full 5-agent pipeline with Notion recording (--team flag).
/processProcess a plan file through the full bead pipeline (decompose -> validate -> validate). Use when transforming implementation plans into validated, self-contained beads ready for multi-agent execution.
.vault/preferences.md -- apply preferences to ingestion and compilation..vault/Clippings/ for .md files.raw/<slug>.md (reformat frontmatter to vault schema if needed).
d. Add entry to raw/.manifest.json./knowledge-vault:compile) on all pending sources in a single batch pass (do not compile one-by-one).