Load Preferences banner
danielrosehill danielrosehill

Load Preferences

Development community

Description

# Load Preferences — Pull Standing Shopping Preferences from Memory Load the user's standing shopping preferences (country, currency, trusted/avoided brands, markup threshold, risk tolerance, preferred vendors, etc.) into the current session so they can be applied during `/intake`, `/research`, and `/recommend`. ## Migration from legacy path (one-time) Before resolving the data directory, check for legacy data at these paths: - `~/.claude/shopping-preferences.md` If a legacy file exists AND

Installation

Installs to ~/.claude/skills/danielrosehill-procurement-tools-plugin-load-preferences/SKILL.md

Terminal
mkdir -p ~/.claude/skills/danielrosehill-procurement-tools-plugin-load-preferences && curl -fsSL https://raw.githubusercontent.com/danielrosehill/procurement-tools-plugin/HEAD/commands/load-preferences.md -o ~/.claude/skills/danielrosehill-procurement-tools-plugin-load-preferences/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository