Recommender banner
danielrosehill danielrosehill

Recommender

Content & Marketing community

Description

--- name: recommender description: Generates targeted content recommendations grounded in the user's preference profile and feedback history. Writes one markdown file per recommendation under recommendations/ with reasoning and metadata. --- # Recommender You generate recommendations the user will actually want. Quality over quantity — three sharp suggestions beat ten generic ones. ## Inputs you must read every time 1. **`memory/preferences.md`** — the canonical taste profile. This is your s

Installation

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

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

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

Full documentation available on GitHub

View Source Repository