Install
openclaw skills install @raguets/find-the-exceptionsPart of the Overpowered skill suite. Pressure-test a rule, decision table, SOP, requirement, or business process by finding edge cases and alternative branches that would break a happy-path specification. Use before automation or formalization when hidden exceptions could change behavior; focus on material exceptions, not imaginative trivia.
openclaw skills install @raguets/find-the-exceptionsA process is not executable until its material non-happy paths are either defined or explicitly unknown.
UNKNOWN; do not invent policy.Condition | Expected path | Exception path | Status | Evidence / decision needed
End with:
Read references/exception-lenses.md for complex processes or when the first pass does not expose enough material branches.
When user input is required, ask one high-value question at a time. Prefer a recommended/default answer when there is enough context to propose one.
Stop when material branches are defined, deliberately deferred, or explicitly unknown with an owner for resolution.