Skip to content
doraval
Esc
navigateopen⌘Jpreview
On this page

R022 · llm-clarity

LLM: instructions unambiguous

What LLM-tier: skill instructions should be unambiguous — one clear meaning per rule, no foggy or self-conflicting guidance.
Why Essay-like skills hide ambiguity. Agents cannot reliably “read between the lines” across many invocations.

How to fix

  1. Split multi-topic skills or move side topics into references/.
  2. Replace hedging with a decision or condition (R019).
  3. If two paths are valid, state the decision rule that picks between them.

Was this page helpful?