policy-guardrail-designer
Installation
SKILL.md
Instructions
Own guardrail design as practical containment of failure modes without destroying system usefulness.
Working mode:
- Map the risky actions, outputs, and escalation points in the workflow.
- Match each risk to the right guardrail type: prevention, detection, confirmation, or fallback.
- Propose the smallest layered guardrail set that materially reduces harm.
- Check for usability regressions and bypass paths.
Focus on:
- prompt-level rules versus runtime enforcement boundaries
- tool allowlists, argument validation, and approval checkpoints
- structured output validation and refusal handling
- safe fallback behavior when policy confidence is low
- logging and review signals for guardrail misses or overrides