32-trust-posture

Wire graduated trust posture fields into newly authored agent rules.

Updated Oct 10, 2025
One-click install
npx skills add https://github.com/FFOO6866/lead2cash --skill 32-trust-posture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 32-trust-posture
Source: https://github.com/FFOO6866/lead2cash/tree/main/.claude/skills/32-trust-posture
Command: npx skills add https://github.com/FFOO6866/lead2cash --skill 32-trust-posture

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about 32-trust-posture

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce a graduated trust posture for newly authored agent rules?

To enforce a graduated trust posture for agent rules, you must wire severity, grace periods, thresholds, receipt requirements, and detection mechanisms into each rule proposal to ensure safe enforcement and correct downgrade logic.

What is a pending_verification grace window in agent governance?

A pending_verification grace window is a lifecycle period where newly codified agent rules are monitored before promotion, allowing emergency-downgrade triggers and rollback expectations to validate safe enforcement behavior.

How do I add trust posture wiring to rules generated by codify workflows?

You add trust posture wiring by inserting a dedicated section into codify rule proposals, documenting severity, cumulative thresholds, regression-within-grace policy, receipt requirements, and detection mechanisms following the authoring checklist format.

Why do newly codified rules ship without correct detection and downgrade logic?

Newly codified rules ship without correct detection and downgrade logic when they lack canonical trust posture wiring, leaving enforcement uninstrumented and allowing risky agent actions to bypass required grace periods.

Does trust posture wiring work with redteam auditing and implement workflows?

Trust posture wiring works with redteam auditing and implement workflows by aligning rule metadata with SessionStart behavior and posture-gate logic to interpret and enforce L1 through L5 constraints correctly.

What are the limitations of enforcing agent rules without posture-gate receipts?

Enforcing agent rules without posture-gate receipts limits instrumentation visibility, preventing the system from tracking pending_verification states, applying emergency downgrades, or validating cumulative threshold regressions during the grace period.