Validate Inference

Validates an inferred premise with a concrete observation before an action depends on it. Use when a draft or plan contains "since / because / given X, do Y" where X is a state claim not observed this turn, when about to skip a step because a prior run covered it, when declaring a fix complete because the named occurrence is fixed, or when acting on remembered rather than re-read state. Walks the discipline (name the inference, cost the validation, validate with a tool call, act on the observation) plus its recording step, so a wrong premise is caught by one cheap read instead of cascading into every downstream action built on it.

jposluns 7292f78 6.3 KB Updated

File contents

jposluns/grc_library/tree/main/guardrails/skills/validate-inference commit 7292f782f1

Frequently asked questions

npx skillmds@latest add jposluns/validate-inference