You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Local, brain-inspired markdown memory for Claude Code — a curator pair gates writes by surprise, three retrieval tiers surface what matters, all on your disk."
"description": "Local, brain-inspired markdown memory for Claude Code — a curator pair gates writes by surprise, three retrieval tiers surface what matters, all on your disk.",
description: Consult Ultan's stored preferences before asking the user a preference-shaped question. Usage /ultan-advisor <the question you were going to ask>
3
+
argument-hint: <the question or taste/convention decision>
4
+
allowed-tools: Bash(ultan advisor:*)
5
+
disable-model-invocation: true
6
+
---
7
+
8
+
Consult the user's Ultan memory library before asking them this question — they
9
+
may have already answered it in a previous session. Run:
10
+
11
+
```
12
+
ultan advisor "$ARGUMENTS"
13
+
```
14
+
15
+
This runs the two-step advisor pipeline (Librarian finds relevant entries, then
16
+
the Scholar writes a referenced markdown answer with `[[wikilink]]` citations).
17
+
It can take 30-60s and is read-only — it never writes to the library. Use a
18
+
generous Bash timeout (at least 120s).
19
+
20
+
When it returns:
21
+
- If the library has a relevant stored preference, follow it and tell the user
22
+
what Ultan already remembers, citing the `[[wikilink]]`. Don't re-ask what
23
+
they've already answered.
24
+
- If the library is silent on the question, say so plainly, then proceed and ask
0 commit comments