원클릭으로
vault-update
Process a work brain-dump and sync progress across the knowledge base
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Process a work brain-dump and sync progress across the knowledge base
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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
Classify raw content and route it to the appropriate knowledge base location
Process a meeting transcript — extract decisions, action items, and key discussion points into structured vault entries
| name | vault-update |
| description | Process a work brain-dump and sync progress across the knowledge base |
| allowed-tools | ["vault_kanban","vault_update_entry","vault_search","vault_dashboard","ask_user"] |
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.