Woz Recall

Search past Claude Code sessions to recall commands, solutions, and context from prior conversations. TRIGGER on 'remember when', 'last time', 'we did this before', 'how did we', or /woz-recall.

WithWoz 8426838 580 B Updated

File contents

Session Recall

Spawn the recall subagent (Task tool, subagent_type: recall), passing the user's recall request verbatim — even when vague.

Task({ subagent_type: "recall", prompt: "$ARGUMENTS" })

Relay the subagent's answer: present the actionable item (command, decision, solution) with its short cite; don't re-summarize.

WithWoz/wozcode-plugin/tree/main/skills/woz-recall commit 84268380b0

Frequently asked questions

npx skillmds@latest add withwoz/woz-recall