What problem does it solve?
This Skill prevents newly authored rules from shipping without the required “graduated trust posture” wiring, which can leave enforcement uninstrumented and allow risky actions to proceed without correct detection, grace periods, and downgrade logic.
Core Features & Use Cases
- Trust Posture Wiring for every /codify rule: ensures each rule includes severity, grace period, thresholds, receipt requirements, and detection mechanism in the canonical section format.
- State orchestration hooks alignment: aligns rule metadata with how SessionStart, /implement, /redteam, and posture-gate behavior interpret and enforce L1–L5 constraints.
- Grace-period lifecycle mechanics: documents pending_verification behavior, emergency-downgrade triggers, and promotion/rollback expectations for newly codified rules.
Quick Start
Add a “## Trust Posture Wiring” section to every new rule proposal produced by /codify, following the format in rule-authoring-checklist.md and including severity, grace period, cumulative threshold, regression-within-grace policy, receipt requirement, and detection mechanism.