Vaultr Recap — Router
Environment check
vaultr --help
If vaultr is not found, inform the user and stop.
Identify intent → load sub-skill
| Scenario | Trigger signals | Sub-skill |
|---|---|---|
| Associative recap | user shares/references a single note, short note, draft, or pasted text and wants related or conflicting knowledge surfaced right now | @associative.md |
| Periodic review | "weekly review", "回顾一下这周/这个月", review of everything created/updated over a past window rather than one piece of content | @periodic-review.md |
Load the matching sub-skill. If the request is ambiguous (e.g. just "recap" with no note and no time window named), ask the user which they mean before proceeding.
Both sub-skills share references/extract.md for partial-read commands, and both produce a conversational recap only — never a saved file.