Process a work brain-dump and sync progress across the knowledge base
Process a work update and sync changes to kanban, milestones, and OKRs.
Identify:
For each item mentioned:
vault_kanban(action: "search", search_term: "{item}") — check task boardvault_search(query: "{item}") — broader search for related entriesIf match confidence is low, use ask_user: "Is this the same as [existing item]?"
vault_kanban(action: "complete", ...)vault_kanban(action: "move", column: "in_progress", ...) if not alreadyvault_update_entry on relevant entries to add blocker tagask_user which project/priority, then vault_kanban(action: "add", ...)vault_dashboard(dashboard_type: "index") to regenerate the full dashboard.
Report: what was completed, updated, added, and any items needing clarification.