Skip to main content
ClaudeWave
Slash Command124 repo starsupdated 1mo ago

foresight

The /foresight command filters stored memories by relevance to the user's current prompt, using intent analysis and domain detection to return only applicable information while reducing token consumption. Use this Pro feature when working with large memory collections to quickly surface pertinent context without processing irrelevant data, improving efficiency in specialized conversations or multi-domain workflows.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/SukinShetty/Nemp-memory/HEAD/commands/foresight.md -o ~/.claude/commands/foresight.md
Then start a new Claude Code session; the slash command loads automatically.

foresight.md

# /nemp:foresight

🔒 **Nemp Foresight is a Pro feature.**

Foresight scores every memory against your prompt's intent and returns only the relevant subset — with domain detection, vitality modifiers, and token savings stats.

Upgrade at [nemp.dev/pro](https://nemp.dev/pro) to unlock.

Already have a license? Run `/nemp:activate <your-license-key>` to unlock.