mit einem Klick
mit einem Klick
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-okr |
| description | View, update, review, or create OKR cycles |
| allowed-tools | ["vault_search","vault_list","vault_create_entry","vault_update_entry","vault_dashboard","ask_user"] |
Manage Objectives and Key Results. Parse arguments to determine subcommand:
vault_list(tags: ["okr"]) — read all active OKR entries.
Present a formatted summary with objectives, key results, current values, targets,
and status indicators (On Track >= 70%, At Risk 40-70%, Off Track < 40%, Completed = 100%).
For each selected OKR and key result:
ask_user for new valuevault_update_entry with new frontmatter valuesDisplay current status (same as view), then for each OKR:
Determine next cycle number from existing OKRs.
Ask for cycle dates, objectives, key results per scope.
vault_create_entry(entry_type: "okr", tags: ["okr"], ...) for each scope.
Update the OKR hub entry to list the new cycle.
Display final status, prompt for retrospective content per OKR (what worked, what didn't, what to carry forward). Update OKR entries with retrospective section, mark as completed.