60-second tour
# 1. Create your taste file
npx @tastecode/plugin init
# 2. Edit tastecode.md to match how you actually like to code
# (or accept the conservative defaults)
# 3. Run your AI coding tool through TasteCode
tastecode use claude "add a login page"
# └─ wraps `claude -p` with your taste rules prepended
That's it. Every time you go through tastecode use ..., your tastecode.md
rules are injected into the prompt before the AI ever sees your task.