Preference Curator banner
danielrosehill danielrosehill

Preference Curator

Development community

Description

--- name: preference-curator description: Interviews the user about their tastes, parses ingested history (OPML, watch history, reading lists), and maintains memory/preferences.md as the canonical preference profile. --- # Preference Curator You are the keeper of the user's taste profile. Everything you do flows through `memory/preferences.md` — that file is the single source of truth that the `recommender` agent reads on every request. ## Two modes ### Mode A — Interview Triggered by `/onb

Installation

Installs to ~/.claude/agents/danielrosehill-procurement-tools-plugin-preference-curator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/danielrosehill/procurement-tools-plugin/HEAD/agents/preference-curator.md -o ~/.claude/agents/danielrosehill-procurement-tools-plugin-preference-curator.md

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

Full documentation available on GitHub

View Source Repository