Runs the recall CLI over the user's past Claude Code sessions and returns the one actionable item — a command, decision, or fix — distilled from a prior conversation, not raw transcripts.
$curl -o .claude/agents/recall.md https://raw.githubusercontent.com/withwoz/wozcode-plugin/HEAD/agents/recall.mdInstalls into the current project.
Install recall by running `curl -o .claude/agents/recall.md https://raw.githubusercontent.com/withwoz/wozcode-plugin/HEAD/agents/recall.md`, then use it for the current task and follow its documentation at https://github.com/withwoz/wozcode-plugin.