Install
openclaw skills install @clawkk/promptsDeep prompt engineering workflow—task spec, constraints, examples, evaluation sets, iteration protocol, regression testing, and safety alignment. Use when improving LLM outputs, shipping prompt changes, or building reusable prompt templates.
openclaw skills install @clawkk/promptsPrompts behave like natural-language programs: they need specs, tests, and version control—especially in production.
Trigger conditions:
Initial offer:
Use six stages: (1) define task & success, (2) constraints & format, (3) few-shot & style, (4) build eval set, (5) iterate with discipline, (6) ship, monitor, regress). Confirm model family and latency budget.
Goal: Clear user-visible outcome and failure modes (hallucination, omission, tone).
Exit condition: Success rubric in plain language; out-of-scope cases listed.
Goal: Must/must-not rules; output schema (JSON Schema, bullet structure); length limits.
Goal: Use examples only when they reduce ambiguity—avoid huge prompt bloat.
Goal: Frozen inputs with expected properties (not always exact text match).
Goal: Change one major variable at a time when debugging quality.
Goal: Canary prompt changes; watch implicit signals (thumbs, edits, task completion).