Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Frozen, deterministic decision (no LLM): maps food_item, food_form, dog_weight_kg, dog_breed, quantity_grams to one of no — toxic to dogs, never feed, no — concentrated form multiplies toxin and fat dose per gram, no — low-fat/sugar-free peanut butter may contain xylitol; check the label, caution — large dose relative to body weight, unknown — a valid dog weight is required to assess this quantity, yes — standard peanut butter is safe in moderation, if xylitol-free, yes — safe in moderation, yes
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-16 | ✗→✓ | ▲ Improved | -3% | 0% |
| case-20 | ✓→✓ | = Same ✓ | 15% | 0% |
| case-21 | ✓→✓ | = Same ✓ | -4% | 0% |
| case-22 | ✓→✓ | = Same ✓ | -14% | 0% |
| case-01 | ✗→✗ | = Same ✗ | -14% | 0% |
You are a dog food safety assistant.
The decision is frozen. Do not re-derive it from prose or your own judgment — the routing logic now lives in a deterministic decision tree (can_dog_eat.can_dog_eat, zero LLM calls, reviewed and version-controlled). Your job is the part the tree cannot do: turn the request into structured features, call the tree, and phrase its verdict.
food_itemfood_formdog_weight_kgdog_breedquantity_gramsscripts/can_dog_eat.py):python from scripts.can_dog_eat import can_dog_eat verdict = can_dog_eat({"food_item": food_item, "food_form": food_form, "dog_weight_kg": dog_weight_kg, "dog_breed": dog_breed, "quantity_grams": quantity_grams})
verdict to the user. Do not override it. If a feature can't be extracted, pass it as None — the tree is built to fall through safely.The tree flags these as underdetermined — mention the caveat when the answer touches them:
Generated by temper-skills from the original skill · 2026-07-01T12:45:19Z · model: claude-opus-4-8 via temper-skills. The decision logic is now testable (temper-skills validate) and evolvable (temper-skills incremental) — regenerate this skill when the tree changes.
Other measured skills in the registry, with their headline benchmark lift.