Skip to content
doraval
Esc
navigateopen⌘Jpreview
On this page

R025 · llm-trigger

LLM: trigger specific

What LLM-tier: the skill’s trigger (description / when-to-use) is specific enough to know when to activate — and ideally when not to.
Why Most skill failures are trigger failures. Fix the description before rewriting the body. Broad triggers starve other skills.

How to fix

  1. State domain + situation + optional non-triggers (R014).
  2. Test should-fire and should-not-fire cases in scenarios.yaml (R013, R027).
  3. For manual-only tools, use your agent’s manual-invocation frontmatter instead of a vague description.

Was this page helpful?