en un clic
vault-ingest
// Classify raw content and route it to the appropriate knowledge base location
// Classify raw content and route it to the appropriate knowledge base location
Run a quality audit on the knowledge base
Log a daily work check-in — records what was accomplished and syncs to task board
Manually refresh the knowledge base dashboard
Audit and clean up knowledge base state — archive completed work, fix inconsistencies
Process a meeting transcript — extract decisions, action items, and key discussion points into structured vault entries
View, update, review, or create OKR cycles
| name | vault-ingest |
| description | Classify raw content and route it to the appropriate knowledge base location |
| allowed-tools | ["vault_create_entry","vault_search","vault_link","vault_kanban","decision_log","ask_user"] |
Analyze raw input and route to the right location in the knowledge base.
Determine what this is:
If the input contains multiple distinct concepts, extract each as a separate atomic entry.
vault_search(query: "{key phrases from input}") — if a similar entry exists, suggest updating it instead of creating a new one. Use ask_user to confirm.
vault_create_entry(entry_type: "{classified_type}", ...) for each extracted concept.
For decisions, also create a decision graph node:
decision_log(node_type: "decision", title: "...", confidence: ...)
vault_link(link_type: "parent")vault_link(link_type: "related")vault_kanban(action: "add", ...)Report: files created with paths, topics linked, action items added.